Skip to content

Commit 468bc74

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 5591f03 commit 468bc74

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
@@ -113,7 +113,9 @@ class Parser : NonCopyable
113113
bool get_include_default_attributes();
114114

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

0 commit comments

Comments
 (0)