diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 20:34:20 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 20:34:20 +0700 |
commit | 9c62d17de4f69c5cd4c4c35a3ab2d1263109e163 (patch) | |
tree | f999399074e0352c4704edb84dd5d92f19a68813 /docs | |
parent | 51198de4ddc7521530ad49058df3f2e8c80ec981 (diff) | |
download | aspectj-9c62d17de4f69c5cd4c4c35a3ab2d1263109e163.tar.gz aspectj-9c62d17de4f69c5cd4c4c35a3ab2d1263109e163.zip |
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajbrowser.xml | 40 |
1 files 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.) - <inlinemediaobject> - <imageobject> - <imagedata fileref="ajbrowser-building.gif"/> - </imageobject> - </inlinemediaobject> + </para> + <para> + <inlinemediaobject> + <imageobject> + <imagedata fileref="ajbrowser-building.gif"/> + </imageobject> + </inlinemediaobject> </para> </sect2> </sect1> @@ -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. - <inlinemediaobject> - <imageobject> - <imagedata fileref="ajbrowser-building.gif"/> - </imageobject> - </inlinemediaobject> + </para> + <para> + <inlinemediaobject> + <imageobject> + <imagedata fileref="ajbrowser-building.gif"/> + </imageobject> + </inlinemediaobject> </para> <sect2 id="example" xreflabel="example"> @@ -182,15 +186,15 @@ java -jar aspectj1.1/lib/aspectjtools.jar aspectj1.1/doc/examples/spacewar/debug <literal>lib/aspectjrt.jar</literal> that came with the browser. </para> - <para> - <inlinemediaobject> - <imageobject> - <imagedata fileref="ajbrowser-options.gif"/> - </imageobject> - </inlinemediaobject>> - </para> + <para> + <inlinemediaobject> + <imageobject> + <imagedata fileref="ajbrowser-options.gif"/> + </imageobject> + </inlinemediaobject> + </para> - </listitem> + </listitem> <listitem> <para>Different structure views: The structure tree at the left can display different orderings and granularity for structure: |