Open InsertCreativityHere opened 23 hours ago
The deprecated metadata and optional message has two purposes:
On the other hand, the @deprecated doc-comment tag is about:
generating the corresponding doc comment tag in the mapped C++, Java etc. API This doesn't work for all languages. For example, there is no "deprecated" XML doc-comment in C#, so we don't map it in C#.
C++ with doxygen just like Slice supports both a [[deprecated]]
attribute and an @deprecated
doc-comment tag.
And if there is, is there some clear guidance we should offer users as to what the difference is between:
vs
To me, it feels like only having one of these would be sufficient. And I would especially like to avoid requiring users to do this: