From 9c62d17de4f69c5cd4c4c35a3ab2d1263109e163 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 10 Apr 2021 20:34:20 +0700 Subject: [PATCH] Fix image formatting glitch in docs/devGuideDB/ajbrowser.xml An image which should be in its own paragraph was shown inline with the text, somewhere to the right in the middle of a text paragraph. I noticed while visually checking if docs generation still works as expected after the last few commits, so I quickly fixed it. Signed-off-by: Alexander Kriegisch --- docs/devGuideDB/ajbrowser.xml | 40 +++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/docs/devGuideDB/ajbrowser.xml b/docs/devGuideDB/ajbrowser.xml index a276ca11b..6a6c85c25 100644 --- a/docs/devGuideDB/ajbrowser.xml +++ b/docs/devGuideDB/ajbrowser.xml @@ -109,11 +109,13 @@ java -jar aspectj1.1/lib/aspectjtools.jar aspectj1.1/doc/examples/spacewar/debug (see label 1 in the graphic below). (If you get classpath or other errors, set up the global build options as described above.) - - - - - + + + + + + + @@ -128,11 +130,13 @@ java -jar aspectj1.1/lib/aspectjtools.jar aspectj1.1/doc/examples/spacewar/debug displayed in italics. Links to other structure nodes appear in blue below the association. If there is no corresponding source for the link it will appear light-blue. - - - - - + + + + + + + @@ -182,15 +186,15 @@ java -jar aspectj1.1/lib/aspectjtools.jar aspectj1.1/doc/examples/spacewar/debug lib/aspectjrt.jar that came with the browser. - - - - - - > - + + + + + + + - + Different structure views: The structure tree at the left can display different orderings and granularity for structure: -- 2.39.5