All links in produced documentation are like: docs/classes/db_Foo/Bar.html. The actual filenames do not contain any db_ prefix, so the whole documentation points to just 404 pages.
Why are links generated with db_ prefix but filenames not?
I have tried the latest tag v2 alpha2 from GitHub without luck.
The command I use:
php ..\phpDocumentor\bin\phpdoc.php -d src/Foo -t docs --ignore "*map*,*om*" --ignore-symlinks --template responsive
After a few hours, I did search-and-replace for the
responsivetemplate and replaced all occurrences ofdb_and now the links work.