Skip to content
Snippets Groups Projects

Add gtk-doc documentation

All threads resolved!
2 files
+ 0
36
Compare changes
  • Side-by-side
  • Inline
Files
2
  • cedf8746
    Every time a new version of the documentation is created,
    an api-index-VERSION.html file is generated to list the changes that are
    specific to that version.
    
    Because there was no data from a previous version, those files were not
    generated by gtk-doc this time but the main SECTION-docs.sgml files were
    listing them anyway.
    
    This commit simply removes them from the sgml files.
    
    Signed-off-by: default avatarDetlev Casanova <detlev.casanova@collabora.com>
@@ -32,21 +32,5 @@
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-1-0" role="0.1.0">
<title>Index of new API in 0.1.0</title>
<xi:include href="xml/api-index-0.1.0.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-2-0" role="0.2.0">
<title>Index of new API in 0.2.0</title>
<xi:include href="xml/api-index-0.2.0.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-3-0" role="0.3.0">
<title>Index of new API in 0.3.0</title>
<xi:include href="xml/api-index-0.3.0.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-4-0" role="0.4.0">
<title>Index of new API in 0.4.0</title>
<xi:include href="xml/api-index-0.4.0.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
Loading