Functions | |
| def | clean_errors (file) |
| def | file_name (path) |
| def | generate_docs (args) |
Variables | |
| action | |
| args = parser.parse_args() | |
| default | |
| dest | |
| help | |
| parser = argparse.ArgumentParser(description=) | |
| def docstring_generator.clean_errors | ( | file | ) |
Removes any instance of ::throw in a file that doxy2swig produces.
Definition at line 17 of file docstring_generator.py.
| def docstring_generator.file_name | ( | path | ) |
Returns the file name part of a path/file string.
Definition at line 11 of file docstring_generator.py.
| def docstring_generator.generate_docs | ( | args | ) |
Definition at line 40 of file docstring_generator.py.
| docstring_generator.action |
Definition at line 97 of file docstring_generator.py.
| docstring_generator.args = parser.parse_args() |
Definition at line 106 of file docstring_generator.py.
| docstring_generator.default |
Definition at line 97 of file docstring_generator.py.
| docstring_generator.dest |
Definition at line 97 of file docstring_generator.py.
| docstring_generator.help |
Definition at line 98 of file docstring_generator.py.
| docstring_generator.parser = argparse.ArgumentParser(description=) |
Definition at line 89 of file docstring_generator.py.