diff options
author | Anthony Green <green@redhat.com> | 2002-09-30 17:00:42 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2002-09-30 17:00:42 +0000 |
commit | 71dff728285035d784255bb79e740994875e0839 (patch) | |
tree | 04aa54ab06346df4f53a91b468813cfceb971660 /gcc | |
parent | 17bbb839f1270db8e2f99a8f173f38188ad176f3 (diff) | |
download | gcc-71dff728285035d784255bb79e740994875e0839.zip gcc-71dff728285035d784255bb79e740994875e0839.tar.gz gcc-71dff728285035d784255bb79e740994875e0839.tar.bz2 |
Fix docs
From-SVN: r57655
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0035db2..9b2ad12 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 8acf3a3..a3cc25a 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. |