Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/291.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
phpDoc:class not";解析;_Php_Oop_Comments_Phpdoc - Fatal编程技术网

phpDoc:class not";解析;

phpDoc:class not";解析;,php,oop,comments,phpdoc,Php,Oop,Comments,Phpdoc,我刚开始第一次使用phpDocumentor。当我生成文档时,我注意到我的一个类没有显示在html文档文件中 该文件名为authentication.class.php。以下是我放在文件顶部的docBloc: <?php /** * Class Authentification */ class Authentification { ...

我刚开始第一次使用phpDocumentor。当我生成文档时,我注意到我的一个类没有显示在html文档文件中

该文件名为
authentication.class.php
。以下是我放在文件顶部的docBloc:

<?php

    /**
     * Class Authentification
     */
    class Authentification
    {
        ...