diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index a899bd3..bfcd911 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -420,19 +420,18 @@ WARN_LOGFILE = # with spaces. INPUT = @top_srcdir@/doc/mainpage.dox \ + @top_srcdir@/slv2/lv2.h \ @top_srcdir@/slv2/types.h \ + @top_srcdir@/slv2/util.h \ + @top_srcdir@/slv2/value.h \ + @top_srcdir@/slv2/values.h \ @top_srcdir@/slv2/world.h \ - @top_srcdir@/slv2/plugins.h \ - @top_srcdir@/slv2/strings.h \ + @top_srcdir@/slv2/plugin.h \ @top_srcdir@/slv2/pluginclass.h \ @top_srcdir@/slv2/pluginclasses.h \ - @top_srcdir@/slv2/plugin.h \ - @top_srcdir@/slv2/port.h \ @top_srcdir@/slv2/plugininstance.h \ - @top_srcdir@/slv2/util.h \ - @top_srcdir@/slv2/lv2.h #\ - #@top_srcdir@/slv2/query.h #\ - #@top_srcdir@/include + @top_srcdir@/slv2/plugins.h \ + @top_srcdir@/slv2/port.h # If the value of the INPUT tag contains directories, you can use the |