Page 1 of 1

phpDocumentor advice

Posted: Sun Oct 30, 2011 3:34 am
by flying_circus
Hopefully I am missing something reasonably simple...

Is there a way to use variables in document blocks? Rather than set a version tag in every file, it would be nice if I could say that this package is verion 1.2 and have the version for all of the files be 1.2.

For example:

Code: Select all

/**
 * Short Desc
 *
 * Long Desc
 * @version $some_global_setting
 */