]> git.saurik.com Git - wxWidgets.git/commitdiff
small doc cleanup
authorRyan Norton <wxprojects@comcast.net>
Wed, 13 Oct 2004 17:10:51 +0000 (17:10 +0000)
committerRyan Norton <wxprojects@comcast.net>
Wed, 13 Oct 2004 17:10:51 +0000 (17:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/array.tex

index dad60a81502f3b5e2ea3533386f2c316da80b351..d86b20c15da04b77500a90a2456e0043a1e28fa8 100644 (file)
@@ -163,11 +163,11 @@ provokes warnings from some compilers and to avoid them you should use the
 {\tt \_PTR} versions of the macros above. For example, to define an array of
 pointers to {\tt double} you should use.
 
-If that isn't complicated enough, the above macros are generally only useful for 
+Note that the above macros are generally only useful for 
 wxObject types.  There are seperate macros for declaring an array of a simple type, 
 such as an int.
 
-The following simple types are supported:
+The following simple types are supported:\\
 int\\
 long\\
 size_t\\