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?