From 2ca5ace9cb737bc301b0a19bad4cd80549a1702e Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela
Date: Mon, 11 Feb 2002 18:11:16 +0000
Subject: More documentation changes (rawmidi, timer)
---
doc/doxygen.cfg | 5 +++--
doc/index.doxygen | 5 +++++
2 files changed, 8 insertions(+), 2 deletions(-)
(limited to 'doc')
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index d0b26057..4d741303 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -78,7 +78,8 @@ EXCLUDE = ../src/control/control_local.h \
../src/seq/seq_local.h
RECURSIVE = YES
FILE_PATTERNS = *.c *.h
-EXAMPLE_PATH = ../test/pcm.c ../test/latency.c
+EXAMPLE_PATH = ../test/pcm.c ../test/latency.c ../test/rawmidi.c \
+ ../test/timer.c
QUIET = YES
EXTRACT_ALL = NO
@@ -87,7 +88,7 @@ SHOW_INCLUDE_FILES = NO
JAVADOC_AUTOBRIEF = NO
INHERIT_DOCS = YES
ENABLED_SECTIONS = ""
-PREDEFINED = DOXYGEN PIC "DOC_HIDDEN"
+PREDEFINED = DOXYGEN PIC "DOC_HIDDEN" "ATTRIBUTE_UNUSED="
OPTIMIZE_OUTPUT_FOR_C = YES # doxygen 1.2.6 option
diff --git a/doc/index.doxygen b/doc/index.doxygen
index 1c445d14..c0645f04 100644
--- a/doc/index.doxygen
+++ b/doc/index.doxygen
@@ -30,8 +30,13 @@ may be placed in the library code instead of the kernel driver.
API links
+ - Page \ref control explains the primitive controls API
+
- Page \ref hcontrol explains the high-level primitive controls API
- Page \ref pcm explains the design of PCM (digital audio) API
- Page \ref pcm_plugins explains the design of PCM (digital audio) plugins
+
- Page \ref rawmidi explains the design of RawMidi API
+
- Page \ref timer explains the design of Timer API
+
- Page \ref seq explains the design of Sequencer API
Configuration
--
cgit v1.2.3