diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-11-05 22:37:43 +0100 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-11-06 07:17:18 +0300 |
| commit | 16111d123a1011a829a17fa91fbda1efb4a7cd1e (patch) | |
| tree | 68cd5b5f60362de6f24600ef8f3f0fc95e2dd3a6 | |
| parent | build: Remove 'version.texi', which is generated. (diff) | |
| download | guile-ssh-16111d123a1011a829a17fa91fbda1efb4a7cd1e.tar.gz | |
doc: Add procedure index.
* doc/indices.texi (Procedure Index): New node.
* doc/guile-ssh.texi: Add it to the menu.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
| -rw-r--r-- | doc/guile-ssh.texi | 1 | ||||
| -rw-r--r-- | doc/indices.texi | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/guile-ssh.texi b/doc/guile-ssh.texi index 907f7fd..339d4d3 100644 --- a/doc/guile-ssh.texi +++ b/doc/guile-ssh.texi @@ -67,6 +67,7 @@ Appendices Indices * Type Index:: +* Procedure Index:: * Concept Index:: @end menu diff --git a/doc/indices.texi b/doc/indices.texi index 5e85df6..c09ad5e 100644 --- a/doc/indices.texi +++ b/doc/indices.texi @@ -9,6 +9,11 @@ @printindex tp +@node Procedure Index +@unnumbered Procedure Index + +@printindex fn + @node Concept Index @unnumbered Concept Index |
