summaryrefslogtreecommitdiff
path: root/portaudio/doc/src/srcguide.dox
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
committersanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
commita4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch)
tree13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /portaudio/doc/src/srcguide.dox
parentbde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff)
add plibsys
Diffstat (limited to 'portaudio/doc/src/srcguide.dox')
-rw-r--r--portaudio/doc/src/srcguide.dox55
1 files changed, 0 insertions, 55 deletions
diff --git a/portaudio/doc/src/srcguide.dox b/portaudio/doc/src/srcguide.dox
deleted file mode 100644
index 26fd941..0000000
--- a/portaudio/doc/src/srcguide.dox
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- define all of the file groups used to structure the documentation.
-*/
-
-/**
- @defgroup public_header Public API definitions for users of PortAudio
-*/
-
-/**
- @internal
- @defgroup common_src Source code common to all implementations
-*/
-
-/**
- @internal
- @defgroup win_src Source code common to all Windows implementations
-*/
-
-/**
- @internal
- @defgroup unix_src Source code common to all Unix implementations
-*/
-
-/**
- @internal
- @defgroup macosx_src Source code common to all Macintosh implementations
-*/
-
-/**
- @internal
- @defgroup hostapi_src Source code for specific Host APIs
-*/
-
-/**
- @internal
- @defgroup test_src Test programs
-*/
-
-/**
- @defgroup examples_src Example programs demonstrating PortAudio usage
-*/
-
-/**
- @internal
- @page srcguide A guide to the PortAudio sources
-
- - \ref public_header
- - \ref examples_src
- - \ref common_src
- - \ref win_src
- - \ref unix_src
- - \ref macosx_src
- - \ref hostapi_src
- - \ref test_src
-*/ \ No newline at end of file