It eliminates it from the html output, but does it somehow also signal
that the API being documented is deprecated? I.e., does the doc tool
do something with the keyword, or just ignore it?
---
As a future improvement, it might be nice to have an @deprecated that
was something like:
@deprecated [release version when deprecated] [what to use instead]
but for now, the keyword option is sufficient.
On 2008-06-04, at 15:45 EDT, Lou Iorio wrote:
Changing
* @deprecated
to
* @keywords deprecated
in the lzs source does indeed eliminate the @deprecated in the html
output.
Is this the behavior we want? If so, I'll make this change the
singleton doc.
Lou