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 was 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
###