diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-04 13:18:25 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | a45f10e33c32b0312f3dc6b842427962643583bf (patch) | |
tree | 72d458f388097b2edfbe37778320bce70802dc89 /docs | |
parent | 04efbfa25eb0a805879ebc702b5beb21fff186b5 (diff) | |
download | aspectj-a45f10e33c32b0312f3dc6b842427962643583bf.tar.gz aspectj-a45f10e33c32b0312f3dc6b842427962643583bf.zip |
Move progguide images to subfolder
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/progguide/examples.adoc | 4 | ||||
-rw-r--r-- | docs/progguide/gettingstarted.adoc | 2 | ||||
-rw-r--r-- | docs/progguide/images/aspects.gif (renamed from docs/progguide/aspects.gif) | bin | 7071 -> 7071 bytes | |||
-rw-r--r-- | docs/progguide/images/dd_arrow.gif (renamed from docs/progguide/dd_arrow.gif) | bin | 851 -> 851 bytes | |||
-rw-r--r-- | docs/progguide/images/figureUML.gif (renamed from docs/progguide/figureUML.gif) | bin | 3480 -> 3480 bytes | |||
-rw-r--r-- | docs/progguide/images/overview.gif (renamed from docs/progguide/overview.gif) | bin | 2576 -> 2576 bytes | |||
-rw-r--r-- | docs/progguide/images/telecom.gif (renamed from docs/progguide/telecom.gif) | bin | 4047 -> 4047 bytes |
7 files changed, 3 insertions, 3 deletions
diff --git a/docs/progguide/examples.adoc b/docs/progguide/examples.adoc index f01ae46d8..ca4fc2fdb 100644 --- a/docs/progguide/examples.adoc +++ b/docs/progguide/examples.adoc @@ -287,7 +287,7 @@ aspects, though simple, are not totally trivial. The diagram below gives an overview of the aspects and their interaction with the class `Point`. -image:aspects.gif[image] +image:images/aspects.gif[image] ===== The `CloneablePoint` aspect @@ -1314,7 +1314,7 @@ is used to connect them. Conference calls between more than two customers will involve more than one connection. A customer may be involved in many calls at one time. -image:telecom.gif[image] +image:images/telecom.gif[image] ===== The `Customer` class diff --git a/docs/progguide/gettingstarted.adoc b/docs/progguide/gettingstarted.adoc index ca05f782b..3f0889915 100644 --- a/docs/progguide/gettingstarted.adoc +++ b/docs/progguide/gettingstarted.adoc @@ -60,7 +60,7 @@ The features are presented using a simple figure editor system. A is also a `Display`. Most example programs later in this chapter are based on this system as well. -image:figureUML.gif[ UML for the `FigureEditor` example ] +image:images/figureUML.gif[ UML for the `FigureEditor` example ] The motivation for AspectJ (and likewise for aspect-oriented programming) is the realization that there are issues or concerns that diff --git a/docs/progguide/aspects.gif b/docs/progguide/images/aspects.gif Binary files differindex 8bca684ad..8bca684ad 100644 --- a/docs/progguide/aspects.gif +++ b/docs/progguide/images/aspects.gif diff --git a/docs/progguide/dd_arrow.gif b/docs/progguide/images/dd_arrow.gif Binary files differindex a16b34c95..a16b34c95 100644 --- a/docs/progguide/dd_arrow.gif +++ b/docs/progguide/images/dd_arrow.gif diff --git a/docs/progguide/figureUML.gif b/docs/progguide/images/figureUML.gif Binary files differindex c4bf8db9a..c4bf8db9a 100644 --- a/docs/progguide/figureUML.gif +++ b/docs/progguide/images/figureUML.gif diff --git a/docs/progguide/overview.gif b/docs/progguide/images/overview.gif Binary files differindex 7b1d6c8d6..7b1d6c8d6 100644 --- a/docs/progguide/overview.gif +++ b/docs/progguide/images/overview.gif diff --git a/docs/progguide/telecom.gif b/docs/progguide/images/telecom.gif Binary files differindex 89a7207f3..89a7207f3 100644 --- a/docs/progguide/telecom.gif +++ b/docs/progguide/images/telecom.gif |