You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
I was trying to add a group description and the documentation says @apiGroupDescription is deprecated and @apiDefine is recommended. I cannot get it to show the group description using the following:
###
@apiDefine Resources
This is my description block
###
###
@api {get} /resources
@apiName GetResources
@apiGroup Resources
@apiVersion 0.1.0
###
I am missing something?
The text was updated successfully, but these errors were encountered:
Fixed in 0.8.2
A minor bug is at the moment, that you have to define a title if you have a description, or the first line of the description will be the title too.
I was trying to add a group description and the documentation says @apiGroupDescription is deprecated and @apiDefine is recommended. I cannot get it to show the group description using the following:
I am missing something?
The text was updated successfully, but these errors were encountered: