Hi all.

Currently eolian makes the class members inherit the @since value from the
class if it is not explicitly defined[1]. This works nicely for most things
but may cause some inconsistencies for getters/setters.

For example, if I have a class @since 1.17 and a property @since 1.18, if I
don't explicitly specify the getter/setter @since tags they would end up
with @since 1.17, inherited from the class.

Should getters/setters inherit their @since from their common property doc
or should we explicitly fill getters/setters with the correct @since tags
(actually making them inherit manually)?

[1] eo_lexer.c:~505 // End of read_doc(...)
-- 
Lauro Moura
Expertise Solutions
"lauromoura" on FreeNode
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to