Ticket #14796 (closed enhancement: fixed)
wxWidgets 2.9.4 - downloaded documentation - #include strings
| Reported by: | scott.wl.furry | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | future |
| Component: | documentation | Version: | 2.9.4 |
| Keywords: | local documentation downloaded | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Downloaded for local use a copy of the wxWidgets 2.9.4 documentation from sourceforge. On every class page, the #include directive appears to be a "local path" for the developer's computer. All class pages viewed so far show #include directive like:
#include </home/zeitlin/src/wx/github/interface/wx/XXXXX.h>
Example:
wxApp class page
"local copy" shows:
#include </home/zeitlin/src/wx/github/interface/wx/app.h>
online copy ( http://docs.wxwidgets.org/2.9.4/classwx_app.html ) shows:
#include <wx/app.h>
I think this is just an oops, but I thought it should be mentioned.
Online documentation from http://docs.wxwidgets.org/2.9.4 appears correct.
Change History
Note: See
TracTickets for help on using
tickets.
