diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 9c89fa70ba6..fb2b859b976 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -132,7 +132,7 @@ INTERNAL_DOCS = NO # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower case letters. If set to YES upper case letters are also diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 9c89fa70ba6..fb2b859b976 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -132,7 +132,7 @@ INTERNAL_DOCS = NO # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower case letters. If set to YES upper case letters are also