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, 0 insertions, 16 deletions
diff --git a/ldb/examples.dox b/ldb/examples.dox
deleted file mode 100644
index ef4b4f0a4..000000000
--- a/ldb/examples.dox
+++ /dev/null
@@ -1,16 +0,0 @@
-/** \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.
-
-*/