Functions | |
| clean_cpp_signature (sig) | |
| Clean everything from the C++ signature that prohibits doxygen from automatically creating the correct link. | |
| print_pyroot_blocks_for_cpp_docs () | |
| Print PyROOT blocks for the RooFit C++ documentation. | |
| print_roofit_pythonization_page () | |
| Prints the doxygen code for the RooFit pythonization page. | |
| write_pyroot_block_for_class (klass) | |
| write_pyroot_block_for_function (func) | |
| print_roofit_pyz_doctrings.clean_cpp_signature | ( | sig | ) |
Clean everything from the C++ signature that prohibits doxygen from automatically creating the correct link.
Definition at line 21 of file print_roofit_pyz_doctrings.py.
| print_roofit_pyz_doctrings.print_pyroot_blocks_for_cpp_docs | ( | ) |
Print PyROOT blocks for the RooFit C++ documentation.
Definition at line 176 of file print_roofit_pyz_doctrings.py.
| print_roofit_pyz_doctrings.print_roofit_pythonization_page | ( | ) |
Prints the doxygen code for the RooFit pythonization page.
Definition at line 117 of file print_roofit_pyz_doctrings.py.
| print_roofit_pyz_doctrings.write_pyroot_block_for_class | ( | klass | ) |
Definition at line 72 of file print_roofit_pyz_doctrings.py.
| print_roofit_pyz_doctrings.write_pyroot_block_for_function | ( | func | ) |
Definition at line 92 of file print_roofit_pyz_doctrings.py.