To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / doc / src / srcguide.dox @ 164:9fa11135915a

History | View | Annotate | Download (932 Bytes)

1
/*
2
 define all of the file groups used to structure the documentation.
3
*/
4

    
5
/**
6
 @defgroup public_header Public API definitions for users of PortAudio 
7
*/
8

    
9
/**
10
 @internal
11
 @defgroup common_src Source code common to all implementations
12
*/
13

    
14
/**
15
 @internal
16
 @defgroup win_src Source code common to all Windows implementations
17
*/
18

    
19
/**
20
 @internal
21
 @defgroup unix_src Source code common to all Unix implementations
22
*/
23

    
24
/**
25
 @internal
26
 @defgroup macosx_src Source code common to all Macintosh implementations
27
*/
28

    
29
/**
30
 @internal
31
 @defgroup hostapi_src Source code for specific Host APIs
32
*/
33

    
34
/**
35
 @internal
36
 @defgroup test_src Test programs
37
*/
38

    
39
/**
40
 @defgroup examples_src Example programs demonstrating PortAudio usage
41
*/
42

    
43
/**
44
 @internal
45
 @page srcguide A guide to the PortAudio sources
46

    
47
 - \ref public_header
48
 - \ref examples_src
49
 - \ref common_src
50
 - \ref win_src
51
 - \ref unix_src
52
 - \ref macosx_src
53
 - \ref hostapi_src
54
 - \ref test_src
55
*/