[PATCH v2 0/3] doc: Switch to generated diagrams with hot-linked areas.

Jon A. Cruz jonc at osg.samsung.com
Tue Dec 23 01:27:09 PST 2014


Second 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                            |  19 +++++-
 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, 265 insertions(+), 46 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

-- 
1.9.1



More information about the wayland-devel mailing list