summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDor Bivas <dor1_b@walla.com>2014-04-15 11:20:05 +0300
committerDor Bivas <dor1_b@walla.com>2014-04-15 11:20:05 +0300
commit61b1467277e46d0ae87fe18b31419a849323b74c (patch)
tree48d5edca9dd9fcb7517d162f6c8a537310c65a2e
parentd652286a6477532bc54a8d4f16575c72aaa107dd (diff)
Doxyfile: INLINE_SOURCES
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 43af9d1..38f0f8d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -898,7 +898,7 @@ SOURCE_BROWSER = YES
# classes and enums directly into the documentation.
# The default value is: NO.
-INLINE_SOURCES = NO
+INLINE_SOURCES = YES
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and