I’m working in a php project that needs to generate 3 or more documentations, ones more restrictive than others. For documentation, I use PhpDocumentor 2. The only way I’ve found is for 2 level of …
Tag: phpdocumentor2
PhpDocs: Possible to link method in parameter description?
Is it possible to link to another method/class/property/etc. inside my project inline inside the @deprecated tag? Like this: ? Answer According to PHPdoc.org, you could use the @see tag for that. Also, PHPdoc.org recommends to use @see in case of a @deprecated method: It is RECOMMENDED (but not required) to provide an additional description stating why the associated element is