From 01fa4d803b4a541759ba906d194f1fa9bc29faa9 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 4 Mar 2012 10:12:15 +0000 Subject: [PATCH] Regenerate reference of classes --- ReferenceOfApis.md | 2 +- ReferenceOfClasses.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReferenceOfApis.md b/ReferenceOfApis.md index df596c54..d0b23274 100644 --- a/ReferenceOfApis.md +++ b/ReferenceOfApis.md @@ -231,7 +231,7 @@ API `/repos/:user/:repo/hooks/:id` API `/repos/:user/:repo/hooks/:id/test` ======================================= -* POST: (TODO SOON) +* POST: `Hook.test` API `/repos/:user/:repo/issues` =============================== diff --git a/ReferenceOfClasses.md b/ReferenceOfClasses.md index 8b0572dd..e17261cd 100644 --- a/ReferenceOfClasses.md +++ b/ReferenceOfClasses.md @@ -162,7 +162,7 @@ Attributes Comments -------- * `get_comments()`: list of `CommitComment` -* `create_comment( body, commit_id, line, path, position )`: `CommitComment` +* `create_comment( body, [commit_id, line, path, position] )`: `CommitComment` Class `CommitComment` =====================