diff options
author | David Robillard <d@drobilla.net> | 2017-12-18 01:36:54 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-31 21:15:45 +0200 |
commit | 6b9eade6bc75f879cbbe8b21ea7765907e65a349 (patch) | |
tree | 33e1cd4ad6eebe3a54d023da5b9134a421a9f9d8 /doc | |
parent | c0a3fc67642385626e1b6093844272cee0a3ea77 (diff) | |
download | lv2-atom-cpp.tar.xz |
Add C++ bindings for atoms and forgeatom-cpp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 77a67b4..c36b50f 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -804,6 +804,8 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @LV2_SRCDIR@/doc/mainpage.md \ + @LV2_SRCDIR@/lv2/atom/Atom.hpp \ + @LV2_SRCDIR@/lv2/atom/Forge.hpp \ @LV2_SRCDIR@/lv2/atom/atom.h \ @LV2_SRCDIR@/lv2/atom/forge.h \ @LV2_SRCDIR@/lv2/atom/util.h \ |