Add ALIASES for new DALi doxygen tagging rule to dali.doxy.in 35/57835/7
authorYoonsang Lee <ysang114.lee@samsung.com>
Mon, 25 Jan 2016 06:52:39 +0000 (15:52 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 26 Jan 2016 00:40:04 +0000 (09:40 +0900)
commit56a6cfdd724ac6f24febf2767ab7a3e6a081b7bc
treee9ba6f5a9ff154ed2dd6c5695b73360521f7577f
parente453077b0b829b7377f0d2e8fd23c887ce876ae2
Add ALIASES for new DALi doxygen tagging rule to dali.doxy.in

Use @SINCE_1_0, @SINCE_1_1, ... instead of @since,
and use @DEPRECATED_1_0, @DEPRECATED_1_1, ... instead of @deprecated.
It enables integrated management of version tagging between
the open source DALi API reference and Tizen API reference.
Using those tags with different ALIASES settings in each doxygen config file allows us
to generate two versions of "Since" and "Deprecated" generated output
from one set of public header files.

Change-Id: I162f679dda074617aef39d21a51f25c149977f9b
build/tizen/docs/dali.doxy.in