aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/ajbrowser.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix image formatting glitch in docs/devGuideDB/ajbrowser.xmlAlexander Kriegisch2021-04-101-18/+22
| | | | | | | | | 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>
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-101-63/+63
| | | | | | | | | | | | | | | 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>
* named sections to avoid generated names, and omitting incremental as broken ↵wisberg2005-10-121-3/+5
| | | | for now.
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-011-3/+4
| | | | remain stable across builds.
* no content changes - corrected xml. Using informaltable in ant to get pdf ↵wisberg2005-03-101-13/+20
| | | | tables to work.
* Added known limitations to ajbrowser documentation.mkersten2004-02-181-1/+16
|
* link fixeswisberg2003-06-051-5/+5
|
* - tense, xref usage corrections wisberg2003-05-141-5/+13
| | | | - structure model caveat
* added ant tasks to the devguide as a chapter (rather than refentry), wisberg2003-05-051-53/+177
| | | | | | | | | | | | | converted ajbrowser refentry to chapter (to get subsection TOC and better pagination) updated ajbrowser slightly, and updated index page to link accordingly. NOTE: links to ajc changed from devguide/rn01re01.html to devguide/ajc-ref.html Leaving ajc as refentry is awkward but seems right since it's a command-line tool.
* - removed references to graphically editing .lst files wisberg2003-02-011-37/+75
| | | | | | | - discussed the .ajbrowser file and setting classpath using options - discussed config files separately - added caveat about only displaying static crosscutting
* initial versionwisberg2002-12-161-0/+222