Browse Source

doc: fix syntax for deftypefun

Nathalie Furmento 13 years ago
parent
commit
5d6e0e0591
1 changed files with 2 additions and 2 deletions
  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.
 state" for future CRC computation.
 @end deftypefun
 @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
 todo: say what it is for
 Compute the CRC of a 32bit number seeded by the inputcrc "current
 Compute the CRC of a 32bit number seeded by the inputcrc "current
 state". The return value should be considered as the new "current
 state". The return value should be considered as the new "current
 state" for future CRC computation.
 state" for future CRC computation.
 @end deftypefun
 @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
 todo: say what it is for
 Compute the CRC of a string seeded by the inputcrc "current state".
 Compute the CRC of a string seeded by the inputcrc "current state".
 The return value should be considered as the new "current state" for
 The return value should be considered as the new "current state" for