You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.9 KiB

4 weeks ago
  1. # CodeDocs.xyz Configuration File
  2. # Optional project name, if left empty the GitHub repository name will be used.
  3. PROJECT_NAME =
  4. # One or more directories and files that contain example code to be included.
  5. EXAMPLE_PATH =
  6. # One or more directories and files to exclude from documentation generation.
  7. # Use relative paths with respect to the repository root directory.
  8. EXCLUDE = test/gtest-1.8.0/
  9. # One or more wildcard patterns to exclude files and directories from document
  10. # generation.
  11. EXCLUDE_PATTERNS =
  12. # One or more symbols to exclude from document generation. Symbols can be
  13. # namespaces, classes, or functions.
  14. EXCLUDE_SYMBOLS =
  15. # Override the default parser (language) used for each file extension.
  16. EXTENSION_MAPPING =
  17. # Set the wildcard patterns used to filter out the source-files.
  18. # If left blank the default is:
  19. # *.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl,
  20. # *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php,
  21. # *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox, *.py,
  22. # *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
  23. FILE_PATTERNS =
  24. # Hide undocumented class members.
  25. HIDE_UNDOC_MEMBERS =
  26. # Hide undocumented classes.
  27. HIDE_UNDOC_CLASSES =
  28. # Specify a markdown page whose contents should be used as the main page
  29. # (index.html). This will override a page marked as \mainpage. For example, a
  30. # README.md file usually serves as a useful main page.
  31. USE_MDFILE_AS_MAINPAGE = README.md
  32. # Specify external repository to link documentation with.
  33. # This is similar to Doxygen's TAGFILES option, but will automatically link to
  34. # tags of other repositories already using CodeDocs. List each repository to
  35. # link with by giving its location in the form of owner/repository.
  36. # For example:
  37. # TAGLINKS = doxygen/doxygen CodeDocs/osg
  38. # Note: these repositories must already be built on CodeDocs.
  39. TAGLINKS =