File: fields.dxx

package info (click to toggle)
doc%2B%2B 3.4.10-3.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,328 kB
  • ctags: 1,486
  • sloc: lex: 10,379; ansic: 7,823; sh: 6,150; cpp: 5,572; makefile: 340; yacc: 316; java: 274; sed: 16
file content (35 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/** @name Manual Entry Fields

    All fields names start with a at-sign (#@#) or with a backslash (#\#).

    \begin{description}
    \item[author]
	Author
    \item[deprecated]
	Warning for deprecated functions
    \item[doc]
	Entry's documentation
    \item[exception]
	Documentation for exception thrown by a function
    \item[invariant]
	Documentation for invariants
    \item[memo]
	Short description of the entry
    \item[param]
	Documentation of parameter of a function. Multiple #param# fields are
	allowed.
    \item[postcondition]
	Documentation for postconditions
    \item[precondition]
	Documentation for preconditions
    \item[return]
	Documentation of return value of a function. Multiple #return# fields
	are allowed.
    \item[see]
	"See also" references. Multiple #see# fields are allowed.
    \item[since]
	Version since the function exists
    \item[version]
	Version
    \end{description}
*/