update doc descriptions of namespaces

This commit is contained in:
Chris Cromer 2019-01-07 13:09:57 -03:00
parent dc44550ae8
commit 3a32a7a402
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
3 changed files with 6 additions and 3 deletions

View File

@ -13,11 +13,11 @@
*/ */
/** /**
* The main sernatur library namespace * The sernatur library
*/ */
namespace LibSernatur { namespace LibSernatur {
/** /**
* This is the database namespace for Sernatur * Sernatur database library
*/ */
namespace DB { namespace DB {
/** /**

View File

@ -13,6 +13,9 @@
*/ */
namespace LibSernatur { namespace LibSernatur {
/**
* The person name space
*/
namespace Person { namespace Person {
/** /**

View File

@ -13,7 +13,7 @@
*/ */
/** /**
* The main Sernatur namespace * The sernatur program
*/ */
namespace Sernatur { namespace Sernatur {
using Constants; using Constants;