diff --git a/scripts/generate-http-docs.js b/scripts/generate-http-docs.js index 03688e2..cc5d6d0 100644 --- a/scripts/generate-http-docs.js +++ b/scripts/generate-http-docs.js @@ -479,7 +479,7 @@ export function buildRequestContent(request, requestName, requestConfig = {}, do if (commentedVariableDefinitions.length > 0) { lines.push(`# Other variables for ${requestName}`); for (const variable of commentedVariableDefinitions) { - lines.push(`# ${sanitizeVarName(variable.name)}${VARIABLE_NAME_VALUE_SEPARATOR}${formatVariableValue(variable.value, { renderValue })}`); + lines.push(`# @${sanitizeVarName(variable.name)}${VARIABLE_NAME_VALUE_SEPARATOR}${formatVariableValue(variable.value, { renderValue })}`); } }