]> granicus.if.org Git - icu/commitdiff
ICU-10394 cleanup those asterisks (normalize 'UFoo * ufoo_open()' to 'UFoo* ufoo_open()')
authorSteven R. Loomis <srl@icu-project.org>
Thu, 19 Sep 2013 00:00:29 +0000 (00:00 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 19 Sep 2013 00:00:29 +0000 (00:00 +0000)
X-SVN-Rev: 34394

tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java

index f26322f4fd0e160923d7a88ddb550416b91e65da..9444bbe4b72995d7e95be67b4f2dc7dcae6cb22e 100644 (file)
@@ -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.