Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: start writing the S4U part
[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();