# Doc block formatting tips ApiGenerator uses MarkDown for parsing the contents of doc blocks. This provides you with a number of formatting options. In addition to regular markdown there are some ApiGenerator specific guidelines for making line breaks inside @tags. ### MarkDown Syntax While ApiGenerator supports all normal MarkDown syntax it is not recommended that you use all formatting in your doc bl...
## Installation Download / git clone the project into ```app/plugins/api_generator``` from http://thechaw.com/api_generator. It must go here, sprinkling the files throughout your app, or calling the directory ```teh_api``` will not work. Next open up your console and run {{{ cake api_index initdb }}} This will install the database table. You will be asked a few questions about the schema you are install...