From: rnv Date: Mon, 26 Aug 2019 16:15:50 +0000 (+0300) Subject: Improve documentation generation. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cfe81c6a8608bac7bcb10c29a63a7693e0f886d2;p=tools%2Fconfiguration.git Improve documentation generation. --- diff --git a/cmake/SalomeMacros.cmake b/cmake/SalomeMacros.cmake index 22e9c61..1044836 100644 --- a/cmake/SalomeMacros.cmake +++ b/cmake/SalomeMacros.cmake @@ -793,14 +793,39 @@ ENDMACRO(SALOME_ACCUMULATE_ENVIRONMENT) # Macro generates environement script using previously created variables # _${PROJECT_NAME}_EXTRA_ENV_, where is name of variable and # _${PROJECT_NAME}_EXTRA_ENV (see marco SALOME_ACCUMULATE_ENVIRONMENT); -# and puts generated command in proper environment into argument. -# +# and puts generated command in proper environment into argument. To ignore +# _${PROJECT_NAME}_EXTRA_ENV_ and _${PROJECT_NAME}_EXTRA_ENV variables set +# environment variable 'SALOME_HAS_GLOBAL_ENV=1' +# +# NAMED ARGUMENTS: +# CONTEXT: is used under Windows platform only to generate command file. See explanations +# below. +# CONTEXT_NAME: is used under Windows platform only to generate command file. See +# explanations below. +# ADDITIONAL_VARIABLES: list of the additional variables to write into environment script. +# Each item of this list should be in the 'Variable=Value' format. +# +# # Notes: # - If