update doc descriptions of namespaces

Este commit está contenido en:
Chris Cromer 2019-01-07 13:09:57 -03:00
padre dc44550ae8
commit 3a32a7a402
Firmado por: cromer
ID de clave GPG: 39CC813FF3C8708A
Se han modificado 3 ficheros con 6 adiciones y 3 borrados

Ver fichero

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

Ver fichero

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

Ver fichero

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