llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
266 stars 53 forks source link

Fill out doxygen from existing comments #228

Open mysterymath opened 10 months ago

mysterymath commented 10 months ago

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.