Regenerate reference of classes

This commit is contained in:
Vincent Jacques
2012-03-04 10:12:15 +00:00
parent 25c76b4b75
commit 01fa4d803b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`
===============================
+1 -1
View File
@@ -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`
=====================