diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-13 12:07:45 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | fa63feda31a6a9656173a63dc057993d98469305 (patch) | |
tree | acd0941853f0cca76ca49f7bc970e6fdb070c15a /docs/dist/doc/examples | |
parent | ebbc41255384e85db03c4eb6aae4e6464803d0a9 (diff) | |
download | aspectj-fa63feda31a6a9656173a63dc057993d98469305.tar.gz aspectj-fa63feda31a6a9656173a63dc057993d98469305.zip |
Fix some AsciiDoc links (WIP)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/dist/doc/examples')
-rw-r--r-- | docs/dist/doc/examples/spacewar/README.adoc | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/dist/doc/examples/spacewar/README.adoc b/docs/dist/doc/examples/spacewar/README.adoc index 624dd0ffc..9991867a3 100644 --- a/docs/dist/doc/examples/spacewar/README.adoc +++ b/docs/dist/doc/examples/spacewar/README.adoc @@ -1,10 +1,9 @@ -© Copyright 1997-2001 Xerox Corporation. All rights reserved. +[[_5]] +== Exploring the Spacewar Example -*Last updated*: January 10, 2001 +_© Copyright 1997-2001 Xerox Corporation. All rights reserved._ - - -== [#5]#Exploring the Spacewar Example# +_Last updated: January 10, 2001_ The code in this directory is an implementation of the classic video game Spacewar. @@ -19,12 +18,14 @@ version of AspectJ correctly installed. If you're not sure you do, try the helloworld example first by following the instructions in xref:../doc/primer/default.html[Primer] section Getting Started. -=== [#5.1]#Compiling Spacewar# +[[_5_1]] +=== Compiling Spacewar * Change to the `examples` directory. * Type `ajc -argfile spacewar/demo.lst` to compile the system. -=== [#5.2]#Running Spacewar# +[[_5_2]] +=== Running Spacewar * In the examples directory, type `java spacewar.Game` @@ -40,7 +41,8 @@ focus so that your keystrokes are recognized. You can quit the game with ctl-Q. -=== [#5.3]#Exploring the Code# +[[_5_3]] +=== Exploring the Code There is one other built-in configurations for the Spacewar game. Try it by typing `ajc @spacewar\debug.lst`. This compiles in an elaborate |