[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Anomaly in wx-2.9.2 documentation
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] Anomaly in wx-2.9.2 documentation |
Date: |
Thu, 4 Aug 2011 15:19:20 +0200 |
On Thu, 04 Aug 2011 12:55:14 +0000 Greg Chicares <address@hidden> wrote:
GC> In
GC> http://docs.wxwidgets.org/2.9.2/classwx_data_view_list_model.html
GC> I see:
GC>
GC> unsigned int GetCount () const
GC> Returns the number of items (i.e.
This is because Doxygen stops the brief description at first period
[unless it's followed by non space, apparently]. I don't know if there is
some way to escape periods but for now I just replaced the use of "i.e.",
see http://trac.wxwidgets.org/changeset/68519.
Thanks for noticing this,
VZ