mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Add macros and typedefs to the documentation
If somebody bothered to put a doxygen comment in for a macro or typedef, make it appear in the pages. This produces documentation for wl_container_of and wl_dispatcher_func_t from the _8h files. Reviewed-by: "Jon A. Cruz" <jonc@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
5409187ed0
commit
ed57d6d438
1 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,8 @@
|
|||
|
||||
<!-- methods -->
|
||||
<xsl:template match="memberdef" >
|
||||
<xsl:if test="@kind = 'function' and @static = 'no'">
|
||||
<xsl:if test="@kind = 'function' and @static = 'no' or
|
||||
@kind !='function' and normalize-space(briefdescription) != ''">
|
||||
<varlistentry id="{$which}-{@id}">
|
||||
<term>
|
||||
<xsl:value-of select="name"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue