aboutsummaryrefslogtreecommitdiffstats
path: root/src/switches.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/switches.inc')
-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}