Changeset 1e62ed5 in nscp for Doxyfile


Ignore:
Timestamp:
05/16/05 18:32:31 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
af5bc4b
Parents:
e655f61
Message:

2005-05-15 MickeM

+ Added NRPE support for checkCounter
+ Updated documentation

  • Make check commands ignore case + Added CheckHelpers module to alter the result of various check and similar things

2005-05-14 MickeM

+ Added support for Volumes (CheckDisk)
+ Added support for checking all drives of a certain kind
+ Added support for altering filter (makes it posible to check removale drives)
+ Created webpage and better documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    ra0528c4 r1e62ed5  
    5252HIDE_IN_BODY_DOCS      = NO 
    5353INTERNAL_DOCS          = NO 
    54 CASE_SENSE_NAMES       = YES 
     54CASE_SENSE_NAMES       = NO 
    5555HIDE_SCOPE_NAMES       = NO 
    5656SHOW_INCLUDE_FILES     = YES 
     
    7171# configuration options related to warning and progress messages 
    7272#--------------------------------------------------------------------------- 
    73 QUIET                  = NO 
     73QUIET                  = YES 
    7474WARNINGS               = YES 
    7575WARN_IF_UNDOCUMENTED   = YES 
    7676WARN_IF_DOC_ERROR      = YES 
    7777WARN_NO_PARAMDOC       = YES 
    78 WARN_FORMAT            = "$file($line) $text" 
     78WARN_FORMAT            = "$file($line) : $text" 
    7979WARN_LOGFILE           =  
    8080#--------------------------------------------------------------------------- 
    8181# configuration options related to the input files 
    8282#--------------------------------------------------------------------------- 
    83 INPUT                  = C:\Source\NSClient++ 
     83INPUT                  = C:\Source\nscplus 
    8484FILE_PATTERNS          = *.cpp \ 
    8585                         *.h \ 
Note: See TracChangeset for help on using the changeset viewer.