0
Comments are a means to facilitate the understanding of the source code. They themselves do not instruct the compiler to do anything. Oftentimes, they are structured in a way that a documentation tool (e.g. doxygen) can read them and turn them into a nice format as PDF or HTML. Most compilers ignore comments completely, clang actually gives warnings for inconsistencies if encounters comments that do not fit doxygen.



