mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
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:
parent
3f05c4ac4a
commit
6e3ad249ad
4 changed files with 25 additions and 41 deletions
|
|
@ -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')"/>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue