2

I'm using the tool from phpdoc.org and i'm stuck when I have a PHP file such as header.inc.php with only HTML inside.

<?php
    /**
    * Header content
    *
    * @author  My name
    *
    * @since 1.0.0
    */
?>
<!DOCTYPE html>
<html lang="fr" class="no-js"> 
    <head>
...

I get an error in my phpdoc "No page-level DocBlock was found in file...". I googled it but I didnt find any user with my case.

How to fix that error? Any tips are welcome.

Thank's!

Regards

4

2 に答える 2

0

OK anwserが見つかりました:https ://github.com/phpDocumentor/phpDocumentor2/issues/695

TL; DR:現時点では修正されていません。これらの警告は無視してください。

于 2012-12-06T09:41:19.623 に答える