X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ae9ed663c9bf5f3fd71309249a91fbdad810dea..46f56109cc64b4b1618f7bbdc2762d0c8b9f5100:/include/simgrid/s4u/Storage.hpp diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index 7559611c7f..9a65fd349b 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -73,6 +73,7 @@ public: surf::StorageImpl* get_impl() { return pimpl_; } // Deprecated functions +#ifndef DOXYGEN /** @deprecated Storage::by_name() */ XBT_ATTRIB_DEPRECATED_v323("Please use Storage::by_name()") Storage* byName(std::string name) { @@ -109,6 +110,7 @@ public: XBT_ATTRIB_DEPRECATED_v323("Please use Storage::set_data()") void setUserdata(void* data) { set_data(data); } /** @deprecated Storage::get_data() */ XBT_ATTRIB_DEPRECATED_v323("Please use Storage::get_data()") void* getUserdata() { return get_data(); } +#endif private: Host* attached_to_ = nullptr;