comparison OrthancServer/Resources/OrthancPlugin.doxygen @ 5633:5db4ed395d81

merge
author Alain Mazy <am@orthanc.team>
date Tue, 21 May 2024 12:28:21 +0200
parents 3b7fb32ecbb0
children
comparison
equal deleted inserted replaced
5632:cfb67c7ccb4d 5633:5db4ed395d81
1942 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" 1942 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1943 # is assumed. To prevent a macro definition from being undefined via #undef or 1943 # is assumed. To prevent a macro definition from being undefined via #undef or
1944 # recursively expanded use the := operator instead of the = operator. 1944 # recursively expanded use the := operator instead of the = operator.
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1946 1946
1947 PREDEFINED = ORTHANC_PLUGIN_INLINE= 1947 PREDEFINED = ORTHANC_PLUGIN_INLINE= \
1948 ORTHANC_PLUGIN_DEPRECATED=
1948 1949
1949 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 1950 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1950 # tag can be used to specify a list of macro names that should be expanded. The 1951 # tag can be used to specify a list of macro names that should be expanded. The
1951 # macro definition that is found in the sources will be used. Use the PREDEFINED 1952 # macro definition that is found in the sources will be used. Use the PREDEFINED
1952 # tag if you want to use a different macro definition that overrules the 1953 # tag if you want to use a different macro definition that overrules the