vote up 1 vote down star
1

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
     */
flag

1  
By hand or automated? – Koning Baard XIV Aug 30 at 13:43
Koning: At least one of them such that I can get started. - I know how to make scripts. – Masi Aug 30 at 14:03
Thank you for your answer! – Masi Aug 30 at 14:45

1 Answer

vote up 1 vote down check

All should work.

link|flag
This suggests me that the problem is somewhere else, since I get no output in the generated LaTeX and HTML files in running Doxygen by Doxywizard. – Masi Aug 30 at 14:44
The main problem is to be able to rerun Doxygen. I opened a new thread about this problem here stackoverflow.com/questions/1354022/… – Masi Aug 30 at 14:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.