yii2-apidoc icon indicating copy to clipboard operation
yii2-apidoc copied to clipboard

Yii 2 apidoc extension.

Results 25 yii2-apidoc issues
Sort by recently updated
recently updated
newest added
trafficstars

### What steps will reproduce the problem? Download the PDF guide from [the site](https://www.yiiframework.com/doc/download/yii-guide-2.0-en.pdf) or generate it. ### What's expected? Consistent and sequential numeration. ### What do you get instead?...

type:bug

### What steps will reproduce the problem? Get the latest master and generate PDF guide. Found during testing of #248. Initially thought it has something to do with these changes,...

type:bug

### What steps will reproduce the problem? Get the changes in #248. ### What's expected? The same or faster speed of generation. ### What do you get instead? Decreased speed...

type:bug

### What steps will reproduce the problem? Add any PHPDoc description to a class and `@inheritdoc` to a subclass. ### What's expected? Render description from parent class. ### What do...

type:enhancement
status:under discussion

### What steps will reproduce the problem? In properties full description contains short description, while in methods does not. ![Screenshot 2021-12-06 at 16-22-09 Controller, yii base Controller](https://user-images.githubusercontent.com/8326201/144829814-642285f8-ff67-427a-b473-c8c1e7606e40.png) ![Screenshot 2021-12-06 at...

type:bug
status:under discussion

This issue has originally been reported by @timfayz at https://github.com/yiisoft/yii2/issues/2503. Moved here by @cebe. --- Hello, I can't access to `message` property of exception's object. Is in normal? My simple...

type:bug
type:enhancement
status:under discussion

This issue has originally been reported by @mdmunir at https://github.com/yiisoft/yii2/issues/5612. Moved here by @cebe. --- How to create api documentation only for my extension (without yii core) but related with...

type:enhancement

| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes | Fixed...

type:enhancement

I create API documentation with the following command: `vendor/bin/apidoc api 'backend,frontend,common,vendor/yiisoft,...' ./../apidocs` In **index.html** is then documentation for namespaces yii, yii\base,... but not for namespaces from my application. Files containing...

type:enhancement

This issue has originally been reported by @schmunk42 at https://github.com/yiisoft/yii2/issues/3547. Moved here by @cebe. --- As you can specify different `sourceDirs` when rendering a guide, apidoc should also be able...

type:bug