doctum icon indicating copy to clipboard operation
doctum copied to clipboard

A php API documentation generator, fork of Sami

Results 20 doctum issues
Sort by recently updated
recently updated
newest added

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...

question

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...

bug
enhancement

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...

enhancement

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...

bug
enhancement

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...

enhancement

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 ?

question

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...

documentation
question

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

enhancement

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 ![grafik](https://github.com/laravel/framework/assets/11225821/0cf7a14b-b463-4d91-b93b-44ac6f02acc3) ![grafik](https://github.com/laravel/framework/assets/11225821/9ab943a9-2b29-48cf-a690-7794db9ff4e7)...

bug