131 Commits (739f5fda488305fb73b45c29d7f88835cd742946)

Author SHA1 Message Date
Alexander Makarov 24b0de63d5 Minor code style fixes for apidoc 11 years ago
Carsten Brandt e2aacad8aa Added links to PHP.net to apidoc 11 years ago
Carsten Brandt f279719196 be consistent, use singular inheritdoc 11 years ago
Carsten Brandt adb28deeff added support for basic `@inheritDoc` tags 11 years ago
Carsten Brandt 31a1eca556 add source code links to api docs 11 years ago
Carsten Brandt 5e356acbd7 exclude file support for apidocs 11 years ago
Qiang Xue bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
Carsten Brandt ca6bfdbbb5 final changes for apidoc refactoring 11 years ago
Carsten Brandt acde64c88b finished guide command refactoring 11 years ago
Carsten Brandt 740a769477 improved HelpController with messages for each command 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Mohorev 426af3177c code style. WHILE 11 years ago
Alexander Mohorev f849623359 code style. FOR 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev d8971b252c short echo tags 11 years ago
Qiang Xue 6bdf02dc93 Fixes #2601 11 years ago
Carsten Brandt 6c0576af9e raised dependency for phpdocumentor docblock lib 11 years ago
Carsten Brandt e99d5dba7b fixed apidoc table style 11 years ago
Carsten Brandt 8c7eb97175 apidoc style and typo 11 years ago
Carsten Brandt ebe972f36d fixed links in elasticsearch README 11 years ago
Carsten Brandt db8685ccad fixed a bunch of typos and errors 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Carsten Brandt 023f4d0ab6 refactored apidoc extensions completely. 11 years ago
Carsten Brandt 6b603c060b added anchors to ApiMarkdown 11 years ago
Carsten Brandt 9142c9c8ee fixed issue with apidoc without guide 11 years ago
Carsten Brandt 26717e3e76 allow referencing the guide from API docs 11 years ago
Carsten Brandt 8f491f2836 moved `@include` tags of api docs directly into the class 11 years ago
Carsten Brandt 0d720e0695 added property visibility to api docs 11 years ago
Carsten Brandt 82d103d09a added method visibility to api docs 11 years ago
Carsten Brandt c9c7db9ae5 fixed several issues with apidoc generator 11 years ago
Carsten Brandt 9190e0f4dd Changed markdown library to cebe/markdown 11 years ago
Carsten Brandt 9a67bc05fb updated apidoc composer.json 11 years ago
Alexander Makarov 4a201c7ad5 Removed unused variables 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Carsten Brandt 5b3830080c fixed bootstrap renderer guide links 11 years ago
Alexander Makarov 09f64d9032 Added array initialization 11 years ago
Carsten Brandt adfbba170c fixed link adjustment in guide renderer 11 years ago
Carsten Brandt 4d6773186e docs: copy guide images 11 years ago
Carsten Brandt 70b0dd78f6 improvements to php codehighlight 11 years ago
Carsten Brandt 1ecc775238 removed newline from php highlighting 11 years ago
Carsten Brandt ea7e576ef8 fixed an issue with code highlighting 11 years ago
Carsten Brandt 1c905873d1 typo 11 years ago
Carsten Brandt 020fd1843a documentation link fixes 11 years ago
Carsten Brandt 1b2e80285b oops, forgot to add a class :) 11 years ago
Carsten Brandt 29753b3e59 apidocs: use erusev/parsedown for markdown parsing 11 years ago
Carsten Brandt bad5a1199f apidoc: static methods do not define properties 11 years ago