Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ask swig to please doxygen. Tools will drive me nuts
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 11 Oct 2014 20:59:04 +0000 (22:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 11 Oct 2014 20:59:04 +0000 (22:59 +0200)
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
 %javamethodmodifiers NetworkLink::updateBandwidth(double value, double date=surf_get_clock()) "
   /**
     * @param value The new bandwidth
-    * @param date When to change the bandwidth
     */
   public";
 
     */
   public";
 
 %javamethodmodifiers NetworkLink::updateLatency(double value, double date=surf_get_clock()) "
   /**
     * @param value The new latency
 %javamethodmodifiers NetworkLink::updateLatency(double value, double date=surf_get_clock()) "
   /**
     * @param value The new latency
-    * @param date When to change the latency
     */
   public";
 
     */
   public";