Bläddra i källkod

doc: fix syntax for deftypefun

Nathalie Furmento 13 år sedan
förälder
incheckning
5d6e0e0591
1 ändrade filer med 2 tillägg och 2 borttagningar
  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