Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
6dbff5bc43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/doxygen/chapters/310_data_management.doxy

+ 1 - 1
doc/doxygen/chapters/310_data_management.doxy

@@ -764,7 +764,7 @@ The example <c>examples/pi</c> uses scratches for some temporary buffer.
 
 The size of the output of a task may not be known in advance. In such a case,
 a task can dynamically allocate or even reallocate the data. An example can
-be found in tests/datawizard/variable_size.c . The example uses its own data
+be found in <c>tests/datawizard/variable_size.c</c>. The example uses its own data
 interface so as to contain some simulation information for data growth, but the
 principle can be applied for any data interface.