diff --git a/index.html b/index.html index 1a9f30d..e124657 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@
--[[
+@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.
+--]]
+ =begin
This is a comment.
=end
+
+ Lua
+--[[
+This is a comment.
+--]]
+