comparison OrthancServer/Resources/Orthanc.doxygen @ 4236:5639ffda467b

preparing merging InternalNode with ResourcesNode
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Oct 2020 09:52:16 +0200
parents 19a2f1d2b816
children 862b54b4cfe2
comparison
equal deleted inserted replaced
4235:b3ec19f369d1 4236:5639ffda467b
413 413
414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will 414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
415 # be included in the documentation. 415 # be included in the documentation.
416 # The default value is: NO. 416 # The default value is: NO.
417 417
418 EXTRACT_PRIVATE = NO 418 EXTRACT_PRIVATE = YES
419 419
420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal 420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
421 # scope will be included in the documentation. 421 # scope will be included in the documentation.
422 # The default value is: NO. 422 # The default value is: NO.
423 423
773 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 773 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
774 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, 774 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
775 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 775 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
776 # *.qsf, *.as and *.js. 776 # *.qsf, *.as and *.js.
777 777
778 FILE_PATTERNS = *.h 778 FILE_PATTERNS = *.h *.cpp
779 779
780 # The RECURSIVE tag can be used to specify whether or not subdirectories should 780 # The RECURSIVE tag can be used to specify whether or not subdirectories should
781 # be searched for input files as well. 781 # be searched for input files as well.
782 # The default value is: NO. 782 # The default value is: NO.
783 783