Procházet zdrojové kódy

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 před 13 roky
rodič
revize
dfe5bcb3a6
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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
 in a way that allows it to be compiled without the GCC plug-in:
 
-@cartouche
 @smallexample
 /* The macros below abstract over the attributes specific to
    StarPU-GCC and the name of the CPU implementation.  */
@@ -394,7 +393,6 @@ main (int argc, char *argv[])
   return EXIT_SUCCESS;
 @}
 @end smallexample
-@end cartouche
 
 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