X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9c95884805a56442482036cd204e56c47a03d2c..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/cmdlpars.tex diff --git a/docs/latex/wx/cmdlpars.tex b/docs/latex/wx/cmdlpars.tex index fcdbc0d457..e7ab669a51 100644 --- a/docs/latex/wx/cmdlpars.tex +++ b/docs/latex/wx/cmdlpars.tex @@ -53,6 +53,10 @@ No base class +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Constants} The structure wxCmdLineEntryDesc is used to describe the one command @@ -168,8 +172,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 +251,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}}