comparison Resources/OrthancClient.doxygen @ 591:a00f626290db

better api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Oct 2013 17:36:14 +0200
parents 714cf0e144cb
children 9d2592c08919
comparison
equal deleted inserted replaced
590:3237eea24487 591:a00f626290db
316 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 316 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
317 # documentation are documented, even if no documentation was available. 317 # documentation are documented, even if no documentation was available.
318 # Private class members and static file members will be hidden unless 318 # Private class members and static file members will be hidden unless
319 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 319 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
320 320
321 EXTRACT_ALL = YES 321 EXTRACT_ALL = NO
322 322
323 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 323 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
324 # will be included in the documentation. 324 # will be included in the documentation.
325 325
326 EXTRACT_PRIVATE = NO 326 EXTRACT_PRIVATE = NO
582 # functions that are documented, but have no documentation for their parameters 582 # functions that are documented, but have no documentation for their parameters
583 # or return value. If set to NO (the default) doxygen will only warn about 583 # or return value. If set to NO (the default) doxygen will only warn about
584 # wrong or incomplete parameter documentation, but not about the absence of 584 # wrong or incomplete parameter documentation, but not about the absence of
585 # documentation. 585 # documentation.
586 586
587 WARN_NO_PARAMDOC = NO 587 WARN_NO_PARAMDOC = YES
588 588
589 # The WARN_FORMAT tag determines the format of the warning messages that 589 # The WARN_FORMAT tag determines the format of the warning messages that
590 # doxygen can produce. The string should contain the $file, $line, and $text 590 # doxygen can produce. The string should contain the $file, $line, and $text
591 # tags, which will be replaced by the file and line number from which the 591 # tags, which will be replaced by the file and line number from which the
592 # warning originated and the warning text. Optionally the format may contain 592 # warning originated and the warning text. Optionally the format may contain