浏览代码

formatting

Samuel Thibault 5 年之前
父节点
当前提交
6dbff5bc43
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.