Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove indentation from <programlisting> blocks in docs | Alexander Kriegisch | 2021-04-10 | 1 | -72/+71 |
| | | | | | | | | | | | | | | | 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> | ||||
* | ensure every section has an assigned id so that urls in generated html ↵ | acolyer | 2005-09-01 | 1 | -3/+4 |
| | | | | remain stable across builds. | ||||
* | updates for 1.5.0 M1 | acolyer | 2004-12-09 | 1 | -26/+9 |
| | |||||
* | fixed typo in the "id" of the chapter | acolyer | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | ensure every generated html file has a meaningful name | acolyer | 2004-11-28 | 1 | -1/+1 |
| | |||||
* | aspectj 5 docs update. Signature matching chapter added. | acolyer | 2004-11-28 | 1 | -4/+4 |
| | | | | | | | Annotations chapter complete. Varargs, covariance, autoboxing, and enum chapters complete. Pertypewithin proposal written up. Generics, new reflection interfaces, and the "miscellaneous" section still outstanding. | ||||
* | more updates to 1.5 design | acolyer | 2004-11-24 | 1 | -11/+46 |
| | |||||
* | some small updates in annotations, plus beginnings of varargs section | acolyer | 2004-11-18 | 1 | -0/+184 |
| | |||||
* | early draft of AspectJ 1.5 documentation - do not rely on the contents of ↵ | acolyer | 2004-11-09 | 1 | -0/+6 |
these docs yet!!! |