aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2002-09-30 17:00:42 +0000
committerAnthony Green <green@redhat.com>2002-09-30 17:00:42 +0000
commit21c96161837ff3e98420b1352a6f6f316c70950e (patch)
tree04aa54ab06346df4f53a91b468813cfceb971660 /gcc/java
parent24d892b12e781d736fd6a1c847e03d79287d918c (diff)
Fix docs
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@57655 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 0035db2a2c5..9b2ad12d790 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-30 Anthony Green <green@redhat.com>
+
+ * gcj.texi (Invoking jv-scan): Fix texinfo.
+
2002-09-28 Anthony Green <green@redhat.com>
* gcj.texi (Invoking jv-scan): Add --no-assert documentation.
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 8acf3a35f91..a3cc25a201e 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -645,7 +645,6 @@ and the Info entries for @file{gcj} and @file{gcc}.
Don't recognize the @code{assert} keyword, for backwards compatibility
with older versions of the language specification.
-@table @gcctabopt
@item --complexity
This prints a complexity measure, related to cyclomatic complexity, for
each input file.