]> git.saurik.com Git - wxWidgets.git/commitdiff
Avoid unwanted line break in wxDataViewListModel::GetCount() docs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 13:19:57 +0000 (13:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 13:19:57 +0000 (13:19 +0000)
Using "i.e." in the brief Doxygen comment makes it end it after the second
period and results in truncated brief description and an unwanted line break
in the full description.

Just avoid using periods for now inside the brief description. Maybe a better
solution could be found in the future.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index 8779ef96f9c243c42583e770685cba3e6006f4d6..f4d4fcd8f1f67b62c5c510c671cbf3a39c1cfa60 100644 (file)
@@ -421,7 +421,7 @@ public:
                                 unsigned int col) const;
 
     /**
-        Returns the number of items (i.e. rows) in the list.
+        Returns the number of items (or rows) in the list.
     */
     unsigned int GetCount() const;