diff options
author | Max Kellermann <max@duempel.org> | 2009-02-13 09:11:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-13 09:11:22 +0100 |
commit | ef64449cb65bdb9e0a9c51f5d9f0ef3e220c0525 (patch) | |
tree | f2f6337166b55efdf825a6f3df2203a222e90a7e /.gitignore | |
parent | df9245c2aae7518c813385f7cd721cc17ff27062 (diff) | |
download | mpd-ef64449cb65bdb9e0a9c51f5d9f0ef3e220c0525.tar.gz mpd-ef64449cb65bdb9e0a9c51f5d9f0ef3e220c0525.tar.xz mpd-ef64449cb65bdb9e0a9c51f5d9f0ef3e220c0525.zip |
doc: generate API documentation with doxygen
When configured with --enable-documentation, use doxygen.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0bed4e5cc..61e2f1635 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ tags *~ .stgit* doc/protocol.html +doc/protocol +doc/api |