]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update libsmartcols gtk-doc configuration
authorKarel Zak <kzak@redhat.com>
Tue, 14 Jul 2026 12:28:27 +0000 (14:28 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jul 2026 12:35:39 +0000 (14:35 +0200)
- 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>
libsmartcols/docs/Makefile.am
libsmartcols/docs/libsmartcols-docs.xml
libsmartcols/src/column.c

index e8a7600e90bf116d9be211f12e5ccf51b9438fd8..24bf947593a8e10c9fa7140983ba61ad68dc902e 100644 (file)
@@ -57,7 +57,7 @@ EXTRA_HFILES=
 
 # 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
index bd551827362b6bf2719ef217ecb087a86fd26744..25b87571d231538db73bff48074d8c6534e98288 100644 (file)
@@ -95,4 +95,16 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <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>
index 2ae4c6227a905ff82ad73dec895ac06901f970e3..a30262eeeb4c415cccecddbd8ea62c31ba2421f4 100644 (file)
@@ -689,7 +689,7 @@ int scols_column_set_cmpfunc(struct libscols_column *cl,
  * 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.