Mark Dootson wrote:
Hi,
Congratulations on documentation improvement. It is a big plus to have
the additional notes.
I happened to notice that something has gone wrong on processing wxApp.
docs note
wxApp::MainLoop
wxApp::OnExit
as not implemented.
>
I've had a look at wxInfo.pm in the dist_tools dir on svn and can see
that the solution is to add the following to App.xs
MODULE=Wx PACKAGE=Wx::App (or put #! lines somewhere in this package)
#!sub MainLoop
#!sub OnExit
I would have just updated this in SVN (which I have NOT) but I thought
you might want to either rebuild the docs or put a note on the doc
download page as a new user might spend some time confused before they
realise 'MainLoop not implemented' is a simple documentation error.
Thanks for noticing! The problem is that the preprocessor
(copytex.pl) does not skip commented-out lines. The "unimplemented"
notes are for commented-out TeX section after MainLoop.
Fixed now, I will upload documentation later.
Mattia