# CodeDocs Configuration File # Optional project name, if left empty the GitHub repository name will be used. PROJECT_NAME = "Kodi Documentation" # One or more directories and files that contain example code to be included. EXAMPLE_PATH = # One or more directories and files to exclude from documentation generation. # Use relative paths with respect to the repository root directory. EXCLUDE = # One or more wildcard patterns to exclude files and directories from document # generation. EXCLUDE_PATTERNS = */*Codec/* \ doxygen.hpp # One or more symbols to exclude from document generation. Symbols can be # namespaces, classes, or functions. EXCLUDE_SYMBOLS = # Override the default parser (language) used for each file extension. EXTENSION_MAPPING = # Set the wildcard patterns used to filter out the source-files. # If left blank the default is: # *.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, # *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, # *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox, *.py, # *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. FILE_PATTERNS = *.c \ *.cc \ *.cxx \ *.cpp \ *.c++ \ *.d \ *.java \ *.ii \ *.ixx \ *.ipp \ *.i++ \ *.inl \ *.h \ *.hh \ *.hxx \ *.hpp \ *.h++ \ *.idl \ *.odl \ *.cs \ *.php \ *.php3 \ *.inc \ *.m \ *.mm \ *.dox \ *.py \ *.f90 \ *.f \ *.vhd \ *.vhdl ALIASES = "table_start=
Function: \1
Class: \1