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
Is your feature request related to a problem? Please describe.
It is comprehensible that the Java style "@annotation" is somewhat what some other projects developpers of may want to use to annotate struct and functions and develop some tools.
I analysed the code (but did not test it) and did not find a way to make swag works well with other tools like golangAnnotations.
Describe the solution you'd like
It would be right to have an option on the command line to use a "namespace" annotations like "@Swag." :
// ShowAccount godoc// @Swag.Summary Show an account// @Swag.Description get string by IDfunc (c*Controller) ShowAccount(ctx*gin.Context) {
}
**Describealternativesyou'veconsidered**Addanoptiontouseanothersymbolfor"@" (maybe "%").
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is comprehensible that the Java style "@annotation" is somewhat what some other projects developpers of may want to use to annotate struct and functions and develop some tools.
I analysed the code (but did not test it) and did not find a way to make
swag
works well with other tools like golangAnnotations.Describe the solution you'd like
It would be right to have an option on the command line to use a "namespace" annotations like "
@Swag.
" :The text was updated successfully, but these errors were encountered: