mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05: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 -->
 | 
					<!-- methods -->
 | 
				
			||||||
<xsl:template match="memberdef" >
 | 
					<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}">
 | 
					    <varlistentry id="{$which}-{@id}">
 | 
				
			||||||
        <term>
 | 
					        <term>
 | 
				
			||||||
          <xsl:value-of select="name"/>
 | 
					          <xsl:value-of select="name"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue