mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 10:07:14 +00:00
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:
parent
f5135b9d38
commit
751b6581a1
@ -61,7 +61,10 @@ using zip_utils::open_archive;
|
|||||||
using zip_utils::open_file_in_archive;
|
using zip_utils::open_file_in_archive;
|
||||||
#endif // WITH_ZIP_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
|
namespace xml_writer
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user