X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2FDoxyfile.api;h=7957e58dc65c1fa4b0fc74a5683817a068da2170;hb=0df427777a3ab005eaeebc1ee4a326c8dfe91b29;hp=a715b6ba8aa08fa44ea7c8cd297c9310b0f529e0;hpb=03b6bf4d927e84b6be07ebe7181254faf896f267;p=tpg%2Facess2.git diff --git a/Kernel/Doxyfile.api b/Kernel/Doxyfile.api index a715b6ba..7957e58d 100644 --- a/Kernel/Doxyfile.api +++ b/Kernel/Doxyfile.api @@ -14,6 +14,8 @@ # Project related configuration options #--------------------------------------------------------------------------- +LAYOUT_FILE = DoxygenLayout.xml + # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the @@ -564,7 +566,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/vfs.h include/fs_devfs.h include/iocache.h include/ +INPUT = include/apidoc_mainpage.h \ + include/binary.h \ + include/vfs.h include/vfs_ext.h \ + include/fs_devfs.h \ + include/iocache.h include/ # 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