Skip to content
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.

Generating API documentation

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
Clone this wiki locally