Fix the API doc string of the abigail::xml_writer namespace

* src/abg-writer.cc: Fix the API doc of the xml_writer namespace.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-11-01 15:51:59 +01:00
parent f5135b9d38
commit 751b6581a1

View File

@ -61,7 +61,10 @@ using zip_utils::open_archive;
using zip_utils::open_file_in_archive;
#endif // WITH_ZIP_ARCHIVE
/// Internal namespace for writer.
/// The namespace for the native XML file format writer.
///
/// It contains utilities to serialize ABI artifacts from the @ref ir
/// namespace into the native XML format.
namespace xml_writer
{