phpdocumentor2 Questions

2

Solved

Is it possible to link to another method/class/property/etc. inside my project inline inside the @deprecated tag? Like this: /** * Method description * @deprecated 1.0 Reason for deprecation, us...
Santonin asked 23/12, 2016 at 14:34

1

Is it possible to link to another method/class/property/etc of my project, inline inside the @param tag? Like this: /** * My method's description. * * @param string $myArg Pass here result of {@...
Burgoyne asked 1/2, 2023 at 19:45

1

Although I followed the instruction to install phpDocumentor, Command line doesn't seem to respond to phpdoc Given error: Command 'phpdoc' not found, did you mean: command 'phploc' from deb phpl...
Defect asked 11/4, 2019 at 9:5

1

Solved

Imagine that we have method with optional nullable argument (PHP 7.0) like in this example: /** * @param Type1 $foo * @param Type2 $bar */ function myFunction(Type1 $foo, Type2 $bar = null) ...
Phanerogam asked 2/3, 2018 at 16:32

2

Solved

I need to create custom template for PhpDocumentor. The problem is that paths defined in the template.xml, even when specified as absolute ones, are not resolved correctly. PhpDocumentor looks for ...
Mystic asked 21/1, 2016 at 10:18

1

Solved

i started using phpdocumentor2 for php project and want to extend it so it have custom features. I want to make it output "Newest functions/methods/classes" under the default generated content. wh...
Chalybite asked 21/5, 2017 at 11:16

5

Solved

Hopefully someone here knows a thing or 2 about this. Short Question I am running into an error using phpdoc on the command line, installed via pear on PHP 7.0.2. The error is: #> phpdoc PHP ...
Bellinger asked 23/1, 2016 at 0:46

1

Solved

I recently created a class to create HTML elements. Instead of bothering by creating a method for every existing HTML element and attributes, I decided to use magic methods __get and __call. So wit...
Semmes asked 6/12, 2014 at 21:4

0

I'm having a really hard time to get phpDocumentor 2 working. I have several files in procedural style, that must be documented. The only I found to do that is to use page-level docblocks, but it...
1

© 2022 - 2024 — McMap. All rights reserved.