Doxygen PHP yorumlar için doğru biçim bulma

1 Cevap php

Which is the correct doxygen format for PHP comments?

#1

/** Create HTML for tags
 * @param string @tags
 */

#2

   /** 
     * Create HTML for tags
     * @param string @tags
     */

#3

   /**! Create HTML for tags
     * @param string @tags
     */

1 Cevap

Tüm çalışmalıdır.