php - Why do I see so many comments in this format? -
I see many PHP comments in the format:
/ ** * (c ) Copyright 2009 * Legal Crap * blorp * /
Is it just from the conference, or is there any reason? I thought it was just a method that some people did, but now I am thinking that my syntax highlighter does this:
It's the same when I started using this format And then stop using it, why has this comment been made like this?
These comments are comments starting with / **
Documentation for documentation is used by the generator (by conference). Here's one.
Comments
Post a Comment