]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed doc wrong position of \wxheading{Library}
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 19 Aug 2007 16:35:10 +0000 (16:35 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 19 Aug 2007 16:35:10 +0000 (16:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/array.tex

index fd3065b1411548ea3f4d55c3f1dbe88adb643867..7bd807ecad02c48c42173fa1e6f2f8127658a95a 100644 (file)
@@ -85,10 +85,6 @@ example:
 \begin{verbatim}
 #include <wx/dynarray.h>
 
-\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
 <wx/dynarray.h> for wxArray and wxSortedArray and additionally <wx/arrimpl.cpp>
 for wxObjArray.
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
+
+
+
 \latexignore{\rtfignore{\wxheading{Function groups}}}
 
 \membersection{Macros for template array definition}\label{arraymacros}