Samuel Thibault 6 lat temu
rodzic
commit
6dbff5bc43
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
 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
 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
 interface so as to contain some simulation information for data growth, but the
 principle can be applied for any data interface.
 principle can be applied for any data interface.