Doxygen php hata

0 Cevap php

Ben belgelemek istiyorum bir php (doxygen.php) dosyası var. Sorun index.html dosyası boş ... doxygen doxygen.php linux üzerinde o şey üretmek değil koşmak wen. Ben olsun

Warning: ignoring unknown tag `php' at line 1, file doxygen.php
Warning: ignoring unknown tag `does' at line 4, file doxygen.php
Warning: ignoring unknown tag `nothing' at line 4, file doxygen.php
....

Bu düzgün yorum tanımıyor gibi görünüyor. Benim doxygen.php dosyası vardır:

<?php


/* does nothing
 * @param teste
 * @return null
 */
function foo($foo) {
    echo 'hi'.$foo;
    return null;
}

?>

0 Cevap