I develop a framework in PHP and would not like to comment on the code of the framework directly in the classes, for several reasons.
So I would like to know if there is an editor that reads the documentation from an XML or something similar, for example:
- Repository.php - class used without documentation
- Repository.php.xml - documented class or documentation information only.
In Visual Studio this functionality is used with scripts:
- jquery.js - undocumented scripts
- jquery.vsdoc.js - scripts with documentation