zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.04k stars 592 forks source link

documentation-deprecated-sync for C++ dispatch operations #2963

Open pepone opened 3 hours ago

pepone commented 3 hours ago

We are adding @deprecated to the C++ dispatch operations, but we are not marking them as deprecated.

I think @deprecated is wrong, as we only want to deprecate the proxy methods to warn users when they use a deprecated operation.

bernardnormier commented 2 hours ago

It looks like we removed the [[deprecated]] from the generated "disp" functions but forgot to fix the generated doc-comment.