@ignore
Prevent documentation of an element
by Gregory Beaver
Copyright 2002, Gregory Beaver
(phpDocumentor 1.0+)
@ignore
Description
Use @ignore to prevent phpDocumentor from documenting an element, such as a duplicate element.
Example
Here is an example of how to use @ignore:
if ($ostest)
{
/**
* This define will either be 'Unix' or 'Windows'
*/
} else
{
/**
* @ignore
*/
}