-
- Downloads
Generate doxygen doc for pyfaust.constraints, pyfaust.params and pyfaust.demo...
Generate doxygen doc for pyfaust.constraints, pyfaust.params and pyfaust.demo and add a script to avoid fake namespaces generation. - The script ./gen_doc/py_filterout_namespace.py filter out the @namespace tag lines generated by doxypypy when they doesn't match a real py. module (e.g. an attribute). - py_filter scripts (doxypypy bash/batch launchers) call py_filterout_namespace.py to filter bad namespaces generated when using doxypypy --ns option (needed to have submodules correctly positioned into pyfaust by doxygen).
Showing
- gen_doc/CMakeLists.txt 3 additions, 2 deletionsgen_doc/CMakeLists.txt
- gen_doc/Doxyfile.in 3 additions, 2 deletionsgen_doc/Doxyfile.in
- gen_doc/py_filter.bat.in 1 addition, 1 deletiongen_doc/py_filter.bat.in
- gen_doc/py_filter.sh.in 1 addition, 1 deletiongen_doc/py_filter.sh.in
- gen_doc/py_filterout_namespace.py 17 additions, 0 deletionsgen_doc/py_filterout_namespace.py
Loading
Please register or sign in to comment