summaryrefslogtreecommitdiffstats
path: root/ldb/examples.dox
diff options
context:
space:
mode:
Diffstat (limited to 'ldb/examples.dox')
-rw-r--r--ldb/examples.dox16
1 files changed, 16 insertions, 0 deletions
diff --git a/ldb/examples.dox b/ldb/examples.dox
new file mode 100644
index 000000000..ef4b4f0a4
--- /dev/null
+++ b/ldb/examples.dox
@@ -0,0 +1,16 @@
+/** \example ldbreader.c
+
+The code below shows a simple LDB application.
+
+It lists / dumps the records in a LDB database to standard output.
+
+*/
+
+
+/** \example ldifreader.c
+
+The code below shows a simple LDB application.
+
+It lists / dumps the entries in an LDIF file to standard output.
+
+*/