diff --git a/index.html b/index.html index 1a9f30d..86ef7a5 100644 --- a/index.html +++ b/index.html @@ -70,16 +70,16 @@

apiDoc creates a documentation from API annotations in your source code.

-
@apidoc """
-@api {get} /user/:id Request User information
-@apiName GetUser
-@apiGroup User
-
-@apiParam {Number} id Users unique ID.
-
-@apiSuccess {String} firstname Firstname of the User.
-@apiSuccess {String} lastname  Lastname of the User.
-"""
+
# {
+# @api {get} /user/:id Request User information
+# @apiName GetUser
+# @apiGroup User
+# 
+# @apiParam {Number} id Users unique ID.
+# 
+# @apiSuccess {String} firstname Firstname of the User.
+# @apiSuccess {String} lastname  Lastname of the User.
+# }