]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix misc documentation warnings (patch by Tim Stahlhut).
authorBryan Petty <bryan@ibaku.net>
Wed, 27 Aug 2008 04:20:07 +0000 (04:20 +0000)
committerBryan Petty <bryan@ibaku.net>
Wed, 27 Aug 2008 04:20:07 +0000 (04:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dcbuffer.h
interface/wx/defs.h
interface/wx/dynarray.h
interface/wx/file.h
interface/wx/list.h
interface/wx/strconv.h

index 0e7a0f69d5a521c6a10c66057f28d5449d9d3435..c792ec8829773036ce451f27f4d70664f2850213 100644 (file)
@@ -50,7 +50,7 @@ public:
 
     //@{
     /**
-        Creates a buffer for the provided @dc. Init() must not be called when
+        Creates a buffer for the provided @dc. Init() must not be called when
         using this constructor.
 
         @param dc
@@ -60,6 +60,21 @@ public:
         @param area
             The size of the bitmap to be used for buffering (this bitmap is
             created internally when it is not given explicitly).
+        @param style
+            wxBUFFER_CLIENT_AREA to indicate that just the client area of the
+            window is buffered, or wxBUFFER_VIRTUAL_AREA to indicate that the
+            buffer bitmap covers the virtual area.
+    */
+    wxBufferedDC(wxDC* dc, const wxSize& area,
+                 int style = wxBUFFER_CLIENT_AREA);
+    /**
+        Creates a buffer for the provided dc. Init() must not be called when
+        using this constructor.
+
+        @param dc
+            The underlying DC: everything drawn to this object will be flushed
+            to this DC when this object is destroyed. You may pass @NULL in
+            order to just initialize the buffer, and not flush it.
         @param buffer
             Explicitly provided bitmap to be used for buffering: this is the
             most efficient solution as the bitmap doesn't have to be recreated
@@ -71,8 +86,6 @@ public:
             window is buffered, or wxBUFFER_VIRTUAL_AREA to indicate that the
             buffer bitmap covers the virtual area.
     */
-    wxBufferedDC(wxDC* dc, const wxSize& area,
-                 int style = wxBUFFER_CLIENT_AREA);
     wxBufferedDC(wxDC* dc, wxBitmap& buffer,
                  int style = wxBUFFER_CLIENT_AREA);
     //@}
index cdfa5d7ac5bcf76b27c7efc8c6aca3f947c46ac8..07c981a0a21860ddb61c4de0e1658ba0d150ad7a 100644 (file)
@@ -107,13 +107,13 @@ enum wxPaperSize
     wxPAPER_10X11,              ///<  10 x 11 in
     wxPAPER_15X11,              ///<  15 x 11 in
     wxPAPER_ENV_INVITE,         ///<  Envelope Invite 220 x 220 mm
-    wxPAPER_LETTER_EXTRA,       ///<  Letter Extra 9 \275 x 12 in
-    wxPAPER_LEGAL_EXTRA,        ///<  Legal Extra 9 \275 x 15 in
+    wxPAPER_LETTER_EXTRA,       ///<  Letter Extra 9.5 x 12 in
+    wxPAPER_LEGAL_EXTRA,        ///<  Legal Extra 9.5 x 15 in
     wxPAPER_TABLOID_EXTRA,      ///<  Tabloid Extra 11.69 x 18 in
     wxPAPER_A4_EXTRA,           ///<  A4 Extra 9.27 x 12.69 in
-    wxPAPER_LETTER_TRANSVERSE,  ///<  Letter Transverse 8 \275 x 11 in
+    wxPAPER_LETTER_TRANSVERSE,  ///<  Letter Transverse 8.5 x 11 in
     wxPAPER_A4_TRANSVERSE,      ///<  A4 Transverse 210 x 297 mm
-    wxPAPER_LETTER_EXTRA_TRANSVERSE, ///<  Letter Extra Transverse 9\275 x 12 in
+    wxPAPER_LETTER_EXTRA_TRANSVERSE, ///<  Letter Extra Transverse 9.5 x 12 in
     wxPAPER_A_PLUS,             ///<  SuperA/SuperA/A4 227 x 356 mm
     wxPAPER_B_PLUS,             ///<  SuperB/SuperB/A3 305 x 487 mm
     wxPAPER_LETTER_PLUS,        ///<  Letter Plus 8.5 x 12.69 in
index fae5a0cb69659bd23dc53980cce1a17fdcecc62b..54e1f22f737c7b83870ea75db8c9e281356acbd3 100644 (file)
@@ -397,7 +397,7 @@ public:
         @c T.
 
         This version is used with wxObjArray. The array will take ownership of
-        the @item, deleting it when the item is deleted from the array. Note
+        the @item, deleting it when the item is deleted from the array. Note
         that you cannot append more than one pointer as reusing it would lead
         to deleting it twice (or more) resulting in a crash.
 
index d7886cfd991638b19999cd5ef276512691e9dfec..db7cb2f8f3cf44f2baa89ec0f7817b3a799132c6 100644 (file)
@@ -325,7 +325,7 @@ public:
     /**
        Write data to the file (descriptor).
        
-       @buffer
+       @param buffer
           Buffer from which to read data
        @param count
          Number of bytes to write
index 9608a590acc97950566e82a2545449eb44753ce9..ed990569a691812219696ced2aa881a53ddcddee 100644 (file)
@@ -93,7 +93,7 @@ public:
     wxList<T>();
     
     /**
-        Constructor which initialized the list with an array of @count elements.
+        Constructor which initialized the list with an array of @count elements.
     */
     wxList<T>(size_t count, T* elements[]);
 
index 4bb86830427a8bb6d2438b2b20d28751cc04b919..e52666d64b6a2e1a2eb25adf6eed2220edda34a6 100644 (file)
@@ -113,7 +113,7 @@ public:
             Pointer to output buffer of the size of at least @a dstLen or @NULL.
         @param dstLen
             Maximal number of characters to be written to the output buffer if
-            @dst is non-@NULL, unused otherwise.
+            @dst is non-@NULL, unused otherwise.
         @param src
             Point to the source string, must not be @NULL.
         @param
@@ -140,7 +140,7 @@ public:
             Pointer to output buffer of the size of at least @a dstLen or @NULL.
         @param dstLen
             Maximal number of characters to be written to the output buffer if
-            @dst is non-@NULL, unused otherwise.
+            @dst is non-@NULL, unused otherwise.
         @param src
             Point to the source string, must not be @NULL.
         @param