1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

doc: Prefix autolinks with '#'

Use `#func` instead of `func()` to ignore parameters and make all
autolinks work.
This commit is contained in:
Nick Wellnhofer
2025-05-28 15:53:38 +02:00
parent 6e33d136e1
commit 7bd8d1d9cc
44 changed files with 405 additions and 405 deletions

View File

@@ -648,7 +648,7 @@ struct _xmlSAXLocator {
* SAX callback to resolve external entities.
*
* This is only used to load DTDs. The preferred way to install
* custom resolvers is xmlCtxtSetResourceLoader().
* custom resolvers is #xmlCtxtSetResourceLoader.
*
* @param ctx the user data (XML parser context)
* @param publicId The public identifier of the entity
@@ -1676,7 +1676,7 @@ XMLPUBFUN long
/**
* This is the set of XML parser options that can be passed to
* xmlReadDoc(), xmlCtxtSetOptions() and other functions.
* #xmlReadDoc, #xmlCtxtSetOptions and other functions.
*/
typedef enum {
/**