User:Anotheridiot/Documentation

From OSDev Wiki
Jump to navigation Jump to search

Documenting your kernel/OS

This page is under construction! This page or section is a work in progress and may thus be incomplete. Its content may be changed in the near future.

In my personal opinion doxygen is the best tool to document your code since a simple VSCode extension exists to automate it in most stuff and all you need to do is just run the following commands and now you have your documentation (you would need to update the config a bit made by the first command)

doxygen -g
doxygen