Hi,
a few minor comments.
On 03/06/19 16:49, Qing Zhao wrote:
+fmax-include-depth=
+C ObjC C++ ObjC++ Joined RejectNegative UInteger
+fmax-include-depth=<number> Set the maximum number of depth of nested #include.
I think you want something like "Set the maximum depth of nested #include".
+@item -fmax-include-depth=@var{depth}
+@opindex fmax-include-depth
+Set the maximum number of depth of the nested include. The default is 200.
Likewise, plus include or #include?
In any case the wording should be consistent with the actual cpp_error
message below in your attachment, thus, in particular, no "number".
+ /* the maximum depths for nested #include. */
Upper case "The". "for" or "of"? Again, consistency.
Paolo.