1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

doc: Misc fixes

This commit is contained in:
Nick Wellnhofer
2025-06-03 00:59:10 +02:00
parent 5f8e537d0a
commit 5e7c72cd5c
5 changed files with 62 additions and 13 deletions

View File

@@ -1,12 +1,9 @@
/**
* @file
*
* @brief implementation of XInclude
*
* API to handle XInclude processing,
* implements the
* World Wide Web Consortium Last Call Working Draft 10 November 2003
* http://www.w3.org/TR/2003/WD-xinclude-20031110
*
* @brief Implementation of XInclude 1.0
*
* API to process XML Inclusions.
*
* @copyright See Copyright for the status of this software.
*

View File

@@ -3,7 +3,7 @@
*
* @brief API to build regexp automata
*
* the API to build regexp automata
* These are internal functions and shouldn't be used.
*
* @copyright See Copyright for the status of this software.
*

View File

@@ -1,10 +1,10 @@
/**
* @file
*
* @brief dynamic module loading
*
* basic API for dynamic module loading, used by
* libexslt added in 2.6.17
*
* @brief Dynamic module loading
*
* API for dynamic module loading. Only used by old libxslt versions
* and subject to removal.
*
* @copyright See Copyright for the status of this software.
*