PhpDocumentor のカスタム テンプレートを作成する必要があります。問題は、template.xml
絶対パスとして指定されている場合でも、で定義されたパスが正しく解決されないことです。PhpDocumentor は vendor ディレクトリでそれらを探します。
<template>
<author>Code Mine</author>
<email>office@code-mine.com</email>
<description>Template for Confluence API</description>
<version>1.0.0</version>
<transformations>
<transformation writer="twig" source="./index.html.twig" artifact="index.html"/>
<transformation query="indexes.namespaces" writer="twig" source="./namespace.html.twig" />
<transformation query="indexes.classes" writer="twig" source="./class.html.twig" />
</transformations>
</template>
小枝テンプレートがxmlが参照するパスにあるという事実にもかかわらず、ファイルが存在しないというエラーが発生しています。
編集:
phpdoc.xml
また、パスが構成ファイルに関連していると見なされることを期待して、すべての構成の詳細を設定しようとしましたが、うまくいきませんでした。