mfd-doxygen.m2c
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. ########################################################################
  2. @foreach $table table@
  3. @  ifconf ${context}_doxygen.conf
  4. @    print "${context}_doxygen.conf exists, skipping.@
  5. @  else@
  6. @    include m2c_setup_table.m2i@
  7. @    open ${context}_doxygen.conf@
  8. #---------------------------------------------------------------------------
  9. # General configuration options
  10. #---------------------------------------------------------------------------
  11. # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
  12. # by quotes) that should identify the project.
  13. PROJECT_NAME           = ${context}
  14. # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
  15. # This could be handy for archiving the generated documentation or 
  16. # if some version control system is used.
  17. PROJECT_NUMBER         = 0.1
  18. # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
  19. # base path where the generated documentation will be put. 
  20. # If a relative path is entered, it will be relative to the location 
  21. # where doxygen was started. If left blank the current directory will be used.
  22. OUTPUT_DIRECTORY       = docs
  23. #---------------------------------------------------------------------------
  24. # configuration options related to the input files
  25. #---------------------------------------------------------------------------
  26. # The INPUT tag can be used to specify the files and/or directories that contain 
  27. # documented source files. You may enter file names like "myfile.cpp" or 
  28. # directories like "/usr/src/myproject". Separate the files or directories 
  29. # with spaces.
  30. INPUT                  = .
  31. # If the value of the INPUT tag contains directories, you can use the 
  32. # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
  33. # and *.h) to filter out the source-files in the directories. If left 
  34. # blank all files are included.
  35. FILE_PATTERNS          = *.c *.h
  36. # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
  37. # should be searched for input files as well. Possible values are YES and NO. 
  38. # If left blank NO is used.
  39. RECURSIVE              = NO
  40. # The EXCLUDE tag can be used to specify files and/or directories that should 
  41. # excluded from the INPUT source files. This way you can easily exclude a 
  42. # subdirectory from a directory tree whose root is specified with the INPUT tag.
  43. EXCLUDE                = 
  44. @  end@ # conf file exists
  45. @end@ # foreach table