mono-docs: Add <value> tags to properties
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 19 Feb 2019 12:29:09 +0000 (13:29 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
commit31541912c2456dd77a60d7e97ae33a4ae86acccb
treed8624c948bf5a7e5058d35978c9e824cb105a049
parenta12be0285506762742e98b7f9f113008b95f615c
mono-docs: Add <value> tags to properties

eolian_mono now generates properties (which simply wrap the setter and getter
methods when both ara available), but they were missing docs, because
properties require a special <value> tag instead of <returns> or <param> which
we are already implementing.
This commit adds <value> tags only if docs can be retrieved from the setter or
the getter methods.
src/bin/eolian_mono/eolian/mono/documentation.hh