summaryrefslogtreecommitdiff
path: root/doc/classes/PackedDataContainerRef.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PackedDataContainerRef.xml')
-rw-r--r--doc/classes/PackedDataContainerRef.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/classes/PackedDataContainerRef.xml b/doc/classes/PackedDataContainerRef.xml
index f0f59675de..5e42079b97 100644
--- a/doc/classes/PackedDataContainerRef.xml
+++ b/doc/classes/PackedDataContainerRef.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="PackedDataContainerRef" inherits="Reference" version="4.0">
+<class name="PackedDataContainerRef" inherits="RefCounted" version="4.0">
<brief_description>
- Reference version of [PackedDataContainer].
+ Reference-counted version of [PackedDataContainer].
</brief_description>
<description>
</description>
@@ -9,8 +9,7 @@
</tutorials>
<methods>
<method name="size" qualifiers="const">
- <return type="int">
- </return>
+ <return type="int" />
<description>
</description>
</method>