The number of spaces before trailing line comments
(``//`` - comments).
- This does not affect trailing block comments (``/**/`` - comments) as
+ This does not affect trailing block comments (``/*`` - comments) as
those commonly have different usage patterns and a number of special
cases.
/// \brief The number of spaces before trailing line comments
/// (``//`` - comments).
///
- /// This does not affect trailing block comments (``/**/`` - comments) as
+ /// This does not affect trailing block comments (``/*`` - comments) as
/// those commonly have different usage patterns and a number of special
/// cases.
unsigned SpacesBeforeTrailingComments;