[wx-dev] #9602: Missing and Moved Paragraphs in \interface\thread.h
wxTrac
noreply at wxsite.net
Wed Jun 18 10:46:48 PDT 2008
Ticket URL: <http://trac.wxwidgets.org/ticket/9602>
#9602: Missing and Moved Paragraphs in \interface\thread.h
--------------------------+-------------------------------------------------
Reporter: charles | Owner:
Type: defect | Status: new
Priority: low | Milestone:
Component: doxygen docs | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 1 | Blocking:
--------------------------+-------------------------------------------------
Some documentation paragraphs were moved apparently during the conversion
to Doxygen.
Using http://docs.wxwidgets.org/2.8.6/wx_wxthread.html as a reference, the
paragraphs in question are found below the ''Members'' listing near the
top of the page. Comparing that earlier version with the SVN trunk version
of the wxThread Class Reference documentation
(http://docs.wxwidgets.org/trunk/classwx_thread.html) one finds the
following:
The ''Types of wxThreads'' section now appears in the definition of the
''wxThread::Wait'' function.
The ''wxThread deletion'' section is missing in its entirety which results
in Doxygen reference errors. [''unable to resolve reference to
`overview_deletionwxthread' for \ref command'']
The ''wxWidgets calls in secondary threads'' section is also missing.
The ''Don't poll a wxThread'' section has moved to the ''wxThread::Entry''
function definition.
I have located the errant paragraphs which were scattered throughout the
''\interface\thread.h'' file. The attached patch moves them back to the
top of the file, adds section tagging and replaces the headings.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/9602>
More information about the wx-dev
mailing list