Index: docs/CodingStandards.rst =================================================================== --- docs/CodingStandards.rst +++ docs/CodingStandards.rst @@ -309,9 +309,6 @@ #. When writing a source file that is used by a tool that only accepts C style comments. -To comment out a large block of code, use ``#if 0`` and ``#endif``. These nest -properly and are better behaved in general than C style comments. - Doxygen Use in Documentation Comments ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^