Skip to content

Instantly share code, notes, and snippets.

@yamasushi
Created April 4, 2013 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamasushi/5309233 to your computer and use it in GitHub Desktop.
Save yamasushi/5309233 to your computer and use it in GitHub Desktop.
diff --git a/doc/corelib.texi b/doc/corelib.texi
index b069a4e..5905ca5 100644
--- a/doc/corelib.texi
+++ b/doc/corelib.texi
@@ -19199,6 +19199,7 @@ to the POSIX-time (number of seconds since Epoch).
@subsubheading SRFI time
@deftp {Builtin Class} <time>
+@clindex time
@c EN
The @code{<time>} object also represents a point of time.
@c JP
diff --git a/doc/modgauche.texi b/doc/modgauche.texi
index 9a38c59..53a08de 100644
--- a/doc/modgauche.texi
+++ b/doc/modgauche.texi
@@ -2075,6 +2075,7 @@ the C world, and vice versa. The maybe variation is only
meaningful when the C type is a pointer type.
@deftp {Class} <cgen-type>
+@clindex cgen-type
An instance of this class represents a stub type.
It can be looked up by name such as @code{<const-cstring>} by
@code{cgen-type-from-name}.
@@ -3522,6 +3523,7 @@ in the increasing order of keys.
@c NODE 汎用ディクショナリ
@deftp {Class} <bimap>
+@clindex bimap
Provides a bidirectional map (@emph{bimap}), a relation between two
set of values, of which you can lookup both ways.
@@ -5424,6 +5426,7 @@ but the current version doesn't implement it.
@subheading Listener API
@deftp {Class} <listener>
+@clindex listener
@c EN
An object that maintains the state of a repl session.
It has many external slots to customize its behavior.
diff --git a/doc/modutil.texi b/doc/modutil.texi
index 179578b..028b8cd 100644
--- a/doc/modutil.texi
+++ b/doc/modutil.texi
@@ -1937,6 +1937,7 @@ is returned. Otherwise, an error is signaled.
@end defun
@deftp {Class} <dbi-connection>
+@clindex dbi-connection
@c EN
The base class of a connection to a database system.
Each driver defines a subclass of this to keep information about
@@ -1992,6 +1993,7 @@ Returns a list of module names of known drivers.
@end defun
@deftp {Class} <dbi-driver>
+@clindex dbi-driver
@c EN
The base class of a driver. You usually don't need to see this
as far as you're using the high-level @code{dbi} API.
@@ -2122,6 +2124,7 @@ always surround names by double quotes.
@end deffn
@deftp {Class} <dbi-query>
+@clindex dbi-query
@c EN
Holds information about prepared query, created by @code{dbi-prepare}.
The following slots are defined.
@@ -6055,6 +6058,7 @@ Calls @code{AllocConsole} and @code{FreeConsole}, respectively.
@end defun
@deftp {Class} <win:console-screen-buffer-info>
+@clindex win:console-screen-buffer-info
[Windows]
@defivar {<win:console-screen-buffer-info>} size.x
@@ -6106,6 +6110,7 @@ Calls @code{AllocConsole} and @code{FreeConsole}, respectively.
@subsubheading Console input/output
@deftp {Class} <win:input-record>
+@clindex win:input-record
[Windows]
@defivar {<win:input-record>} event-type
@@ -10584,6 +10589,8 @@ would be a simple @code{<error>} condition.
@deftp {Class} <deflating-port>
@deftpx {Class} <inflating-port>
+@clindex deflating-port
+@clindex inflating-port
@c EN
Compression and decompression functions are provided
via ports. A @emph{deflating port} is an output port
@@ -18630,6 +18637,7 @@ util.rbtreeのAPIはハッシュテーブルのAPIに似せて作られており
@end deftp
@deftp {Class} <rbtree>
+@clindex rbtree
@c EN
A class for red black trees. Inherits @code{<sequence>},
so that you can apply sequence APIs on a red black tree.
@@ -19118,6 +19126,7 @@ common methods.
@c COMMON
@deftp {Class} <relation>
+@clindex relation
@c EN
An abstract base class of relations.
@c JP
@@ -19356,9 +19365,11 @@ you can write like this:
@c COMMON
@deftp {Class} <simple-relation>
+@clindex simple-relation
@end deftp
@deftp {Class} <object-set-relation>
+@clindex object-set-relation
@end deftp
@c ----------------------------------------------------------------------
@@ -20323,6 +20334,7 @@ Trieは@code{<collection>}を継承しており、コレクションフレーム
@end deftp
@deftp {Class} <trie>
+@clindex trie
@c EN
A class for Trie. No slots are intended for public.
Use the following procedures to operate on tries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment