From c57e060dc35e26d81cd091be409c12e7b406c5a0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 3 Dec 2000 18:34:19 +0000 Subject: [PATCH] Corrected bug in cmdlpars.tex git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/cmdlpars.tex | 9 ++++++--- docs/latex/wx/wx.hpj | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/cmdlpars.tex b/docs/latex/wx/cmdlpars.tex index a3b45cb5b9..443c1bd4cb 100644 --- a/docs/latex/wx/cmdlpars.tex +++ b/docs/latex/wx/cmdlpars.tex @@ -85,7 +85,8 @@ enum wxCmdLineEntryType wxCMD\_LINE\_PARAM, wxCMD\_LINE\_NONE // use this to terminate the list } -\end{verbatim}} +\end{verbatim} +} The field {\tt shortName} is the usual, short, name of the switch or the option. {\tt longName} is the corresponding long name or NULL if the option has no long @@ -107,7 +108,8 @@ enum wxCmdLineParamType wxCMD\_LINE\_VAL\_DATE, wxCMD\_LINE\_VAL\_NONE } -\end{verbatim}} +\end{verbatim} +} Finally, the {\tt flags} field is a combination of the following bit masks: @@ -121,7 +123,8 @@ enum wxCMD\_LINE\_OPTION\_HELP = 0x08, // this option is a help request wxCMD\_LINE\_NEEDS\_SEPARATOR = 0x10, // must have sep before the value } -\end{verbatim}} +\end{verbatim} +} Notice that by default (i.e. if flags are just $0$), options are optional (sic) and each call to \helpref{AddParam()}{wxcmdlineparseraddparam} allows one more diff --git a/docs/latex/wx/wx.hpj b/docs/latex/wx/wx.hpj index 61fbe30de4..691c2fcf77 100644 --- a/docs/latex/wx/wx.hpj +++ b/docs/latex/wx/wx.hpj @@ -1,5 +1,5 @@ [OPTIONS] -BMROOT=d:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is +BMROOT=n:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is TITLE=wxWindows Manual CONTENTS=Contents COMPRESS=HIGH -- 2.45.2