phpdox
phpdox copied to clipboard
Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
Hi @theseer , Thanks for your work. I would like to give a few suggestion, not sure anyone / you have already thought of these. Some suggestion looking at the...
The example Tag could be used to link to a gist. This way example code can get an update when the code changes. The multiple files in gist allow complex...
It would be great if you could implement support for PHPDocumentor style tutorials. This allows for extended documentation of higher applications levels. Basically the @tutorial node is a reference to...
Is there any plan to implement the `{@link URL description}` tag?
heads up i am gitting this error (it generates docs, just want to point it out as E_DEPRECATED ) ``` Oups... phpDox encountered a problem and has terminated! It most...
E_ERROR
> vendor/bin/phpdox phpDox %development% - Copyright (C) 2010 - 2023 by Arne Blankerts [07.08.2023 - 12:07:53] Using config file './phpdox.xml' [07.08.2023 - 12:07:53] Registered enricher 'build' [07.08.2023 - 12:07:53] Registered...
PHP 8.2 adds a new deprecation to the archive fdomdocument library, which breaks phpdox: ``` PHP Version: 8.2.4 (Linux) PHPDox Version: eb943cb-dirty ErrorException: E_DEPRECATED Location: /opt/phpdox/vendor/theseer/fdomdocument/src/fDOMDocument.php (Line 251) DOMDocument::save(): Passing...
Hi, I was looking to generate documenation for a project, but it seems like it doesn't work with PHP 8.1.0. error: ``` PS C:\wamp64\www\framework> php vendor/bin/phpdox Warning: PHP Startup: Unable...
In the example documentation (https://phpdox.net/demo/phpDox/classes/TheSeer_phpDox_Application.xhtml), I can see type hints like: ``` private ProgressLogger $logger; private Factory $factory; ``` But, in my own generated documentation instead of seeing the type...
Hello, i want to generate the documentation for my phalcon PHP code. It worked for several years but now i'm getting this error: ```` phpDox 0.12.0-dev - Copyright (C) 2010...