Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
'friend' keyworld is ok for the doc tooling as long as it's fully qualified
[simgrid.git] / include / simgrid / s4u / NetZone.hpp
index ab145b9..8156699 100644 (file)
@@ -25,9 +25,7 @@ namespace s4u {
  */
 class XBT_PUBLIC NetZone {
 protected:
-#ifndef DOXYGEN
   friend simgrid::kernel::routing::NetZoneImpl;
-#endif
 
   explicit NetZone(kernel::routing::NetZoneImpl* impl);
   ~NetZone();