The `ApiDoc()` Annotation ------------------------- The bundle provides an `ApiDoc()` annotation for your controllers: ```php add('note', null, array( 'description' => 'this is a note', )); // ... } } ``` The bundle will also get information from the routing definition (`requirements`, `path`, etc), so to get the best out of it you should define strict methods requirements etc. --- [back to index](index.md)