phpDocumentor advice

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

phpDocumentor advice

Post 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
 */
Post Reply