Update namespace comments

* src/abg-dwarf-reader.cc (namespace dwarf_reader): Add apidoc comment.
	* src/abg-reader.cc (namespace xml_reader): Update apidoc comment.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-01-14 16:16:42 +01:00
parent 2322638246
commit cca996aa48
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ using std::string;
namespace abigail
{
/// The namespace for the DWARF reader.
namespace dwarf_reader
{

View File

@ -40,7 +40,7 @@ namespace abigail
using xml::xml_char_sptr;
/// Internal namespace for reader.
/// The namespace for the native XML file format reader.
namespace xml_reader
{
using std::string;