1
0
Fork 0

fixed doxygen errors

This commit is contained in:
Jan Steemann 2013-05-13 21:19:41 +02:00
parent 86301e39c4
commit 016efdac48
1 changed files with 1 additions and 2 deletions

View File

@ -226,7 +226,6 @@ function POST_api_user (req, res) {
///
/// @RESTRETURNCODE{404}
/// The specified user does not exist.
///.
////////////////////////////////////////////////////////////////////////////////
function PUT_api_user (req, res) {
@ -264,7 +263,7 @@ function PUT_api_user (req, res) {
///
/// @RESTHEADER{PATCH /_api/user/{username},updates user}
///
/// @RSTBODYPARAM{userdata,json,required}
/// @RESTBODYPARAM{userdata,json,required}
///
/// @RESTDESCRIPTION
///