[PATCH v3 0/3] doc: Switch to generated diagrams with hot-linked areas.
Jon A. Cruz
jonc at osg.samsung.com
Wed Jan 28 17:24:03 PST 2015
Third round patch tuned for working with older graphviz versions.
These changes switch from static png images for diagrams to generated
diagrams with hot-linked areas. It adds xslt to do the 'heavy lifting' of
adding useful diagrams and automate linking with graphviz output consistent
with the way Doxygen does.
This should now make it easy to add additional diagrams to any DocBook pages
as needed.
Jon A. Cruz (3):
doc: Switch from static image files to generated diagrams.
doc: Create hot-linked areas in documents.
doc: update diagrams for compatibility.
configure.ac | 13 ++++
doc/doxygen/Makefile.am | 21 +++++-
doc/doxygen/dot/wayland-architecture.gv | 39 +++++++++++
doc/doxygen/dot/x-architecture.gv | 54 +++++++++++++++
doc/publican/Makefile.am | 48 +++++++++----
doc/publican/merge-mapcoords.xsl | 64 ++++++++++++++++++
doc/publican/sources/Architecture.xml | 74 ++++++++++++---------
.../sources/images/wayland-architecture.png | Bin 29162 -> 0 bytes
doc/publican/sources/images/x-architecture.png | Bin 37306 -> 0 bytes
9 files changed, 268 insertions(+), 45 deletions(-)
create mode 100644 doc/doxygen/dot/wayland-architecture.gv
create mode 100644 doc/doxygen/dot/x-architecture.gv
create mode 100644 doc/publican/merge-mapcoords.xsl
delete mode 100644 doc/publican/sources/images/wayland-architecture.png
delete mode 100644 doc/publican/sources/images/x-architecture.png
--
2.1.0
More information about the wayland-devel
mailing list