diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:10:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:10:04 +0100 |
commit | 9c01306f00258a785ef3faa9f52f6be4317c14ab (patch) | |
tree | 01d36ea7b17fe1842d75483a4fdfac3cf229cf14 | |
parent | 43aae141d39fb7d8855322995f69d513ee098300 (diff) |
doc: Add sections for bug and email helpers.
* doc/guile-debbugs.texi (Bug helpers, Email helpers): Add sections.
-rw-r--r-- | doc/guile-debbugs.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/guile-debbugs.texi b/doc/guile-debbugs.texi index d617d95..ed8b39a 100644 --- a/doc/guile-debbugs.texi +++ b/doc/guile-debbugs.texi @@ -147,6 +147,8 @@ documented here as they are primarily for internal use. @menu * SOAP helpers:: Procedures for talking with SOAP services. * Operations:: Debbugs SOAP operations. +* Bug helpers:: Procedures for parsing bugs and accessing their properties. +* Email helpers:: Procedures for parsing emails and accessing their properties. @end menu @node SOAP helpers @@ -206,6 +208,19 @@ otherwise return a pair of a name and the value. @node Operations @section Operations +@cindex (debbugs operations), module +TODO + +@node Bug helpers +@section Bug helpers + +@cindex (debbugs bug), module +TODO + +@node Email helpers +@section Email helpers + +@cindex (debbugs email), module TODO @c ********************************************************************* |