-
Notifications
You must be signed in to change notification settings - Fork 220
API Reference
Calvin Hass edited this page Mar 14, 2017
·
8 revisions
The GUIslice source code has been instrumented with doxygen markup to support generation of API documentation. The latest API document is available in PDF format.
The latest API document (in PDF format) is can be downloaded directly from:
- Attached to the GUIslice release notes (
GUIslice_ref-v*.pdf
) - Included in the code /docs/GUIslice_ref.pdf
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