diff options
| author | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
| commit | 97075f705350901f5ff46387f658ab459a4cd73f (patch) | |
| tree | 4349ad5e7200f072a800f48749d57f3625757e7e /mps/code/ring.c | |
| parent | 8b990e4858b6f6d735de07a241b1785702bb16e7 (diff) | |
| download | emacs-97075f705350901f5ff46387f658ab459a4cd73f.tar.gz emacs-97075f705350901f5ff46387f658ab459a4cd73f.zip | |
Updating cross references to design documents to html style, to go with master/design document tree.
Copied from Perforce
Change: 29897
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/ring.c')
| -rw-r--r-- | mps/code/ring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/ring.c b/mps/code/ring.c index 4e2e08099dd..971384f6970 100644 --- a/mps/code/ring.c +++ b/mps/code/ring.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | * .purpose: Rings are used to manage potentially unbounded collections | 8 | * .purpose: Rings are used to manage potentially unbounded collections |
| 9 | * of things. | 9 | * of things. |
| 10 | * | 10 | * |
| 11 | * .sources: design.mps.ring, | 11 | * .sources: <design/ring/>, |
| 12 | * item 6 of mail.richard_brooksby.1996-03-25.16-02 | 12 | * item 6 of mail.richard_brooksby.1996-03-25.16-02 |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| @@ -24,7 +24,7 @@ SRCID(ring, "$Id$"); | |||
| 24 | * | 24 | * |
| 25 | * RingCheck performs a consistency check on the ring node. | 25 | * RingCheck performs a consistency check on the ring node. |
| 26 | * RingCheckSingle performs the same check, but also checks that | 26 | * RingCheckSingle performs the same check, but also checks that |
| 27 | * the ring node is a singleton (design.mps.ring.def.singleton). | 27 | * the ring node is a singleton (<design/ring/#def.singleton>). |
| 28 | */ | 28 | */ |
| 29 | 29 | ||
| 30 | Bool RingCheck(Ring ring) | 30 | Bool RingCheck(Ring ring) |