summaryrefslogtreecommitdiffstats
path: root/runtime/Doxyfile
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-01 19:26:17 +0000
committerhunt <hunt>2005-07-01 19:26:17 +0000
commitf5548c07826ab136c199055769ccfc34e01c0cd7 (patch)
tree738aed9f3e2cb9158ca58ac8d1e73bfba73dae86 /runtime/Doxyfile
parent9a45e491a7365db5178c4b6c33804ce3fc07ffe0 (diff)
downloadsystemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.tar.gz
systemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.tar.xz
systemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.zip
2005-07-01 Martin Hunt <hunt@redhat.com>
* probes.c: Convert all _stp_log() calls to either stp_warn() or dbug(). * print.c: Comment out dbug()s. * stat-common.c: Comment out dbug()s.
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r--runtime/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Doxyfile b/runtime/Doxyfile
index 832b34da..7549f2e3 100644
--- a/runtime/Doxyfile
+++ b/runtime/Doxyfile
@@ -23,7 +23,7 @@ PROJECT_NAME = "SystemTap Runtime"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.61
+PROJECT_NUMBER = 0.62
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -961,7 +961,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __i386__ NEED_INT64_VALS NEED_STRING_VALS NEED_STAT_VALS KEY1_TYPE_INT64 USE_RET_PROBES
+PREDEFINED = __i386__ NEED_INT64_VALS NEED_STRING_VALS NEED_STAT_VALS KEY1_TYPE_INT64 USE_RET_PROBES DEBUG
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.