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:
@@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user