forked from nest/nest-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc_header.txt
71 lines (52 loc) · 1.16 KB
/
doc_header.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
%%==========================================
%% SLI documentation header.
%%
%% For an annotated version of this header,
%% see file synod2/doc/quickref.html
%%
%% If you want to add, remove, or modify
%% any of the documentation keywords,
%% change the code of the "HTML" command
%% in file lib/sli/helpinit.sli
%%
%% IF YOU ADD, REMOVE, OR MODIFY ANY OF
%% THE DOCUMENTATION KEYWORDS, YOU MUST
%% ALSO UPDATE FILES
%% doc/doc_header.txt AND doc/quickref.html!
%%
%% 26.08.2005 Jochen Eppler
%%==========================================
*/
/* BeginDocumentation
Name: [namespace::]Command - Short description.
Synopsis: arg1 ... argn Command -> res1 ... resn
Description:
(start here.)
Parameters:
(start here.)
Options:
(start here.)
Examples:
(start here.)
Variants:
(start here.)
Bugs:
(start here.)
Diagnostics:
(start here.)
Author: (start here.)
FirstVersion: (start here.)
Remarks:
(start here.)
Availability: (start here.)
References:
(start here.)
Sends: (start here.)
Receives: (start here.)
Transmits: (start here.)
SeeAlso: (start here, all on one line!!)
*/
/*
%% NOTE: There must be a carriage return after the last line in each file, i.e., here:
*/