Procházet zdrojové kódy

doc/doxygen/chapters/environment_variables.doxy: properly close dd anchor

Nathalie Furmento před 12 roky
rodič
revize
aff6e035f7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      doc/doxygen/chapters/environment_variables.doxy

+ 2 - 2
doc/doxygen/chapters/environment_variables.doxy

@@ -629,7 +629,7 @@ By default the hypervisor resizes the contexts in a lazy way, that is workers ar
 before removing them from the previous one. Once this workers are clearly taken into account 
 into the new context (a task was poped there) we remove them from the previous one. However if the application
 would like that the change in the distribution of workers should change right away this variable should be set to 0
-</dl>
+</dd>
 
 <dt>SC_HYPERVISOR_SAMPLE_CRITERIA</dt>
 <dd>
@@ -638,6 +638,6 @@ would like that the change in the distribution of workers should change right aw
 By default the hypervisor uses a sample of flops when computing the speed of the contexts and of the workers.
 If this variable is set to <c>time</c> the hypervisor uses a sample of time (10% of an aproximation of the total
 execution time of the application)
-</dl>
+</dd>
 
 */