DoxyConfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Included Doxygen Config file
  2. #---------------------------------------------------------------------------
  3. # Project name & version number
  4. #---------------------------------------------------------------------------
  5. PROJECT_NAME =
  6. PROJECT_NUMBER =
  7. #---------------------------------------------------------------------------
  8. # Where to put the output
  9. # Note: The images dir should be next to the created html dir within the
  10. # output dir.
  11. # eg;
  12. # [Current Dir]
  13. # L__[OUTPUT_DIRECTORY]
  14. # L__[html]
  15. # L__[images]
  16. #---------------------------------------------------------------------------
  17. OUTPUT_DIRECTORY = ../GtkRadiant-doxygen
  18. #---------------------------------------------------------------------------
  19. # Where to read the sources
  20. # you can add more than one source...
  21. # INPUT = radiant/ \
  22. # tools/quake3/q3map \
  23. # tools/quake3/q3data
  24. #
  25. # Recursive is set on, so setting it to ./ (current dir) would read source
  26. # files recursively from the current dir down. (which would take a while)
  27. #
  28. # eg: To document just include, if the current directory is ../GtkRadiant/
  29. # then...
  30. #---------------------------------------------------------------------------
  31. INPUT = radiant/
  32. #---------------------------------------------------------------------------
  33. # Misc settings
  34. # TAB_SIZE - sets the indenting for the inline source and the source
  35. # browser
  36. # INCLUDE_PATH - will include documentation for included files from other
  37. # packages. You can specify more than one path the same as
  38. # shown in the INPUT example Leave it blank if you don't want
  39. # this.
  40. # PERL_PATH - path to the perl executable
  41. #
  42. #---------------------------------------------------------------------------
  43. PERL_PATH = /usr/bin/perl