Closed DryCreations closed 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() { }
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: