comparison Resources/OrthancPlugin.doxygen @ 907:9b8298234254 plugins

documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jun 2014 14:28:43 +0200
parents 7d88f3f4a3b3
children f1c01451a8ee
comparison
equal deleted inserted replaced
906:cbc0ea03dffe 907:9b8298234254
1473 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 1473 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1474 # names in the source code. If set to NO (the default) only conditional 1474 # names in the source code. If set to NO (the default) only conditional
1475 # compilation will be performed. Macro expansion can be done in a controlled 1475 # compilation will be performed. Macro expansion can be done in a controlled
1476 # way by setting EXPAND_ONLY_PREDEF to YES. 1476 # way by setting EXPAND_ONLY_PREDEF to YES.
1477 1477
1478 MACRO_EXPANSION = NO 1478 MACRO_EXPANSION = YES
1479 1479
1480 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 1480 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1481 # then the macro expansion is limited to the macros specified with the 1481 # then the macro expansion is limited to the macros specified with the
1482 # PREDEFINED and EXPAND_AS_DEFINED tags. 1482 # PREDEFINED and EXPAND_AS_DEFINED tags.
1483 1483
1484 EXPAND_ONLY_PREDEF = NO 1484 EXPAND_ONLY_PREDEF = YES
1485 1485
1486 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 1486 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1487 # pointed to by INCLUDE_PATH will be searched when a #include is found. 1487 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1488 1488
1489 SEARCH_INCLUDES = YES 1489 SEARCH_INCLUDES = YES
1507 # or name=definition (no spaces). If the definition and the = are 1507 # or name=definition (no spaces). If the definition and the = are
1508 # omitted =1 is assumed. To prevent a macro definition from being 1508 # omitted =1 is assumed. To prevent a macro definition from being
1509 # undefined via #undef or recursively expanded use the := operator 1509 # undefined via #undef or recursively expanded use the := operator
1510 # instead of the = operator. 1510 # instead of the = operator.
1511 1511
1512 PREDEFINED = 1512 PREDEFINED = ORTHANC_PLUGIN_INLINE=
1513 1513
1514 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 1514 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1515 # this tag can be used to specify a list of macro names that should be expanded. 1515 # this tag can be used to specify a list of macro names that should be expanded.
1516 # The macro definition that is found in the sources will be used. 1516 # The macro definition that is found in the sources will be used.
1517 # Use the PREDEFINED tag if you want to use a different macro definition that 1517 # Use the PREDEFINED tag if you want to use a different macro definition that