LaTeX syntax and links corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,8 +168,8 @@ or, if you use the default constructor, you can do it later by calling
|
||||
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline}.
|
||||
|
||||
The same holds for command line description: it can be specified either in
|
||||
the constructor (\helpref{without command line}{wxcmdlineparserwxcmdlineparserdesc} or
|
||||
\helpref{together with it}{wxcmdlineparserwxcmdlineparserdescargc}) or
|
||||
the constructor (\helpref{without\ command\ line}{wxcmdlineparserwxcmdlineparser} or
|
||||
\helpref{together\ with\ it}{wxcmdlineparserwxcmdlineparserdescargc}) or
|
||||
constructed later using either \helpref{SetDesc}{wxcmdlineparsersetdesc} or
|
||||
combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch},
|
||||
\helpref{AddOption}{wxcmdlineparseraddoption} and
|
||||
@@ -247,6 +247,8 @@ command line or false if they were not specified.
|
||||
Default constructor. You must use
|
||||
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline} later.
|
||||
|
||||
\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparserdescargc}
|
||||
|
||||
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{char** }{argv}}
|
||||
|
||||
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{wchar\_t** }{argv}}
|
||||
|
Reference in New Issue
Block a user