[m-rev.] diff: minor doc update for mutables, initialise, finalise decls
Peter Wang
novalazy at gmail.com
Fri Apr 16 13:49:28 AEST 2010
Branches: main, 10.04
doc/reference_manual.texi:
Document mutables, initialise and finalise declarations as working
for Java.
diff --git a/doc/reference_manual.texi b/doc/reference_manual.texi
index f853cd5..0cd490a 100644
--- a/doc/reference_manual.texi
+++ b/doc/reference_manual.texi
@@ -4896,7 +4896,7 @@ directives that have not yet been executed will
not be executed,
@samp{initialize} is also allowed as a synonym for @samp{initialise}.
Note: @samp{initialise} declarations are currently only supported on
-the C and Erlang backends.
+the C, Java and Erlang backends.
@node Module finalisation
@section Module finalisation
@@ -4937,7 +4937,7 @@ be executed.
@samp{finalize} is also allowed as a synonym for @samp{finalise}.
Note: @samp{finalise} declarations are currently only supported on
-the C and Erlang backends.
+the C, Java and Erlang backends.
@node Module-local mutable variables
@section Module-local mutable variables
@@ -5068,7 +5068,7 @@ an uncaught exception is also the same as though
it were a predicate
specified in a @samp{initialise} directive.
Note: @samp{mutable} declarations are currently only supported on
-the C and Erlang backends.
+the C, Java and Erlang backends.
@node Type classes
@chapter Type classes
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list