Doc debugging

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-05-22 13:43:32 +00:00
parent 0acd3d9a08
commit 7a702aa804
9 changed files with 47 additions and 18 deletions

View File

@@ -23,7 +23,15 @@ contrib/src/ogl/*.rc
contrib/src/ogl/*.def contrib/src/ogl/*.def
contrib/src/ogl/*.xbm contrib/src/ogl/*.xbm
contrib/src/ogl/*.xpm contrib/src/ogl/*.xpm
contrib/src/ogl/make*.* contrib/src/ogl/makefile.vc
contrib/src/ogl/makefile.bcc
contrib/src/ogl/makefile.b32
contrib/src/ogl/makefile.wat
contrib/src/ogl/makefile.g95
contrib/src/ogl/makefile.unx
contrib/src/ogl/makefile.dos
contrib/src/ogl/makefile.vms
contrib/src/ogl/Makefile.in
contrib/src/ogl/*.txt contrib/src/ogl/*.txt
contrib/src/ogl/*.ico contrib/src/ogl/*.ico
contrib/src/ogl/*.bmp contrib/src/ogl/*.bmp
@@ -35,7 +43,14 @@ contrib/samples/ogl/ogledit/*.h
contrib/samples/ogl/ogledit/*.rc contrib/samples/ogl/ogledit/*.rc
contrib/samples/ogl/ogledit/*.def contrib/samples/ogl/ogledit/*.def
contrib/samples/ogl/ogledit/*.xbm contrib/samples/ogl/ogledit/*.xbm
contrib/samples/ogl/ogledit/make*.* contrib/samples/ogl/ogledit/makefile.vc
contrib/samples/ogl/ogledit/makefile.bcc
contrib/samples/ogl/ogledit/makefile.b32
contrib/samples/ogl/ogledit/makefile.wat
contrib/samples/ogl/ogledit/makefile.g95
contrib/samples/ogl/ogledit/makefile.unx
contrib/samples/ogl/ogledit/makefile.dos
contrib/samples/ogl/ogledit/makefile.vms
contrib/samples/ogl/ogledit/Makefile.in contrib/samples/ogl/ogledit/Makefile.in
contrib/samples/ogl/ogledit/*.txt contrib/samples/ogl/ogledit/*.txt
contrib/samples/ogl/ogledit/*.ico contrib/samples/ogl/ogledit/*.ico
@@ -53,7 +68,14 @@ contrib/samples/ogl/studio/*.h
contrib/samples/ogl/studio/*.rc contrib/samples/ogl/studio/*.rc
contrib/samples/ogl/studio/*.def contrib/samples/ogl/studio/*.def
contrib/samples/ogl/studio/*.xbm contrib/samples/ogl/studio/*.xbm
contrib/samples/ogl/studio/make*.* contrib/samples/ogl/studio/makefile.vc
contrib/samples/ogl/studio/makefile.bcc
contrib/samples/ogl/studio/makefile.b32
contrib/samples/ogl/studio/makefile.wat
contrib/samples/ogl/studio/makefile.g95
contrib/samples/ogl/studio/makefile.unx
contrib/samples/ogl/studio/makefile.dos
contrib/samples/ogl/studio/makefile.vms
contrib/samples/ogl/studio/Makefile.in contrib/samples/ogl/studio/Makefile.in
contrib/samples/ogl/studio/*.txt contrib/samples/ogl/studio/*.txt
contrib/samples/ogl/studio/*.ico contrib/samples/ogl/studio/*.ico

View File

@@ -1,7 +1,15 @@
utils/tex2rtf/Makefile.in utils/tex2rtf/Makefile.in
utils/tex2rtf/src/*.cpp utils/tex2rtf/src/*.cpp
utils/tex2rtf/src/*.h utils/tex2rtf/src/*.h
utils/tex2rtf/src/make*.* utils/tex2rtf/src/makefile.vc
utils/tex2rtf/src/makefile.bcc
utils/tex2rtf/src/makefile.dos
utils/tex2rtf/src/makefile.b32
utils/tex2rtf/src/makefile.wat
utils/tex2rtf/src/makefile.unx
utils/tex2rtf/src/makefile.vms
utils/tex2rtf/src/makefile.g95
utils/tex2rtf/src/Makefile.in
utils/tex2rtf/src/*.xbm utils/tex2rtf/src/*.xbm
utils/tex2rtf/src/*.xpm utils/tex2rtf/src/*.xpm
utils/tex2rtf/src/*.sty utils/tex2rtf/src/*.sty

View File

@@ -288,7 +288,7 @@ this class are used with \helpref{wxCalendarCtrl}{wxcalendarctrl}.
No base class No base class
\wxheading{Constants}\label{wxcalendardateattrborderkind} \wxheading{Constants}
Here are the possible kinds of borders which may be used to decorate a date: Here are the possible kinds of borders which may be used to decorate a date:
@@ -345,7 +345,7 @@ Sets the font to use.
\func{void}{SetBorder}{\param{wxCalendarDateBorder }{border}} \func{void}{SetBorder}{\param{wxCalendarDateBorder }{border}}
Sets the \helpref{border kind}{wxcalendardateattrborderkind} Sets the \helpref{border kind}{wxcalendardateattr}
\membersection{wxCalendarDateAttr::SetHoliday}\label{wxcalendardateattrsetholiday} \membersection{wxCalendarDateAttr::SetHoliday}\label{wxcalendardateattrsetholiday}
@@ -418,7 +418,7 @@ Returns the font to use for the item with this attribute.
\constfunc{wxCalendarDateBorder}{GetBorder}{\void} \constfunc{wxCalendarDateBorder}{GetBorder}{\void}
Returns the \helpref{border}{wxcalendardateattrborderkind} to use for the item with this attribute. Returns the \helpref{border}{wxcalendardateattr} to use for the item with this attribute.
\section{\class{wxCalendarEvent}}\label{wxcalendarevent} \section{\class{wxCalendarEvent}}\label{wxcalendarevent}

View File

@@ -684,7 +684,7 @@ If on (default is off) all default values are written back to the config file.
This allows the user to see what config options may be changed and is probably This allows the user to see what config options may be changed and is probably
useful only for wxFileConfig. useful only for wxFileConfig.
\membersection{wxFileConfig::SetUmask}{wxfileconfigsetumask} \membersection{wxFileConfig::SetUmask}\label{wxfileconfigsetumask}
\func{void}{SetUmask}{\param{int }{mode}} \func{void}{SetUmask}{\param{int }{mode}}
@@ -720,7 +720,3 @@ implements the following methods:\par
\end{twocollist}} \end{twocollist}}
} }

View File

@@ -1100,7 +1100,7 @@ The clipboard must have previously been opened for this call to succeed.
\section{Miscellaneous functions}\label{miscellany} \section{Miscellaneous functions}\label{miscellany}
\membersection{::wxDROP\_ICON}{wxdropicon} \membersection{::wxDROP\_ICON}\label{wxdropicon}
\func{wxIconOrCursor}{wxDROP\_ICON}{\param{const char *}{name}} \func{wxIconOrCursor}{wxDROP\_ICON}{\param{const char *}{name}}

View File

@@ -107,7 +107,7 @@ If the help viewer is not running, runs it and displays the file at the given bl
{\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}. {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
This function is for backward compatibility only, and applications should use \helpref{wxHelpController}{wxhelpcontrollerwxdisplaysection} instead. This function is for backward compatibility only, and applications should use \helpref{wxHelpController}{wxhelpcontrollerdisplaysection} instead.
\membersection{wxHelpController::DisplayContents}\label{wxhelpcontrollerdisplaycontents} \membersection{wxHelpController::DisplayContents}\label{wxhelpcontrollerdisplaycontents}

View File

@@ -92,9 +92,9 @@ or \helpref{ReadWord}{wxtextinputstreamreadword} instead.
Same as \helpref{ReadLine}{wxtextinputstreamreadline}. Same as \helpref{ReadLine}{wxtextinputstreamreadline}.
\membersection{wxTextInputStream::ReadLine}\label{wxtextinputstreamreadline} \membersection{wxTextInputStream::ReadWord}\label{wxtextinputstreamreadword}
\func{wxString}{wxTextInputStream::ReadLine}{\void} \func{wxString}{wxTextInputStream::ReadWord}{\void}
Reads a word (a sequence of characters until the next separator) from the Reads a word (a sequence of characters until the next separator) from the
input stream. input stream.
@@ -103,7 +103,7 @@ input stream.
\helpref{SetStringSeparators}{wxtextinputstreamsetstringseparators} \helpref{SetStringSeparators}{wxtextinputstreamsetstringseparators}
\membersection{wxTextInputStream::SetStringSeparators}{wxtextinputstreamsetstringseparators} \membersection{wxTextInputStream::SetStringSeparators}\label{wxtextinputstreamsetstringseparators}
\func{void}{SetStringSeparators}{\param{const wxString\& }{sep}} \func{void}{SetStringSeparators}{\param{const wxString\& }{sep}}

View File

@@ -1,5 +1,5 @@
[OPTIONS] [OPTIONS]
BMROOT=d:\wx2\wxWindows\docs\latex\wx ; Assume that bitmaps are where the source is BMROOT=d:\wx2\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
TITLE=wxWindows Manual TITLE=wxWindows Manual
CONTENTS=Contents CONTENTS=Contents
COMPRESS=HIGH COMPRESS=HIGH

View File

@@ -113,6 +113,9 @@ Add-ons
------- -------
wxWindows-x.y.z-cw.zip Metrowerks CodeWarrior 4.1 project files wxWindows-x.y.z-cw.zip Metrowerks CodeWarrior 4.1 project files
wxWindows-x.y.z-wat.zip Watcom C++ project files
wxWindows-x.y.z-vc.zip Visual C++ project files (in wxMSW distr.)
wxWindows-x.y.z-bc.zip Borland C++ project files (in wxMSW distr.)
jpeg.zip JPEG library (already included jpeg.zip JPEG library (already included
in most distributions) in most distributions)
tiff.zip TIFF library (already included tiff.zip TIFF library (already included