瀏覽代碼

Revert use of HTML-only cross-references.

Revert "doc/chapters/c-extensions.texi: use url instead of pxref to point to the GCC manual"
Revert "doc/chapters/c-extensions.texi: correct link name, the html file is called starpu.html not gcc.html"

The HTML output should be fixed instead.
Ludovic Courtès 13 年之前
父節點
當前提交
12a22b6171
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      doc/chapters/c-extensions.texi

+ 4 - 4
doc/chapters/c-extensions.texi

@@ -74,10 +74,10 @@ choose any of its implementations.
 @end enumerate
 
 Tasks and their implementations must be @emph{declared}.  These
-declarations are annotated with @dfn{attributes}
-(See @url{http://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html#Attribute-Syntax}):
-the declaration of a task is a regular C function declaration with an
-additional @code{task} attribute, and task implementations are
+declarations are annotated with @dfn{attributes} (@pxref{Attribute
+Syntax, attributes in GNU C,, gcc, Using the GNU Compiler Collection
+(GCC)}): the declaration of a task is a regular C function declaration
+with an additional @code{task} attribute, and task implementations are
 declared with a @code{task_implementation} attribute.
 
 The following function attributes are provided: