Replies: 2 comments 3 replies
-
Hi @pboi20 Indeed this is implemented but there is probably some edge cases that where not well detected. |
Beta Was this translation helpful? Give feedback.
-
Hi @williamdes, thanks for the quick reply! I've been doing some more tests locally and I can confirm that However, it doesn't work for anything coming from the
I did a quick test using Just curious to know if this makes sense from your perspective. The example from the Laravel codebase (above) also pulls from a vendor package: Symfony\Component\HttpFoundation\Request |
Beta Was this translation helpful? Give feedback.
-
Hi! I recently started exploring Doctum and it's fantastic. I'm really enjoying how easy it is to get started from the examples in the README.
Is there a way to use the
{@inheritdoc}
annotation with Doctum? I'm not sure if this is a bug or not implemented, and my apologies in advance if it's just a classic case of PEBKAC...An example from the Laravel docs: Request::duplicate. You can see that the text
{@inheritdoc}
is used for the method description, instead of the inherited description.Beta Was this translation helpful? Give feedback.
All reactions