Avoid unwanted line break in wxDataViewListModel::GetCount() docs.

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
This commit is contained in:
Vadim Zeitlin 2011-08-04 13:19:57 +00:00
parent 4c7d9d88b7
commit 47e2f88166

View 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;