================ @@ -39,3 +39,10 @@ Options An unsigned integer specifying the number of spaces before the comment closing a namespace definition. Default is `1U`. + + +.. option:: AllowNoNamespaceComments + + When true, the check will allow that no namespace comment is present. + If a namespace comment is added but it is not matching, the check will fail. Default is `false`. ---------------- vbvictor wrote:
Nit: I am not a native speaker but I suggest there could be an easier to understand wording: ```suggestion If a namespace comment is present but does not match namespace definition, the check will fail. Default is `false`. ``` https://github.com/llvm/llvm-project/pull/124265 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits