Просмотр исходного кода

doc: fix syntax for deftypefun

Nathalie Furmento лет назад: 13
Родитель
Сommit
5d6e0e0591
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/chapters/advanced-api.texi

+ 2 - 2
doc/chapters/advanced-api.texi

@@ -105,14 +105,14 @@ state". The return value should be considered as the new "current
 state" for future CRC computation.
 @end deftypefun
 
-@deftypefun uint32_t starpu_crc32_be(uint32_t input, uint32_t inputcrc)
+@deftypefun uint32_t starpu_crc32_be (uint32_t input, uint32_t inputcrc)
 todo: say what it is for
 Compute the CRC of a 32bit number seeded by the inputcrc "current
 state". The return value should be considered as the new "current
 state" for future CRC computation.
 @end deftypefun
 
-@deftypefun uint32_t starpu_crc32_string({char *}str, uint32_t inputcrc)
+@deftypefun uint32_t starpu_crc32_string ({char *}str, uint32_t inputcrc)
 todo: say what it is for
 Compute the CRC of a string seeded by the inputcrc "current state".
 The return value should be considered as the new "current state" for