Bläddra i källkod

doc: Remove @cartouche around large example.

* doc/chapters/c-extensions.texi (Conditional Extensions): Remove
  @cartouche around example as it prevents paragraph breaking.
Ludovic Courtès 13 år sedan
förälder
incheckning
dfe5bcb3a6
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      doc/chapters/c-extensions.texi

+ 0 - 2
doc/chapters/c-extensions.texi

@@ -338,7 +338,6 @@ supported C extensions.
 The code below illustrates how to define a task and its implementations
 The code below illustrates how to define a task and its implementations
 in a way that allows it to be compiled without the GCC plug-in:
 in a way that allows it to be compiled without the GCC plug-in:
 
 
-@cartouche
 @smallexample
 @smallexample
 /* The macros below abstract over the attributes specific to
 /* The macros below abstract over the attributes specific to
    StarPU-GCC and the name of the CPU implementation.  */
    StarPU-GCC and the name of the CPU implementation.  */
@@ -394,7 +393,6 @@ main (int argc, char *argv[])
   return EXIT_SUCCESS;
   return EXIT_SUCCESS;
 @}
 @}
 @end smallexample
 @end smallexample
-@end cartouche
 
 
 Note that attributes such as @code{task} are simply ignored by GCC when
 Note that attributes such as @code{task} are simply ignored by GCC when
 the StarPU plug-in is not loaded, so the @code{__task} macro could be
 the StarPU plug-in is not loaded, so the @code{__task} macro could be