mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 06:37:31 +00:00
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:
parent
2322638246
commit
cca996aa48
@ -42,6 +42,7 @@ using std::string;
|
||||
namespace abigail
|
||||
{
|
||||
|
||||
/// The namespace for the DWARF reader.
|
||||
namespace dwarf_reader
|
||||
{
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user