Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ask swig to please doxygen. Tools will drive me nuts
[simgrid.git] / src / bindings / java / surfdoc.i
index bea7464..24eb9a9 100644 (file)
 %javamethodmodifiers NetworkLink::updateBandwidth(double value, double date=surf_get_clock()) "
   /**
     * @param value The new bandwidth
-    * @param date When to change the bandwidth
     */
   public";
 
 %javamethodmodifiers NetworkLink::updateLatency(double value, double date=surf_get_clock()) "
   /**
     * @param value The new latency
-    * @param date When to change the latency
     */
   public";