mirror of https://gitlab.com/cppit/jucipp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
496 B
496 B
juCi++ API doc
Prerequisites:
- doxygen
- plantuml
- install via apt-get or download from http://plantuml.com/
- see also http://plantuml.com/starting.html
- if downloaded either copy the jar file to /usr/bin or set the environment variable PLANTUML_PATH to point to the path containing the jar file)
How to build the API doc:
mkdir jucipp/build
cd jucipp/build
cmake ..
make doc
Where is the generated API documentation
Open jucipp/build/src/html/index.html