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
     */
1
  • Koning: At least one of them such that I can get started. - I know how to make scripts. Commented Aug 30, 2009 at 14:03

1 Answer 1

1

All should work.

Sign up to request clarification or add additional context in comments.

2 Comments

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.
The main problem is to be able to rerun Doxygen. I opened a new thread about this problem here stackoverflow.com/questions/1354022/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.