You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With all the broken docker installations out there, it's pretty impossible to debug this given the information provided. But I can try to provide a few pointers:
phpDox needs all code to be in utf-8 encoding so it can be properly worked with in XML.
To achieve this, ext/fileinfo's finfo() is used to detect the current encoding
phpDox uses iconv to convert it from the detected encoding to utf-8
Regarding phploc:
You need to have phploc run indepedent of phpDox and have it store its output data into phploc.xml. The path to that file can be configured in the phpDox config xml file.
Hi,
tried different ways to install (as described in readme file too), but can't get it work.
Looks like all the files in the project failed to convert?
Generated overview shows a base site with:
And the link to the source
./source/index.xhtml
is a dead link. No directoy / content there.The text was updated successfully, but these errors were encountered: