-
Notifications
You must be signed in to change notification settings - Fork 214
API Reference
Calvin Hass edited this page Feb 3, 2019
·
8 revisions
Overview >
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:
- Online API documentation (most up-to-date)
- Attached to the GUIslice release notes (
GUIslice_ref-v*.pdf
) (less frequently updated) - Included in the code /docs/GUIslice_ref.pdf (less frequently updated)
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