summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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