[thelist] PHP -- what is /**

Phil Turmel pturmel-webdev at turmel.org
Sun Mar 30 00:00:43 CDT 2008


Stephen Rider wrote:
> Okay, I know that /* starts a PHP comment, but what the heck is /** ?
> 
> Is that just an alternate comment?  It makes my text editor's syntax  
> coloring throw a fit!
> 
> Stephen

That would be JavaDoc.  Not limited just to java.

http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#format

HTH,

Phil



More information about the thelist mailing list