From 854e356e566e3c410781b3d0fac71aafd48e4cd8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 8 Sep 2012 13:45:44 +0100 Subject: pregen --- docs/git2/Index.luadoc | 3 ++- docs/git2/Repository.luadoc | 3 ++- docs/git2/TreeEntry.luadoc | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/git2') diff --git a/docs/git2/Index.luadoc b/docs/git2/Index.luadoc index bfa51cc..fe961e5 100644 --- a/docs/git2/Index.luadoc +++ b/docs/git2/Index.luadoc @@ -166,9 +166,10 @@ end -- --

Calls git_index_read_tree:

The current index contents will be replaced by the specified tree. -- @param tree tree to read. Must be of type Tree. +-- @param should_be_null Must be of type lightuserdata. -- @return true if no error. -- @return Error string. -- @name Index:read_tree -function Index:read_tree(tree) +function Index:read_tree(tree, should_be_null) end diff --git a/docs/git2/Repository.luadoc b/docs/git2/Repository.luadoc index 3be21a3..5273e7d 100644 --- a/docs/git2/Repository.luadoc +++ b/docs/git2/Repository.luadoc @@ -100,10 +100,11 @@ end -- all the common workdir operations (checkout, status, index -- manipulation, etc). -- @param workdir The path to a working directory. Must be of type string. +-- @param update_gitlink Must be of type integer. -- @return true if no error. -- @return Error string. -- @name Repository:set_workdir -function Repository:set_workdir(workdir) +function Repository:set_workdir(workdir, update_gitlink) end --- object method. diff --git a/docs/git2/TreeEntry.luadoc b/docs/git2/TreeEntry.luadoc index 7fb85ea..73ee453 100644 --- a/docs/git2/TreeEntry.luadoc +++ b/docs/git2/TreeEntry.luadoc @@ -16,10 +16,9 @@ end --- object method. -- ---

Calls git_tree_entry_attributes:

-- @return integer. --- @name TreeEntry:attributes -function TreeEntry:attributes() +-- @name TreeEntry:filemode +function TreeEntry:filemode() end --- object method. -- cgit v1.2.1