From 4a8656fd65b4bd9a02bf15a0fc46b1e4de35e905 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 11 Jan 2006 16:31:57 +0000 Subject: r12850: - add Doxygen comments to ldb - 'make doxygen' generated the api documentation under apidocs/ Many thanks to Brad Hards for the patches! metze (This used to be commit e98d483174c555366e62dd27600e6b242cab7a7f) --- source4/lib/ldb/examples.dox | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source4/lib/ldb/examples.dox (limited to 'source4/lib/ldb/examples.dox') diff --git a/source4/lib/ldb/examples.dox b/source4/lib/ldb/examples.dox new file mode 100644 index 0000000000..ef4b4f0a40 --- /dev/null +++ b/source4/lib/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. + +*/ -- cgit