gcc-4.6.2: Update with patch for gengtype.c
[AROS.git] / rom / graphics / documentation.c
blobaeb52304cfb02f08fe7494432e38094380fc940f
1 /*
2 Copyright © 2008-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Autodocs for function macros
6 Lang: english
7 */
11 Purpose of this file is to deliver autodoc headers for preprozessor macros.
12 Thus they can be linked from the "SEE ALSO" chapter of other autodocs.
13 This file contains no source code, it doesn't make sense to compile it.
17 FIXME: the autodoc script can not deal with cases where function and
18 macro have the same name but differ in case, e.g. CWait() and CWAIT().
21 /*****************************************************************************
23 NAME
24 AreaCircle(
26 SYNOPSIS
27 rp,
28 cx,
29 cy,
30 r );
32 FUNCTION
33 Calls AreaEllipse with "a" and "b" set to "r".
35 INPUTS
37 RESULT
39 NOTES
40 Implemented as macros.
42 EXAMPLE
44 BUGS
46 SEE ALSO
47 AreaEllipse()
49 INTERNALS
51 HISTORY
53 *****************************************************************************/
55 /*****************************************************************************
57 NAME
58 CINIT(
60 SYNOPSIS
62 n );
64 LOCATION
66 FUNCTION
68 INPUTS
70 RESULT
72 NOTES
73 Not implemented yet.
75 EXAMPLE
77 BUGS
79 SEE ALSO
81 INTERNALS
83 HISTORY
85 *****************************************************************************/
87 /*****************************************************************************
89 NAME
90 CEND(
92 SYNOPSIS
93 c );
95 LOCATION
97 FUNCTION
99 INPUTS
101 RESULT
103 NOTES
104 Not implemeted yet.
106 EXAMPLE
108 BUGS
110 SEE ALSO
112 INTERNALS
114 HISTORY
116 *****************************************************************************/