File: main_page.doxy

package info (click to toggle)
moc 1%3A2.6.0~svn-r3005-7
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,904 kB
  • sloc: ansic: 31,748; sh: 929; cpp: 487; makefile: 240
file content (21 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** \mainpage Internal API documentation

\author Damian Pietras <daper (at) daper (dot) net>

\section introduction Introduction

This document describes the part of the internal API that can be used to add
support for a new file format or sound output method.  Everything that is
required or may be useful is documented, the rest changes too often.

I hope this documentation is up-to-date enough and contains sufficiently few
errors to make it useful... .

\section documented_parts Documented parts of the API

There are two main parts of the API you in which you could be interested:

\li \ref decoder_api
\li \ref sound_output_driver_api

*/