Initial Commit
[packages] / xemacs-packages / semantic / doc / semanticheader.texi
1 @c Headers and Macros for documentation written for Semantic.
2
3 @c Originally written and organized by Richard Y. Kim in semantic.texi.
4
5 @c *************************************************************************
6 @c @ Macros
7 @c *************************************************************************
8
9 @c The word ``semantic'' is overloaded with two meanings in this manual.
10 @c One is the name of this projects, i.e., a noun.
11 @c The other is the usual English word, i.e., an adjective.
12 @c This macro was created to distinguish between the two meanings.
13 @c This macro should be used whenever you are referring to the name of
14 @c this project.
15 @c For now, this is simply the word ``semantic'' in italic font.
16 @c In the future, this may turn into a logo similar to @TeX{}.
17 @macro semantic{}
18 @i{semantic}
19 @end macro
20
21 @c To be used within the glossary section.
22 @macro keyword{kw}
23 @anchor{\kw\}
24 @b{\kw\}
25 @end macro
26
27 @c Simple macro to help document obsoleted functions.
28 @macro obsolete{old,new}
29 @sp 1
30 @strong{Compatibility}:
31 @code{\new\} introduced in @semantic{} version 2.0 supercedes
32 @code{\old\} which is now obsolete.
33 @end macro
34
35 @c Common settings
36 @paragraphindent none