I’m a big fan of non-comment source documentation such as
- assert
- C++ enum
- typedef — “typedef int FibNum” as source documentation
- java annotations
- final/override (c++11), sealed, and const keywords
I’m a big fan of non-comment source documentation such as