Bonjour,
après avoir déposé un message(1) sur le mailing-list de Doxygen, qui n'a aujourd'hui encore aucune réponse, je viens poser ma question ici.
Voici le code PHP :
Voici ce que Doxygen 1.5.9 dit :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <?php /** * \file test.php * \brief The test file for PHP/Doxygen * \author YuGiOhJCJ <yugiohjcj@1s.fr> http://yugiohjcj.1s.fr/ * \version 20090903 */ if( $data = file_exists("hello.txt") ){ } echo("hello"); ?>
Comment commenter correctement mon fichier PHP?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 $ doxygen [...] Generating docs for file test.php... /home/yugiohjcj/test/test.php:10: Warning: Member if($data=file_exists("hello.txt")) (variable) of file test.php is not documented. [...]
Merci beaucoup.
(1)http://sourceforge.net/mailarchive/f...=doxygen-users
Partager