summaryrefslogtreecommitdiff
path: root/portaudio/doc/src/srcguide.dox
diff options
context:
space:
mode:
Diffstat (limited to 'portaudio/doc/src/srcguide.dox')
-rw-r--r--portaudio/doc/src/srcguide.dox38
1 files changed, 38 insertions, 0 deletions
diff --git a/portaudio/doc/src/srcguide.dox b/portaudio/doc/src/srcguide.dox
new file mode 100644
index 0000000..bf6205a
--- /dev/null
+++ b/portaudio/doc/src/srcguide.dox
@@ -0,0 +1,38 @@
+/*
+ define all of the file groups used to structure the documentation.
+*/
+
+/**
+ @defgroup common_src Source code common to all implementations
+*/
+
+/**
+ @defgroup win_src Source code common to all Windows implementations
+*/
+
+/**
+ @defgroup unix_src Source code common to all Unix implementations
+*/
+
+/**
+ @defgroup macosx_src Source code common to all Macintosh implementations
+*/
+
+/**
+ @defgroup hostaip_src Source code for specific Host APIs
+*/
+
+/**
+ @defgroup test_src Test and example programs
+*/
+
+/**
+ @page srcguide A guide to the PortAudio sources.
+
+ - \ref common_src
+ - \ref win_src
+ - \ref unix_src
+ - \ref macosx_src
+ - \ref hostaip_src
+ - \ref test_src
+*/ \ No newline at end of file