Add a couple of bits of documentation.

git-svn-id: svn://localhost/ardour2/branches/3.0@6908 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-15 13:55:32 +00:00
parent 307e82f9be
commit d2beb38ea9
2 changed files with 1228 additions and 0 deletions

1215
doc/canvas.svg Executable file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 55 KiB

13
doc/mainpage.txt Executable file
View File

@ -0,0 +1,13 @@
/** \mainpage Ardour
*
* Welcome to the in-code documentation for Ardour.
*
* The main components of Ardour are as follows:
* - A GTK2 front-end, in \c gtk2_ardour.
* - libardour, the audio-processing back-end, in \c libs/ardour.
* - libpbd, a utility library, in \c libs/pbd.
*
* There are other assorted component libraries:
* - gtkmm2ext, an library of extensions to gtkmm2, in \c libs/gtkmm2ext.
* - and others...
*/