Remove unnecessary ENSURE-LIST
[iolib.git] / doc / iolib.texinfo
blob41e7b9f5beaec279f644303b49509354e068762a
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename iolib.info
4 @settitle IOLib 0.6.0 Manual
6 @c @exampleindent 2
7 @c @documentencoding utf-8
9 @c %**end of header
11 @c for install-info
12 @c @dircategory %%INFO-CATEGORY%%
13 @c @direntry
14 @c * net.sockets:           %%PROJECT-DESCRIPTION%%
15 @c @end direntry
17 @include macros.texinfo
19 @c Show types, functions, and concepts in the same index.
20 @syncodeindex tp cp
21 @syncodeindex fn cp
23 @copying
24 @c Copyright @copyright{} 2084 John Doe <john@doe.com>
26 @include license.texinfo
27 @end copying
29 @titlepage
30 @title IOLib 0.6.0 Manual
31 @subtitle draft version
32 @c @author John Doe
33 @page
34 @vskip 0pt plus 1filll
35 @insertcopying
36 @end titlepage
38 @contents
40 @ifnottex
41 @node Top
42 @top IOLib
43 @insertcopying
44 @end ifnottex
46 @c Top Menu
47 @menu
48 * Overview::
49 @c * Stream Library::
50 * Networking Library::
51 * Comprehensive Index::
52 @end menu
54 @node Overview
55 @chapter Overview
57 Describe IOLib here.
59 @c @node Stream Library
60 @c @chapter Streams
61 @c @include streams.texinfo
63 @node Networking Library
64 @chapter Networking
65 @include networking.texinfo
67 @c We call this node ``Comprehensive Index'' so that texinfo's HTML
68 @c output doesn't generate an index.html that'd overwrite the manual's
69 @c initial page.
70 @node Comprehensive Index
71 @unnumbered Index
72 @printindex cp
74 @bye