summaryrefslogtreecommitdiff
path: root/rexmpp.texi
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-08-23 21:28:14 +0300
committerdefanor <defanor@uberspace.net>2020-08-23 21:28:14 +0300
commitd10756f1974af1d502a3cb01d92c5fdb62576f0e (patch)
tree51cb58611470f1df2687ea0ddfff14216353c021 /rexmpp.texi
parent895ee3c88d5a8564ddb0794bb8d263dbbb285697 (diff)
Comment examples/basic.c and include it into the manual
Diffstat (limited to 'rexmpp.texi')
-rw-r--r--rexmpp.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/rexmpp.texi b/rexmpp.texi
index 5a23721..e92b969 100644
--- a/rexmpp.texi
+++ b/rexmpp.texi
@@ -21,6 +21,7 @@
@menu
* Copying Conditions:: License information.
* Introduction:: The basics.
+* Examples:: usage examples.
@end menu
@node Copying Conditions
@@ -51,5 +52,9 @@ in relevant standards: the intent is to keep the library flexible and
simple, only handling (or assisting with) more complex and routine parts
of the protocol.
+@node Examples
+@chapter Examples
+@section A basic example
+@verbatiminclude examples/basic.c
@bye