From: TimePath Date: Sun, 21 Aug 2016 09:43:48 +0000 (+1000) Subject: Doxygen: #define XONOTIC X-Git-Tag: xonotic-v0.8.2~685 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9d741065f8d96e0691d473b10c4a633d476efa21;p=xonotic%2Fxonotic-data.pk3dir.git Doxygen: #define XONOTIC --- diff --git a/qcsrc/Doxyfile b/qcsrc/Doxyfile index 09d012857..06ee7468d 100644 --- a/qcsrc/Doxyfile +++ b/qcsrc/Doxyfile @@ -1997,6 +1997,7 @@ INCLUDE_FILE_PATTERNS = # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. PREDEFINED = \ + "XONOTIC" \ "USING(name, T)=using name = T" \ "CLASS(name, base)=class name : public base { public:" \ "INIT(class)=class::class()" \