= Doxygen and Javadoc style stuff = == Doxygen == === Tag cheat sheat === Reference: [[https://www.stack.nl/~dimitri/doxygen/manual/commands.html|Doxygen special commands]] || '''tag''' || '''Meaning''' || || \a || Argument (i.e. function with parameters x and y called with arguments 1 and 2) || || \code{.py} \endcode || Source code snippet || || \p || Parameter (refers to actual variables, i.e. a function takes parameters x and y) ||