From: Francesco Montorsi Date: Sun, 19 Aug 2007 16:35:10 +0000 (+0000) Subject: fixed doc wrong position of \wxheading{Library} X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2706e543a6923d8e743c6ec21fcfe898a52aec88?ds=inline fixed doc wrong position of \wxheading{Library} git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index fd3065b141..7bd807ecad 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -85,10 +85,6 @@ example: \begin{verbatim} #include -\wxheading{Library} - -\helpref{wxBase}{librarieslist} - // we must forward declare the array because it is used inside the class // declaration class MyDirectory; @@ -143,7 +139,7 @@ type, e.g. shorts, in an array of larger one, e.g. {\tt ARRAY\_INT}, does \emph{not} work on all architectures!). -\wxheading{See also:} +\wxheading{See also} \helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist} @@ -152,6 +148,13 @@ type, e.g. shorts, in an array of larger one, e.g. {\tt ARRAY\_INT}, does for wxArray and wxSortedArray and additionally for wxObjArray. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + + + + \latexignore{\rtfignore{\wxheading{Function groups}}} \membersection{Macros for template array definition}\label{arraymacros}