Skip to content

Commit 5106bb7

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 c113996 commit 5106bb7

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
@@ -119,7 +119,9 @@ class Parser : public NonCopyable
119119
bool get_include_default_attributes() const noexcept;
120120

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

0 commit comments

Comments
 (0)