DESCRIPTION

This is a simple script to parse WxWidgets HTML documentation into something useful that we can make use of in Padre help system :)

SYNOPSIS

# Generates myfullpodname from wx2.8-doc HTML documentation
parse_wxwidgets_docs /usr/share/doc/wx2.8-doc/wx-manual.html/ --pod=myfullpodname

# Generates wxwidgets.pod after downloading from wxwidgets website.
# Defaults to 2.8 at the moment
parse_wxwidgets_docs

USAGE

parse_wxwidgets_docs [options] [wx-widgets-html-directory]

The optional 'wx-widgets-html-directory' points to the wxwidgets HTML documentation directory. If this is omitted, the script will automatically try to download the HTML documentation from the wxWidgets sourceforge website.

OPTIONS

--pod=filename
wxwidgets POD file name. Defaults to wxwidgets.pod
--verbose
Enabling verbose logging to standard output
--help
Prints out this screen.