]> source.dussan.org Git - aspectj.git/commit
Remove indentation from <programlisting> blocks in docs
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 10 Apr 2021 12:19:39 +0000 (19:19 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 10 Apr 2021 12:19:39 +0000 (19:19 +0700)
commit92edca3ea7a482d59a9086b1cb61413ed8604b67
treed709ab2fd24a563cf626fb5ff354a0972a1dc6a9
parent79c272eb9c158a976b7b3313c50759dd87b1b5fd
Remove indentation from <programlisting> blocks in docs

Many dozens (hundreds?) of documentation code blocks were indented to
match the surrounding XML or just arbitrarily. The thing is: Inside
<programlisting> tags, similar to <pre> tags, line feeds and leading
whitespace are being preserved, which looked very awkward in the HTML
documentation. While a few files were mostly correct in this respect,
which shows that it was meant to be like that, many others were not.
This was tedious, stupid work to fix, but it had to be done.

Please note that the documentation was in no way updated content-wise.
This is also overdue, but not my focus here.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
28 files changed:
docs/adk15ProgGuideDB/annotations.xml
docs/adk15ProgGuideDB/ataspectj.xml
docs/adk15ProgGuideDB/autoboxing.xml
docs/adk15ProgGuideDB/covariance.xml
docs/adk15ProgGuideDB/enumeratedtypes.xml
docs/adk15ProgGuideDB/generics.xml
docs/adk15ProgGuideDB/grammar.xml
docs/adk15ProgGuideDB/joinpointsignatures.xml
docs/adk15ProgGuideDB/miscellaneous.xml
docs/adk15ProgGuideDB/pertypewithin.xml
docs/adk15ProgGuideDB/varargs.xml
docs/devGuideDB/aj.xml
docs/devGuideDB/ajbrowser.xml
docs/devGuideDB/ajc.xml
docs/devGuideDB/ajdb.xml
docs/devGuideDB/ajdee.xml
docs/devGuideDB/antsupport.xml
docs/devGuideDB/aspectj-mode.xml
docs/devGuideDB/ltw.xml
docs/faq/faq.xml
docs/pdGuideDB/ajcore.xml
docs/pdGuideDB/ltwdump.xml
docs/pdGuideDB/messages.xml
docs/pdGuideDB/trace.xml
docs/progGuideDB/examples.xml
docs/progGuideDB/implementation.xml
docs/progGuideDB/language.xml
docs/progGuideDB/semantics.xml