mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-09 16:17:48 +00:00
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:
parent
9418ad46de
commit
90a77f40c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user