libnmdb: Add Doxygen documentation to the public API
commitd8f7901063552dcc433414fe35b3365e51036417
authorAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 18 Apr 2010 15:40:04 +0000 (18 12:40 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 19 Apr 2010 03:35:53 +0000 (19 00:35 -0300)
tree2f90572fb1d797658d0689bb1c93dc6b09fa955e
parentb55affe6214f3d91ac9588c8ddf2444a48ad2e21
libnmdb: Add Doxygen documentation to the public API

This patch adds Doxygen documentation to the library's public API. To do that,
it moves some structures and defines that were internal to the internal header
(which now needs to be generated at build time, so it was renamed to
internal.h.in).

Now the public header contains only the public API, and does not need to be
generated automatically anymore.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
.gitignore
libnmdb/Makefile
libnmdb/doxygen/Doxyfile.base.in [new file with mode: 0644]
libnmdb/doxygen/Doxyfile.public [new file with mode: 0644]
libnmdb/doxygen/Makefile [new file with mode: 0644]
libnmdb/doxygen/groups.doxy [new file with mode: 0644]
libnmdb/internal.h [deleted file]
libnmdb/internal.h.in [new file with mode: 0644]
libnmdb/libnmdb.c
libnmdb/nmdb.h [new file with mode: 0644]
libnmdb/nmdb.skel.h [deleted file]