summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles Edward Pax <charles.pax@gmail.com>2017-08-01 16:57:29 -0400
committerCharles Edward Pax <charles.pax@gmail.com>2017-08-01 16:57:29 -0400
commit2b1c8c0c52d569b8d891216021d4292218429452 (patch)
tree114ffbeced39f3ea0053cf47ff069146683fe3c3 /src
parent09526072f49cef6172f8f48ad83a97ec206b4fdd (diff)
Documentation is produced for static objects also.
Diffstat (limited to 'src')
-rw-r--r--src/Doxyfile4
-rw-r--r--src/lua.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 454bd9a..4d4350b 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -434,7 +434,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
@@ -1988,7 +1988,7 @@ PERLMOD_MAKEVAR_PREFIX =
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.
-ENABLE_PREPROCESSING = YES
+ENABLE_PREPROCESSING = NO
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
diff --git a/src/lua.c b/src/lua.c
index 313b57f..fd2aad3 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -39,7 +39,7 @@
* \file lua.c
* \author Andrés Martinelli <andmarti@gmail.com>
* \date 2017-07-18
- * \brief TODO Write a tbrief file description.
+ * \brief TODO Write a brief file description.
*/
#ifdef XLUA