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:
@@ -50,6 +50,9 @@ public final class Critic {
|
|||||||
while ((line = rd.readLine()) != null) {
|
while ((line = rd.readLine()) != null) {
|
||||||
if (line.matches("\\/\\*\\*")) {
|
if (line.matches("\\/\\*\\*")) {
|
||||||
incomment = true;
|
incomment = true;
|
||||||
|
description = false;
|
||||||
|
arguments = false;
|
||||||
|
returns = false;
|
||||||
templine.append(line + "\n");
|
templine.append(line + "\n");
|
||||||
} else if (line.matches("\\*\\*\\/")) {
|
} else if (line.matches("\\*\\*\\/")) {
|
||||||
incomment = false;
|
incomment = false;
|
||||||
|
Reference in New Issue
Block a user