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 dceae7b commit 752dc40Copy full SHA for 752dc40
libxml++/parsers/parser.h
@@ -126,7 +126,9 @@ class Parser : public NonCopyable
126
bool get_include_default_attributes() const noexcept;
127
128
/** Set and/or clear parser option flags.
129
- * See the libxml2 documentation, enum xmlParserOption, for a list of parser options.
+ * See the libxml2 documentation,
130
+ * [enum xmlParserOption](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-parser.html#xmlParserOption),
131
+ * for a list of parser options.
132
* This method overrides other methods that set parser options, such as set_validate(),
133
* set_substitute_entities() and set_include_default_attributes(). Use set_parser_options()
134
* only if no other method can set the parser options you want.
0 commit comments