aboutsummaryrefslogtreecommitdiff
path: root/static/ts/formatters.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 02:58:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 02:58:41 +0200
commite753d721519f72014241b3d2fc804a919f655769 (patch)
tree5f1e93ca4d3daefcffd746eb0784183664fd241e /static/ts/formatters.ts
parentNormalize tsconfig formatting. (diff)
downloadcalp-e753d721519f72014241b3d2fc804a919f655769.tar.gz
calp-e753d721519f72014241b3d2fc804a919f655769.tar.xz
Document remaining javascript items.
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.
*