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 1002787 commit 6997d49Copy full SHA for 6997d49
libxml++/parsers/parser.h
@@ -119,7 +119,9 @@ class Parser : public NonCopyable
119
bool get_include_default_attributes() noexcept;
120
121
/** Set and/or clear parser option flags.
122
- * See the libxml2 documentation, enum xmlParserOption, for a list of parser options.
+ * See the libxml2 documentation,
123
+ * [enum xmlParserOption](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-parser.html#xmlParserOption),
124
+ * for a list of parser options.
125
* This method overrides other methods that set parser options, such as set_validate(),
126
* set_substitute_entities() and set_include_default_attributes(). Use set_parser_options()
127
* only if no other method can set the parser options you want.
0 commit comments