aboutsummaryrefslogtreecommitdiff
path: root/static/ts/formatters.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/ts/formatters.ts')
-rw-r--r--static/ts/formatters.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/ts/formatters.ts b/static/ts/formatters.ts
index 05f84d31..b5c55913 100644
--- a/static/ts/formatters.ts
+++ b/static/ts/formatters.ts
@@ -1,13 +1,13 @@
/**
* Formatting procedures used by some components.
*
- * // TODO can we have a backref of every node containing {@link formatters-proc}?
+ * // TODO can we have a backref of every node containing `{@link formatters-proc}`?
*
- * {@label formatters}
+ * {@label FORMATTERS}
*
* Each procedure takes three arguments. The HTML-element which contents
* should be replaced, the VEvent containing all data, and the target
- * value, as returned by {@link VEvent.getProperty}.
+ * value, as returned by {@linkcode vevent.VEvent.getProperty}.
*
* Also bound to the window object.
*