remove the rest of the @file comments

This commit is contained in:
Connor Turland 2018-03-05 12:47:50 -05:00
parent 0defd97ebc
commit a468846bc8
6 changed files with 6 additions and 30 deletions

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of recently active maps
# GET /explore/active(.:format)
# }
<script>

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of featured maps
# GET /explore/featured(.:format)
# }
<script>

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of a user's maps
# GET /explore/mapper/:id(.:format)
# }
<script>

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of current user's maps
# GET /explore/mine(.:format)
# }
<script>

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of current user's maps
# GET /explore/mine(.:format)
# }
<script>

View file

@ -1,8 +1,4 @@
{ #
# @file
# Shows a list of current user's starred maps
# GET /explore/starred(.:format)
# }
<script>