Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 7, 2019
2 parents c5a7710 + e8c8241 commit 31496d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documenting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This package generates documentation from your code using mainly annotations (in doc block comments).

## Grouping endpoints
All endpoints are grouped for easy organization. Using `@group` in a controller doc block creates a Group within the API documentation. All routes handled by that controller will be grouped under this group in the table of conetns shown in the sidebar.
All endpoints are grouped for easy organization. Using `@group` in a controller doc block creates a Group within the API documentation. All routes handled by that controller will be grouped under this group in the table of contents shown in the sidebar.

The short description after the `@group` should be unique to allow anchor tags to navigate to this section. A longer description can be included below. Custom formatting and `<aside>` tags are also supported. (see the [Documentarian docs](http://marcelpociot.de/documentarian/installation/markdown_syntax))

Expand Down

0 comments on commit 31496d8

Please sign in to comment.