#644 closed defect (fixed)
doxygen 1.7.2 complains about YAT_DEPRECATE
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.7 |
Component: | documentation | Version: | trunk |
Keywords: | Cc: |
Description
With doxygen 1.7.2 make check fails with this message
doxygen 1.7.2 make[6]: Nothing to be done for `doc'. /Users/peter/projects/yat/yat/utility/OptionInFile.h:68 warning: Member YAT_DEPRECATE (variable) of namespace theplu::yat::utility is not documented.
Is it possible to make doxygen understand that YAT_DEPRECATE is a PP macro?
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2353]) Turn on a limited preprocessor for doxygen. Fixes #644.