Mijalko
Programming and other things
Pages
(Move to ...)
Home
My Blender learnings
▼
Thursday, September 25, 2008
Sandcastle warning in inherited classes
If you comment member functions of interface and you don't want to comment the same functions in class that implement specific interface you will get warning from compiler. To avoid this warning and keep the comments from interface use:
///
<inheritdoc/>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment