diff options
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 584fb89..c08f4a1 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @abs_top_builddir@/doc +OUTPUT_DIRECTORY = @abs_top_builddir@/doc/slv2 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -474,7 +474,10 @@ INPUT = @abs_srcdir@/../doc/mainpage.dox \ @abs_srcdir@/../slv2/pluginclasses.h \ @abs_srcdir@/../slv2/plugininstance.h \ @abs_srcdir@/../slv2/plugins.h \ - @abs_srcdir@/../slv2/port.h + @abs_srcdir@/../slv2/port.h \ + @abs_srcdir@/../slv2/pluginui.h \ + @abs_srcdir@/../slv2/pluginuis.h \ + @abs_srcdir@/../slv2/pluginuiinstance.h # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default |