From 75d917cdcf62a4c81befbfd535e38bb2b80a6466 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 20 Mar 2008 00:12:10 +0000 Subject: [PATCH] 164356: test and fix: ajdoc --- tests/bugs153/pr164356/C.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/bugs153/pr164356/C.java diff --git a/tests/bugs153/pr164356/C.java b/tests/bugs153/pr164356/C.java new file mode 100644 index 000000000..3d52ddb64 --- /dev/null +++ b/tests/bugs153/pr164356/C.java @@ -0,0 +1,21 @@ +public class C { + + // foo's ordinary comment + /** + * description of foo + */ + public void foo() { + } + + //************ + /** + * description of bar + */ + public void bar() { + } + + //******* + public void goo() { + } + +} -- 2.39.5