From ecd20b0cdcbc4963243fa5bdd57610a57e41a028 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 19 Sep 2013 00:00:29 +0000 Subject: [PATCH] ICU-10394 cleanup those asterisks (normalize 'UFoo * ufoo_open()' to 'UFoo* ufoo_open()') X-SVN-Rev: 34394 --- tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java index f26322f4fd0..9444bbe4b72 100644 --- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java +++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java @@ -528,6 +528,7 @@ public class StableAPI { static private String replList[] = { "[ ]*\\([ ]*void[ ]*\\)[ ]*", "()", // cleanup " , ", ", ", // cleanup + "[ ]*\\*[ ]*", "* ", "[ ]*=[ ]*0[ ]*$", "=0", // cleanup pure virtual "\\)[ ]*const", ") const", // This just cleans up the spacing.