1/** \mainpage Internal API documentation
2
3\author Damian Pietras <daper (at) daper (dot) net>
4
5\section introduction Introduction
6
7This document describes the part of the internal API that can be used to add
8support for a new file format or sound output method.  Everything that is
9required or may be useful is documented, the rest changes too often.
10
11I hope this documentation is up-to-date enough and contains sufficiently few
12errors to make it useful... .
13
14\section documented_parts Documented parts of the API
15
16There are two main parts of the API you in which you could be interested:
17
18\li \ref decoder_api
19\li \ref sound_output_driver_api
20
21*/
22