On 10/14/07, Jacob <wordpress at santosj.name> wrote: > /** > * @since 1.5 > * @deprecated since 2.1 > */ I suggest using the same scheme for version numbers on both of these. In other words, do this instead: /** * @since 1.5 * @deprecated 2.1 */ Keep the version simple.