aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorRichard Beare <richard.beare@monash.edu>2019-03-18 21:33:25 +1100
committerRichard Beare <richard.beare@monash.edu>2019-03-18 21:33:25 +1100
commite60670ec45d64e2aac922c5e52b826204064e6f7 (patch)
tree986aa6079e982507d2dcd8bd0cabc6fd4be983b3 /Doc
parent6e3518c9b4b8cfd08c7e6d828053c7e3212adeb8 (diff)
downloadswig-e60670ec45d64e2aac922c5e52b826204064e6f7.tar.gz
extra doc on anonymous enums
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/R.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html
index 9fa27274b..9ca39c99f 100644
--- a/Doc/Manual/R.html
+++ b/Doc/Manual/R.html
@@ -227,7 +227,9 @@ and integers.
The relevant functions, for debugging purposes, are <tt>enumToInteger</tt> and
</tt>enumFromInteger</tt>.
-Anonymous enumerations are not supported.
+Anonymous enumerations are ignored by the binding generation process,
+leaving no way of accessing the value of anonymous enumerations from R
+code.
</p>