We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5591f03 commit 468bc74Copy full SHA for 468bc74
libxml++/parsers/parser.h
@@ -113,7 +113,9 @@ class Parser : NonCopyable
113
bool get_include_default_attributes();
114
115
/** Set and/or clear parser option flags.
116
- * See the libxml2 documentation, enum xmlParserOption, for a list of parser options.
+ * See the libxml2 documentation,
117
+ * [enum xmlParserOption](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-parser.html#xmlParserOption),
118
+ * for a list of parser options.
119
* This method overrides other methods that set parser options, such as set_validate(),
120
* set_substitute_entities() and set_include_default_attributes(). Use set_parser_options()
121
* only if no other method can set the parser options you want.
0 commit comments