Browse Source

Fixed doc format.

Thorsten Eckel 10 years ago
parent
commit
441108def8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/controllers/users_controller.rb

+ 3 - 3
app/controllers/users_controller.rb

@@ -250,10 +250,10 @@ class UsersController < ApplicationController
   #                   be able to search Users. If requester is only in the
   #                   role 'Customer' he gets a permission denied message.
   #
-  # @parameter        term     [String]               The search term.
-  # @parameter        limit    [Integer]              The limit of search results.
+  # @parameter        term            [String]        The search term.
+  # @parameter        limit           [Integer]       The limit of search results.
   # @parameter        role_ids(multi) [Array<String>] A list of Role identifiers to which the Users have to be allocated to.
-  # @parameter        full     [Boolean]              Defines if the result should be
+  # @parameter        full            [Boolean]       Defines if the result should be
   #                                                   true: { user_ids => [1,2,...], assets => {...} }
   #                                                   or false: [{:id => user.id, :label => "firstname lastname <email>", :value => "firstname lastname <email>"},...].
   #