X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d9c110f5bf839dcb7426f7750c09b3ff196bdf3..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/include/simgrid/plugins/solar_panel.hpp diff --git a/include/simgrid/plugins/solar_panel.hpp b/include/simgrid/plugins/solar_panel.hpp index 0ba319c059..849c366c1f 100644 --- a/include/simgrid/plugins/solar_panel.hpp +++ b/include/simgrid/plugins/solar_panel.hpp @@ -11,7 +11,9 @@ namespace simgrid::plugins { +/** @ingroup plugin_solar_panel */ class SolarPanel; +/** @ingroup plugin_solar_panel */ using SolarPanelPtr = boost::intrusive_ptr; XBT_PUBLIC void intrusive_ptr_release(SolarPanel* o); XBT_PUBLIC void intrusive_ptr_add_ref(SolarPanel* o);