Ticket #14866 (closed defect: fixed)
Various minor documentation fixes
| Reported by: | dghart | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | documentation | Version: | 2.9-svn |
| Keywords: | minor documentation | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
I'm attaching 3 patches.
gridbagspacer.diff changes the wxGridBagSizer::Add overload that adds a spacer, to actually mention the spacer.
There are a number of places in the docs (e.g. wxEvent::ShouldPropagate) where the first line of a 'brief' description is truncated, often at either an 'i.e.' or an 'e.g.'. This happens because doxygen takes the first '.' followed by a whitespace character as the end-of-line signal. This can be fixed by escaping that whitespace char, and doxygen.diff does this for as many instances as I could easily find.
others.diff is a collection of trivial typo fixes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

