remove the rest of the @file comments
This commit is contained in:
parent
0defd97ebc
commit
a468846bc8
6 changed files with 6 additions and 30 deletions
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of recently active maps
|
||||
# GET /explore/active(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of featured maps
|
||||
# GET /explore/featured(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of a user's maps
|
||||
# GET /explore/mapper/:id(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of current user's maps
|
||||
# GET /explore/mine(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of current user's maps
|
||||
# GET /explore/mine(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ #
|
||||
# @file
|
||||
# Shows a list of current user's starred maps
|
||||
# GET /explore/starred(.:format)
|
||||
# }
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue