summaryrefslogtreecommitdiff
path: root/docs/git2/StrArray.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/git2/StrArray.luadoc')
-rw-r--r--docs/git2/StrArray.luadoc43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/git2/StrArray.luadoc b/docs/git2/StrArray.luadoc
new file mode 100644
index 0000000..1be8f9c
--- /dev/null
+++ b/docs/git2/StrArray.luadoc
@@ -0,0 +1,43 @@
+--
+-- Warning: AUTOGENERATED DOCS.
+--
+
+--- Class "StrArray".
+--
+module("StrArray")
+
+--- Create a new StrArray object.
+--
+-- @return <a href="StrArray.html">StrArray</a>.
+-- @name StrArray.new
+function StrArray.new()
+end
+
+--- Destroy this object (will be called by Garbage Collector).
+--
+-- @name StrArray:free
+function StrArray:free()
+end
+
+--- object method.
+--
+-- @param n Must be of type <code>integer</code>.
+-- @return <code>string</code>.
+-- @name StrArray:str
+function StrArray:str(n)
+end
+
+--- object method.
+--
+-- @return <code>nil</code>.
+-- @name StrArray:get_array
+function StrArray:get_array()
+end
+
+--- object method.
+--
+-- @return <code>integer</code>.
+-- @name StrArray:count
+function StrArray:count()
+end
+