Re: Technical issues with the HTML documentation

"'Bryan Petty' via wx-users" <[email protected]> Sun, 19 Jul 2026 19:45:50 +0000
Newsgroups gmane.comp.lib.wxwindows.general
Message-ID <UY4QFis0Qa8wd6IvPRj5TUpxxuNGF9578RvRWQAq4P_Q4YUGOC0EZxSWwef0BqnrDOIxJZ5J98NagtIjpFrXAnuIOw3S6hcL0TFB47VBTCo=@ibaku.net>
On Saturday, July 18th, 2026 at 3:42 PM, 'Hibou57' via wx-users <wx-users@g=
ooglegroups.com> wrote:
> Was parsing the documentation for some purpose.

All of the issues mentioned would be nice to fix (and please do open new is=
sues / PRs for each if you can), but I thought it might be helpful to point=
 out that the wxWidgets docs support generating Doxygen's XML output. You'l=
l likely have much better luck parsing what you need out of those than the =
HTML output as it should be more reliable too.

on Linux:

  docs/doxygen/regen.sh xml

on Windows:

  cd docs/doxygen
  regen.bat xml

More info: https://github.com/wxWidgets/wxWidgets/blob/master/docs/contribu=
ting/how-to-add-class-documentation.md#running-doxygen

I used to do exactly this to power our old (now retired) IRC bot that offer=
ed official docs on demand for classes and functions using https://github.c=
om/tierra/supybot-doxygen

Doxygen also has a new sqlite format if you'd find it easier to use SQL to =
query the wxWidgets docs too, though it's still not directly supported by o=
ur wxWidgets scripts (you'd have to run Doxygen directly). I'm not sure if =
this includes actual docs, or just symbols though.
https://www.doxygen.nl/manual/config.html#config_sqlite3

Regards,
Bryan Petty

--=20
Please read https://www.wxwidgets.org/support/mlhowto.htm before posting.
---=20
You received this message because you are subscribed to the Google Groups "=
wx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/wx-users/UY=
4QFis0Qa8wd6IvPRj5TUpxxuNGF9578RvRWQAq4P_Q4YUGOC0EZxSWwef0BqnrDOIxJZ5J98Nag=
tIjpFrXAnuIOw3S6hcL0TFB47VBTCo%3D%40ibaku.net.