gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
SOURCE_BROWSER Doxygen switch is configurable from CMAKE (#395)
0 2 0
default
2 files changed with 3 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -5,2 +5,4 @@
5 5

	
6
SET(LEMON_DOC_SOURCE_BROWSER "NO" CACHE STRING "Include source into the doc (YES/NO).")
7

	
6 8
CONFIGURE_FILE(
Show white space 6 line context
... ...
@@ -116,3 +116,3 @@
116 116
#---------------------------------------------------------------------------
117
SOURCE_BROWSER         = NO
117
SOURCE_BROWSER         = @LEMON_DOC_SOURCE_BROWSER@
118 118
INLINE_SOURCES         = NO
0 comments (0 inline)