llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler

Home Page:https://www.llvm-mos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill out doxygen from existing comments

mysterymath opened this issue · comments

Our Doxygen for the SDK is woefullly incomplete, even in comparison to the comments already present in the SDK headers. This is likely just due to the comments being improperly formatted for Doxygen. We should go through in a big sweep and reformat all comments to an appropriate Doxygen style. Simultaneously, we can start requiring this style for new contributions.