-indentation, doxygen
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Jan 2015 12:23:26 +0000 (12:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Jan 2015 12:23:26 +0000 (12:23 +0000)
src/ats/gnunet-service-ats_addresses.h

index 1c6bb288ab9ecf3661b7ecc2594eb6bb76a9ca39..fa1aa81d9f2165043c018bae0b7854bdb124e3e3 100644 (file)
  */
 enum ATS_Mode
 {
-  /*
+  /**
    * proportional mode:
    *
    * Assign each peer an equal amount of bandwidth (bw)
@@ -239,7 +239,7 @@ enum ATS_Mode
    */
   MODE_PROPORTIONAL,
 
-  /*
+  /**
    * MLP mode:
    *
    * Solve ressource assignment as an optimization problem
@@ -247,7 +247,7 @@ enum ATS_Mode
    */
   MODE_MLP,
 
-  /*
+  /**
    * Reinforcement Learning mode:
    *
    * Solve resource assignment using a learning agent