From c2c39cd0d0568672480764d657699c4e2fad0840 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 14 Dec 2020 11:19:04 +0100 Subject: [PATCH] doc: suppress a warning from doxygen --- docs/md/references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/md/references.md b/docs/md/references.md index 0b717aa1c..ba4b83cd2 100644 --- a/docs/md/references.md +++ b/docs/md/references.md @@ -38,7 +38,7 @@ I hope this list can grow much more in the future: by `EnTT`. * Javascript: - * [@javelin/ecs](https://github.com/3mcd/javelin/tree/master/packages/ecs): an + * [\@javelin/ecs](https://github.com/3mcd/javelin/tree/master/packages/ecs): an archetype ECS in TypeScript. * [ecsy](https://github.com/MozillaReality/ecsy): I haven't had the time to investigate the underlying design of `ecsy` but it looks cool anyway.