How to get here: In Settings on the General Settings tab, select [General Settings] > Documentation > Comment Style > Parameters.
Terms
comments Text embedded in a program for documentation purposes.
parameter inline comments A comment in a parameter list.
parameter delimiter character A character that separates a parameter name and its description.
Advanced User Information
You can use the predefined variables PAR0, PAR1, PAR2, PAR3 instead of the parameter name. The variables expand to the name of the n-th parameter. If you change a parameter name in the declaration of the function, the parameter names and their descriptions are automatically updated.