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

SNMP编程

开发平台:

Unix_Linux

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