VOX
A little voxel engine
|
Our documentation it generated using doxygen as well as a github action to deploy it on github pages
Doxygen gives you the power to generate documentation based on special tagged comments
You can also create custom pages, a lot of different languages are supported but we chose to only use Markdown to create custom pages
Create a file with the .md suffix and put it in the docs/pages dir,
You can create code blocks using 3 backticks : `
You SHOULD do syntax highlighting like this :
Doxygen doesnt support any other way
You can put tags /** */ before a function a variable or a class And use Doxygen's syntax and tags to document it
eg :
wich gives :