- add api-index entries for versions 2.41, 2.42 and 2.43
- fix wrap_nextchunk() -> @wrap_nextchunk in doc comment to avoid
broken cross-reference link
Signed-off-by: Karel Zak <kzak@redhat.com>
# Header files to ignore when scanning. Use base file name, no paths
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=smartcolsP.h
+IGNORE_HFILES=smartcolsP.h filter-scanner.c filter-scanner.h filter-parser.c filter-parser.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
<title>Index of new symbols in 2.40</title>
<xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.41">
+ <title>Index of new symbols in 2.41</title>
+ <xi:include href="xml/api-index-2.41.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.42">
+ <title>Index of new symbols in 2.42</title>
+ <xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.43">
+ <title>Index of new symbols in 2.43</title>
+ <xi:include href="xml/api-index-2.43.xml"><xi:fallback /></xi:include>
+ </index>
</book>
* the size itself.
*
* The wrap functions do not work directly with cell data, but with buffer used
- * by library to compose output data. The wrap_nextchunk() function can access
+ * by library to compose output data. The @wrap_nextchunk function can access
* additional details about wrap data by scols_column_get_wrap_data().
*
* Returns: 0, a negative value in case of an error.