Skip to content
ugeorge edited this page Mar 13, 2016 · 1 revision

The API documentation can be generated using the doxyfile in the source root folder:

doxygen dox

All packages and their purposes are documented. A new parser will be written as a new package in the src folder, which imports everything from parsermethods (and utils, for convenience). The parser methods shall reside in a class which will be initialized with a settings object. The driver (f2dot.py) shall both initialize and call these methods.

Clone this wiki locally