PHPDoc Function Changelog (@change?)

Posted by danilo on Stack Overflow See other posts from Stack Overflow or by danilo
Published on 2010-04-17T16:54:43Z Indexed on 2010/04/17 17:13 UTC
Read the original article Hit count: 431

Filed under:
|
|

What is the best way to document changes in a function with PHPDoc? Something like

@change 2010.20.16  user  added feature x
@change 2010.20.26  user  added feature y

would be great. But assume there's no @change option... If i add it anyways, what will PHPDoc do with it? Or is there a better / more correct way to document function changes?

© Stack Overflow or respective owner

Related posts about phpdoc

Related posts about php