From 751b6581a1de2dfa7e23ec855240c09bde94801b Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sat, 1 Nov 2014 15:51:59 +0100 Subject: [PATCH] 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 --- src/abg-writer.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/abg-writer.cc b/src/abg-writer.cc index 5b51dfdd..ba8f96fe 100644 --- a/src/abg-writer.cc +++ b/src/abg-writer.cc @@ -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 {