]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/time.tex
updated the script to generate pieces of TeX documentation as well
[wxWidgets.git] / docs / latex / wx / time.tex
index 59bad13e40bacaa287ab472514594d570fe63cdc..879462222ca7031ac70bf35832bd8dc0972327e2 100644 (file)
@@ -16,7 +16,7 @@ may be withdrawn in future versions of wxWindows.
 
 \wxheading{Data structures}
 
-{\small \begin{verbatim}
+\begin{verbatim}
 typedef unsigned short hourTy;
 typedef unsigned short minuteTy;
 typedef unsigned short secondTy;
@@ -24,7 +24,6 @@ typedef unsigned long clockTy;
 enum tFormat { wx12h, wx24h };
 enum tPrecision { wxStdMinSec, wxStdMin };
 \end{verbatim}
-}
 
 \wxheading{See also}