doctum
doctum copied to clipboard
A php API documentation generator, fork of Sami
I found Doctum while searching for an auto doc generator with Laravel in mind. I installed and and ran it on our existing app code. It already picked up comments...
The PHP 7.1 `iterable` pseudo-type is currently resolved as a reference name in the current namespace instead of the pseudo-type. For example, in this sample, the documentation shows iterable as...
Hey there, Currently, Doctum responds to the `@internal` tag by adding a label to the structural element's documentation. This is great to help guide users away from methods that they...
When there are global functions in the code: * These aren't linked to the source code, so there is a big list of functions coming from multiple files but it's...
Hey there, me again! It would be great if Doctum supported a dark mode theme out of the box. Many modern documentation sites etc. ship with the ability for either...
Hi @jdpedrie You made changes on https://github.com/jdpedrie/Sami and implemented them for https://github.com/googleapis/google-api-php-client You you mind implementing them here ?
Hello, after read the docs, i still don't get how to create my own custom theme. It is noticed that "a theme is just a directory with a manifest.yml". So...
Looking through the code and searching online, I do not see a way to include helper functions that are added to the `autoload.files` key in `composer.json`. If I'm missing it,...
Ref: https://github.com/phpDocumentor/ReflectionDocBlock/pull/343 Ref: https://twitter.com/wdesportes/status/1535565834340417536 Ref: - https://github.com/phpDocumentor/ReflectionDocBlock/issues/352 - https://github.com/phpDocumentor/TypeResolver/issues/178 - https://github.com/phpDocumentor/TypeResolver/pull/185 Waiting on: - [x] https://github.com/phpDocumentor/ReflectionDocBlock/issues/352
While [in the API documentation](https://laravel.com/api/10.x/Illuminate/Database/Eloquent/Builder.html#method_sole), it only says `Model>` in the exception section of the `Builder::sole()` method, its source code shows, it actually has a generic: `\Illuminate\Database\Eloquent\ModelNotFoundException` https://github.com/laravel/framework/blob/d65ea42dbec9137b94c2793b5fe06e75e8998764/src/Illuminate/Database/Eloquent/Builder.php#L645-L661  ...