Renamed tpl_drv_* to api_drv_* (a more fitting name)
[tpg/acess2.git] / Kernel / Doxyfile.api
index a715b6b..1f406f0 100644 (file)
@@ -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,21 @@ 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/modules.h \
+                         include/vfs.h include/vfs_ext.h \
+                         include/fs_devfs.h include/fs_sysfs.h \
+                         include/iocache.h \
+                         arch/archdoc.h \
+                         include/apidoc/arch_x86.h \
+                         include/api_drv_common.h \
+                         include/api_drv_video.h \
+                         include/api_drv_terminal.h \
+                         include/api_drv_disk.h \
+                         include/api_drv_keyboard.h \
+                         include/api_drv_joystick.h \
+                         include/api_drv_network.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 
@@ -581,7 +597,7 @@ INPUT_ENCODING         = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS          = tpl_drv_*.h
+FILE_PATTERNS          = api_drv_*.h
 #*.c *.h
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 

UCC git Repository :: git.ucc.asn.au