X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa33c62c831c17237ac38960b24596560ad3804d..40ee10e13b61bfb28374d96ade010a262b5abd44:/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);