X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f4cc34f375fbff74006f3057e90dd01c426f580..e78e8fdbfdcf104a96f04d5e7ebf0ed2c3d95c93:/wxPython/docs/bin/makeapidocs?ds=sidebyside diff --git a/wxPython/docs/bin/makeapidocs b/wxPython/docs/bin/makeapidocs index 3da60c37cc..36b3230ac1 100755 --- a/wxPython/docs/bin/makeapidocs +++ b/wxPython/docs/bin/makeapidocs @@ -2,6 +2,8 @@ #---------------------------------------------------------------------- +set -o xtrace + if [ ! -d wxPython ]; then # TODO: make this test more robust echo "Please run this script from the root wxPython directory." exit 1 @@ -40,6 +42,9 @@ export PTYHONPATH=$PWD # --docformat epytext \ # --debug \ # --inheritance grouped \ +# --inheritance none \ + +python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api # TODO: