Blame agent/mibgroup/snmp-usm-dh-objects-mib/usmDHUserKeyTable/usmDHUserKeyTable_doxygen.conf

Packit Service b38f0b
#---------------------------------------------------------------------------
Packit Service b38f0b
# General configuration options
Packit Service b38f0b
#---------------------------------------------------------------------------
Packit Service b38f0b
Packit Service b38f0b
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
Packit Service b38f0b
# by quotes) that should identify the project.
Packit Service b38f0b
Packit Service b38f0b
PROJECT_NAME           = usmDHUserKeyTable
Packit Service b38f0b
Packit Service b38f0b
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
Packit Service b38f0b
# This could be handy for archiving the generated documentation or 
Packit Service b38f0b
# if some version control system is used.
Packit Service b38f0b
Packit Service b38f0b
PROJECT_NUMBER         = 0.1
Packit Service b38f0b
Packit Service b38f0b
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
Packit Service b38f0b
# base path where the generated documentation will be put. 
Packit Service b38f0b
# If a relative path is entered, it will be relative to the location 
Packit Service b38f0b
# where doxygen was started. If left blank the current directory will be used.
Packit Service b38f0b
Packit Service b38f0b
OUTPUT_DIRECTORY       = docs
Packit Service b38f0b
Packit Service b38f0b
#---------------------------------------------------------------------------
Packit Service b38f0b
# configuration options related to the input files
Packit Service b38f0b
#---------------------------------------------------------------------------
Packit Service b38f0b
Packit Service b38f0b
# The INPUT tag can be used to specify the files and/or directories that contain 
Packit Service b38f0b
# documented source files. You may enter file names like "myfile.cpp" or 
Packit Service b38f0b
# directories like "/usr/src/myproject". Separate the files or directories 
Packit Service b38f0b
# with spaces.
Packit Service b38f0b
Packit Service b38f0b
INPUT                  = .
Packit Service b38f0b
Packit Service b38f0b
# If the value of the INPUT tag contains directories, you can use the 
Packit Service b38f0b
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
Packit Service b38f0b
# and *.h) to filter out the source-files in the directories. If left 
Packit Service b38f0b
# blank all files are included.
Packit Service b38f0b
Packit Service b38f0b
FILE_PATTERNS          = *.c *.h
Packit Service b38f0b
Packit Service b38f0b
# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
Packit Service b38f0b
# should be searched for input files as well. Possible values are YES and NO. 
Packit Service b38f0b
# If left blank NO is used.
Packit Service b38f0b
Packit Service b38f0b
RECURSIVE              = NO
Packit Service b38f0b
Packit Service b38f0b
# The EXCLUDE tag can be used to specify files and/or directories that should 
Packit Service b38f0b
# excluded from the INPUT source files. This way you can easily exclude a 
Packit Service b38f0b
# subdirectory from a directory tree whose root is specified with the INPUT tag.
Packit Service b38f0b
Packit Service b38f0b
EXCLUDE                =