aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-24 09:26:53 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-24 09:26:53 +0000
commit7c20abe39de7bf770d7b1fed1e7607d72cfed8c5 (patch)
treebc9588a4c07b99dd5af22f981e53871b1dc6665e /src
parent5e65c66f550a7f3a9218c7bd7493e9c07647193d (diff)
downloadusdx-7c20abe39de7bf770d7b1fed1e7607d72cfed8c5.tar.gz
usdx-7c20abe39de7bf770d7b1fed1e7607d72cfed8c5.tar.xz
usdx-7c20abe39de7bf770d7b1fed1e7607d72cfed8c5.zip
pasdoc support added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1412 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/switches.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/switches.inc b/src/switches.inc
index 6504ea55..10f5ff56 100644
--- a/src/switches.inc
+++ b/src/switches.inc
@@ -1,3 +1,6 @@
+// prevent pasdoc from parsing this file
+{$IFNDEF PASDOC}
+
// compiler/IDE dependent config
{$IFDEF FPC}
{$H+} // use AnsiString instead of ShortString as String-type (default in Delphi)
@@ -109,3 +112,5 @@
{$IF Defined(UsePortaudioInput) or Defined(UsePortaudioPlayback)}
{$DEFINE UsePortaudio}
{$IFEND}
+
+{$ENDIF PASDOC}