Browse Source

cmDocMain.h : Deleted.

master
kevin 3 years ago
parent
commit
a1a3ece09d
1 changed files with 0 additions and 54 deletions
  1. 0
    54
      src/cmDocMain.h

+ 0
- 54
src/cmDocMain.h View File

@@ -1,54 +0,0 @@
1
-/*! \mainpage cm Manual
2
- 
3
-  To modify this page edit cmDocMain.h
4
-
5
-  \section building Building
6
-  \subsection debug_mode Debug/Release Compile Mode 
7
-  By default the project builds in debug mode.  To build in release mode define NDEBUG 
8
-  on the compiler command line.  The existence of NDEBUG is tested in cmGlobal.h  and 
9
-  the value of the preprocessor variable #cmDEBUG_FL is set to 0 if NDEBUG was defined
10
-  and 1 otherwise.  Code which depends on the debug/release mode then tests the value of
11
-  #cmDEBUG_FL. 
12
-  
13
- 
14
-  The cm library is a set of C routines for working audio signals.
15
- 
16
-  \section foundation Foundation
17
-  \subsection mem Memory Management
18
-  \subsection output Output and Error Reporting
19
-  \subsection files File Management
20
-  \subsection cfg Program Configuration and Data
21
-
22
-  
23
- 
24
-  \subsection step1 Step 1: Opening the box
25
-   
26
- */
27
-
28
-
29
-/*!
30
-
31
-
32
-\defgroup base Base
33
-@{
34
-
35
-@}
36
-
37
-\defgroup rt Real-time
38
-@{
39
-@}
40
-
41
-\defgroup audio Audio
42
-@{
43
-
44
-@}
45
-
46
-\defgroup dsp Signal Processing
47
-@{
48
-@}
49
-
50
-\defgroup gr Graphics
51
-@{
52
-@}
53
-
54
- */

Loading…
Cancel
Save