From 7d964404356689d55fa020dd427f7c49bef22d6c Mon Sep 17 00:00:00 2001 From: zwelch Date: Sat, 23 May 2009 00:51:13 +0000 Subject: [PATCH] Change doxygen configuration to show code comments in documentation. git-svn-id: svn://svn.berlios.de/openocd/trunk@1887 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 785d29e326..ba7be41f02 100644 --- a/Doxyfile +++ b/Doxyfile @@ -697,7 +697,7 @@ INLINE_SOURCES = YES # 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 REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented -- 2.30.2