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
|
--- doc/sdts++.texi.orig 2003-06-10 18:15:51 UTC
+++ doc/sdts++.texi
@@ -7,6 +7,10 @@
@setfilename sdts++.info
@settitle @code{sdts++} Library
@setchapternewpage odd
+@dircategory C++ toolkit for reading and writing SDTS datasets
+@direntry
+* stds++: (sdts++). C++ toolkit for reading and writing SDTS datasets
+@end direntry
@c Put functions in the concept index
@syncodeindex fn cp
@@ -35,8 +39,8 @@
% be automatically generated, just to keep things simple.
% This is rather kludgy, actually: argument #1 is the colon from the RCS
% string. It's only there so that RCS/CVS won't expand the wrong thing.
-@xdef@seteditionone$Revision#1 #2 ${#2}
-@xdef@edition{@seteditionone$Revision: 1.21 $}
+\xdef\seteditionone$Revision#1 #2 ${#2}
+\xdef\edition{\seteditionone$Revision: 1.21 $}
@end tex
@c %** End of header
@@ -57,11 +61,11 @@ are preserved on all copies.
@iftex
@subtitle Edition @edition
@end iftex
-@author Mark Coletti <mcoletti@clark.net>
+@author Mark Coletti <mcoletti@@clark.net>
@page
@vskip 0pt plus 1filll
-Copyright @copyright 2003 United States Geological Survey.
+Copyright @copyright{} 2003 United States Geological Survey.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -1169,12 +1173,14 @@ sio_8211FieldFormat declares the followi
This class contains specific subfield formatting information.
This class defines the following enumerators:
-
-@code{
- typedef enum @{ A, I, R, S, C, B, X @} type;
-
- typedef enum @{ fixed, variable @} format;
-}
+
+@ftable @code
+
+@item typedef enum @{ A, I, R, S, C, B, X @} type;
+
+@item typedef enum @{ fixed, variable @} format;
+
+@end ftable
This class declares the following members:
|