diff --git a/src/xdocs/config_misc.xml b/src/xdocs/config_misc.xml index 0b9acf0d8..4914d3d28 100755 --- a/src/xdocs/config_misc.xml +++ b/src/xdocs/config_misc.xml @@ -1006,19 +1006,19 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; basicOffset - how many spaces to use for new indentation level + how far new indentation level should be indented when on the next line Integer 4 braceAdjustment - how far braces should be indented when on the next line + how far a braces should be indented when on the next line Integer 0 caseIndent - how much to indent a case label + how far a case label should be indented when on next line Integer 4 @@ -1030,7 +1030,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; arrayInitIndent - how much to indent an array initialisation when on next line + how far an array initialisation should be indented when on next line Integer 4 @@ -1042,8 +1042,8 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; forceStrictCondition - force strict condition in line wrapping case. If value is true, line wrap indent - have to be same as lineWrappingIndentation parameter + force strict indent level in line wrapping case. If value is true, line wrap indent + have to be same as lineWrappingIndentation parameter. If value is false, line wrap indent could be bigger on any value user would like. Boolean false