updated docs

This commit is contained in:
Davis King 2012-02-05 15:11:19 -05:00
parent e7261af02a
commit 052e0ded8a
2 changed files with 10 additions and 1 deletions

View File

@ -487,6 +487,15 @@
</implementation>
</implementations>
</extension>
<extension>
<name>get_option</name>
<spec_file>dlib/cmd_line_parser/get_option_abstract.h</spec_file>
<description>This extension provides a convenience function for accessing the
options to a command line argument or a <a href="#config_reader">config_reader</a>. It
is automatically #included when using the command line parser or config reader.
</description>
</extension>
</extensions>

View File

@ -1152,7 +1152,7 @@
<term link="parsing.html#utf8_uifstream" name="basic_utf8_ifstream"/>
<term file="parsing.html" name="base64"/>
<term file="parsing.html" name="cmd_line_parser"/>
<term link="dlib/cmd_line_parser/get_option_abstract.h.html#get_option" name="get_option"/>
<term file="parsing.html" name="get_option"/>
<term link="dlib/cmd_line_parser/get_option_abstract.h.html#option_parse_error" name="option_parse_error"/>
<term file="dlib/interfaces/cmd_line_parser_option.h.html" name="cmd_line_parser_option"/>
<term link="parsing.html#cmd_line_parser" name="command line parsing"/>