-
Notifications
You must be signed in to change notification settings - Fork 220
API Reference
Calvin Hass edited this page Jan 5, 2017
·
8 revisions
The GUIslice source code has been instrumented with doxygen
markup to support generation of API documentation. The latest API document in PDF format (GUIslice_ref-v*.zip
) is generally attached to each GUIslice release and can be downloaded directly from there.
The API document can also be generated in LINUX with the following commands:
cd guislice doxygen doxygen.conf cd docs/latex pdflatex refman.tex cd .. cp latex/refman.pdf GUIslice_ref.pdf