mirror of https://github.com/acidanthera/audk.git
modify critic
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1376 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a5cdc3fa6
commit
969afc266e
|
@ -50,6 +50,9 @@ public final class Critic {
|
|||
while ((line = rd.readLine()) != null) {
|
||||
if (line.matches("\\/\\*\\*")) {
|
||||
incomment = true;
|
||||
description = false;
|
||||
arguments = false;
|
||||
returns = false;
|
||||
templine.append(line + "\n");
|
||||
} else if (line.matches("\\*\\*\\/")) {
|
||||
incomment = false;
|
||||
|
|
Loading…
Reference in New Issue