fix breaking changes in markdown for console and API

API is not finished.

issue #5082
This commit is contained in:
Carsten Brandt
2014-10-10 19:39:32 +02:00
parent b66c4cf42d
commit 3e3948d8ea
9 changed files with 78 additions and 171 deletions

View File

@ -16,16 +16,17 @@ use yii\console\Exception;
/**
* Allows you to flush cache.
*
* ~~~
* #see list of available components to flush
* yii cache
* see list of available components to flush:
*
* #flush particular components specified by their names
* yii cache/flush first second third
* yii cache
*
* #flush all cache components that can be found in the system
* yii cache/flush-all
* ~~~
* flush particular components specified by their names:
*
* yii cache/flush first second third
*
* flush all cache components that can be found in the system
*
* yii cache/flush-all
*
* @author Alexander Makarov <sam@rmcreative.ru>
* @author Mark Jebri <mark.github@yandex.ru>