From 13e0bdcc9e79398fc2d75a1943b0053a90a955a9 Mon Sep 17 00:00:00 2001 From: ana Date: Mon, 1 Apr 2013 09:40:20 +0000 Subject: [PATCH] Avoid verbatim copy of sources in the developer documentation --- doc/salome/tui/doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/salome/tui/doxyfile.in b/doc/salome/tui/doxyfile.in index 76d11cc26..590f8106c 100644 --- a/doc/salome/tui/doxyfile.in +++ b/doc/salome/tui/doxyfile.in @@ -117,8 +117,8 @@ FILTER_SOURCE_FILES = YES #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- -SOURCE_BROWSER = YES -INLINE_SOURCES = YES +SOURCE_BROWSER = NO +INLINE_SOURCES = NO STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES -- 2.39.2