Skip to content

Doxygen

Igor Usenko edited this page Jun 5, 2022 · 7 revisions

references

https://doxygen.nl/

http://fnch.users.sourceforge.net/doxygen_c.html
https://embeddedinventor.com/guide-to-configure-doxygen-to-document-c-source-code-for-beginners/

file header

/**
 * @file 
 * @author Igor Usenko (github: igors48)
 * @brief brief
*/

function documentation

/**
 * @brief brief
 * 
 * description
 * 
 * @param param description
*/
Clone this wiki locally