Is it possible to generate doc with php? What libraries are the best in generating doc?
PS.
I need library that works with UTF-8
On
I assume you mean generating documentation like javadoc? If so then the defacto standard use to be phpdoc.
Here's an article which illustrates different methods.