You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.