Documenting a C Project with Doxygen
While analyzing the source code of the videogame Eat the Whistle, written in C, I had the need to build a dependency diagram of the files. There were over 60 .c files, so I wanted a file I read about Doxygen, a documentation tool that is mainly used for C++ but that is also popular […]
Documenting a C Project with Doxygen Read More »