0

我在 Ubuntu 上使用 phpUnderControl 运行 CruiseControl,当 phpdoc 运行时,它会创建如下文件名:db_\ArticleCollections.html

然后当我单击链接以显示我得到的文件时:

artifacts/ymozend/20120320190002/api/classes/db_/ArticleCollections.html 文件或目录无效

这是有道理的,因为文件名很古怪。看起来像 Windows 路径?

所以我很困惑在哪里调整东西来解决这个问题。

在 config.xml 我尝试设置: scp targetseparator="/" 等...

但无济于事。

有任何想法吗?

4

1 回答 1

0

在最坏的情况下,这听起来像是我自己从未经历过的 phpDocumentor 错误,即使通过 phpUnderControl 使用也是如此。是 phpDocumentor 在它生成的文档中编写奇怪的超链接吗?还是 phpUnderControl 的网页显示这样的超链接?如果是后者,我会研究 pUC 及其配置……这似乎是您开始寻找的地方。

于 2012-03-21T18:07:43.427 回答