]> sourceware.org Git - libabigail.git/commitdiff
ir: Fix documentation of canonical type propagation
authorDodji Seketeli <dodji@redhat.com>
Sun, 2 Oct 2022 17:04:50 +0000 (19:04 +0200)
committerDodji Seketeli <dodji@redhat.com>
Sun, 2 Oct 2022 17:04:50 +0000 (19:04 +0200)
* src/abg-ir.cc (on-the-fly-canonicalization): Enclose the comment
into <pre> html tag to make the ascii-art graph look good.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-ir.cc

index 2563b5b3ed90b25c62beb5c867cfc4594fb91676..381437c745f6f15a1cc4cd5629989c3e5234fb13 100644 (file)
@@ -22505,15 +22505,17 @@ copy_member_function(const class_or_union_sptr& t, const method_decl* method)
 /// we say that T is a recursive type, because it has T (itself) as
 /// one of its sub-types:
 ///
-///   T
-///   +-- ST0
-///   |
-///   +-- ST1
-///   |    +
-///   |    |
-///   |    +-- T
-///   |
-///   +-- ST2
+/// <PRE>
+///    T
+///    +-- ST0
+///    |
+///    +-- ST1
+///    |    +
+///    |    |
+///    |    +-- T
+///    |
+///    +-- ST2
+/// </PRE>
 ///
 /// ST1 is said to "depend" on T because it has T as a sub-type.  But
 /// because T is recursive, then ST1 is said to depend on a recursive
This page took 0.058981 seconds and 5 git commands to generate.