summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl_all.doxy
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-03-25 16:03:10 -0400
committerSamuel Bronson <naesten@gmail.com>2013-03-25 16:03:10 -0400
commit9fe1de05adf75e5519807a851928de4b2e2bdd56 (patch)
tree096d19b5ab9bb5d4f2e986c97be7570bc639f198 /crawl-ref/source/crawl_all.doxy
parentaa75ee236f9fcf96083f4d9b0f1cf3d12c34621e (diff)
downloadcrawl-ref-9fe1de05adf75e5519807a851928de4b2e2bdd56.tar.gz
crawl-ref-9fe1de05adf75e5519807a851928de4b2e2bdd56.zip
Teach Doxygen how to deal with our PRINTF macro.
Diffstat (limited to 'crawl-ref/source/crawl_all.doxy')
-rw-r--r--crawl-ref/source/crawl_all.doxy3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/crawl_all.doxy b/crawl-ref/source/crawl_all.doxy
index b308bcafa5..3cb380a6ea 100644
--- a/crawl-ref/source/crawl_all.doxy
+++ b/crawl-ref/source/crawl_all.doxy
@@ -1294,7 +1294,8 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = USE_SQLITE_DBM USE_TILE USE_TILE_LOCAL USE_TILE_WEB
+PREDEFINED = USE_SQLITE_DBM USE_TILE USE_TILE_LOCAL USE_TILE_WEB \
+ "PRINTF(x, dfmt)=const char *format dfmt, ..."
# 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.