cppcheck-cfg.rng: Allow return values to be started with '::'.
This commit is contained in:
parent
0cec93cab7
commit
76b6203e0d
|
@ -150,7 +150,7 @@
|
|||
<optional>
|
||||
<attribute name="type">
|
||||
<data type="string">
|
||||
<param name="pattern">([a-zA-Z_][a-zA-Z_0-9:]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*([a-zA-Z_][a-zA-Z_0-9]*([ ]?[*& ])*)+</param>
|
||||
<param name="pattern">(::)?([a-zA-Z_:][a-zA-Z_0-9:]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*([a-zA-Z_][a-zA-Z_0-9]*([ ]?[*& ])*)+</param>
|
||||
</data>
|
||||
</attribute>
|
||||
</optional>
|
||||
|
|
Loading…
Reference in New Issue