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
The compiler will compile the comments into the target languages.
Take golang as example, the godoc is generated by comments. This will make it look prettier.
I'm writing the documents for RESTful APIs. And I'm using swagger for document generation.
Swagger generates field description by golang comment as well. So more comments would helps a lot.
The text was updated successfully, but these errors were encountered:
The compiler will compile the comments into the target languages.
Take golang as example, the godoc is generated by comments. This will make it look prettier.
I'm writing the documents for RESTful APIs. And I'm using swagger for document generation.
Swagger generates field description by golang comment as well. So more comments would helps a lot.
The text was updated successfully, but these errors were encountered: