Fix the doc string of the CanonicalDiff section of the apidoc

* src/abg-comparison.cc: The summary of the CanonicalDiff should
	not be a @par directive, otherwise it won't show up in the summary
	field on the html-genereated page.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-12-26 19:15:24 +01:00
parent 9418ad46de
commit 90a77f40c0

View File

@ -45,7 +45,7 @@ namespace comparison
///@defgroup DiffNode Internal Representation of the comparison engine
/// @{
///
/// How changes are represented in libabigail's comparison engine.
/// @brief How changes are represented in libabigail's comparison engine.
///
///@par diff nodes
///
@ -86,10 +86,12 @@ namespace comparison
///
///
/// @defgroup CanonicalDiff Canonical diff tree nodes
///@defgroup CanonicalDiff Canonical diff tree nodes
/// @{
///
/// @par Equivalence of @ref diff nodes
/// @brief How equivalent diff nodes are quickly spotted.
///
/// @par Equivalence of diff nodes.
///
/// Each @ref diff node has a property named <em>Canonical Diff
/// Node</em>. If \c D is a diff node, the canonical diff node of @c