doc: Make it easier to add a new doxygen page

The repetitive parts of generating the server and client documentation are
merged, so it is easier to add another doxygen chapter: add a new line to
$publican_sources in publican/Makefile.am, and a list of C source files to
doxygen/Makefile.am.

Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Bill Spitzak 2014-12-16 19:23:03 -08:00 committed by Pekka Paalanen
parent 3f05c4ac4a
commit 6e3ad249ad
4 changed files with 25 additions and 41 deletions

View file

@ -29,9 +29,8 @@
<para>
Following is the Wayland library classes for the
<xsl:value-of select="$which"/>
(<emphasis>libwayland-<xsl:value-of select="translate($which,
'SC', 'sc')"/></emphasis>). This appendix describes in detail
<emphasis>libwayland-<xsl:value-of select="translate($which,
'SC', 'sc')"/></emphasis>. This appendix describes in detail
the library's methods and their helpers, aiming implementors who
are building a Wayland <xsl:value-of select="translate($which,
'SC', 'sc')"/>.