DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Doxygen setup #14

Closed DryCreations closed 3 years ago

DryCreations commented 3 years ago

This adds anchors to the tasks.md and has a doxyfile for generating doxygen to the doxygen/ folder.

the references can be added to your code like the following example:

/// \ref t8_2 "task 8.2"
public void setDimensions() {

}