Tagged Questions
0
votes
1answer
24 views
How indicate when a functions was upgraded in relationship to the entire program [closed]
for inline documentation there are those @somethings for some php documenter, when
there is the common @since @version and so on.
I have a lot of functions that are all part of a big package. But ...