Skip to content

Commit 752dc40

Browse files
committed
Parser docs: Add a link to parser options
Add a link to libxml2's description of parser options in the documentation of Parser::set_parser_options().
1 parent dceae7b commit 752dc40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libxml++/parsers/parser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ class Parser : public NonCopyable
126126
bool get_include_default_attributes() const noexcept;
127127

128128
/** Set and/or clear parser option flags.
129-
* See the libxml2 documentation, enum xmlParserOption, for a list of parser options.
129+
* 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.
130132
* This method overrides other methods that set parser options, such as set_validate(),
131133
* set_substitute_entities() and set_include_default_attributes(). Use set_parser_options()
132134
* only if no other method can set the parser options you want.

0 commit comments

Comments
 (0)