summaryrefslogtreecommitdiff
path: root/docs/doxygen/swig_doc.py
AgeCommit message (Collapse)Author
2012-07-03docs: remove redundant retries from swig_doc.pyJosh Blum
With proper build dependencies, it should not be needed.
2012-05-21docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar
2012-05-08docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-02-10docs: swig_docs don't look at operators when building Python documentation.Marcus Mueller
2012-01-19docs: another try/except/rerun spot.Tom Rondeau
2012-01-16docs: another hack to check for errors and retry when building the swigdocs.Tom Rondeau
2012-01-06docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau
try rereading up to 3 times.
2012-01-03build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
2011-11-16work on swig docs, added to core and digitalJosh Blum
2011-11-16docs: grabbed support files from ben's repo and my repoJosh Blum