aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/calp.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:47:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:47:46 +0100
commit341e5a65a7b36e1f70ed9e6c2ae4f5b18c083b5b (patch)
tree6f01775b070e61b50cb88c757672aef6bbbfe4f4 /doc/ref/calp.texi
parentSplit javascript doc into multiple files. (diff)
downloadcalp-341e5a65a7b36e1f70ed9e6c2ae4f5b18c083b5b.tar.gz
calp-341e5a65a7b36e1f70ed9e6c2ae4f5b18c083b5b.tar.xz
Doc work.
Diffstat (limited to 'doc/ref/calp.texi')
-rw-r--r--doc/ref/calp.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ref/calp.texi b/doc/ref/calp.texi
index a2408f89..e280a455 100644
--- a/doc/ref/calp.texi
+++ b/doc/ref/calp.texi
@@ -17,6 +17,27 @@ Copyright @copyright{} 2020 Hugo Hörnquist
@alias nicode=code
@end ifnotinfo
+@c @ifinfo
+@c @macro i{text}
+@c \text\
+@c @end macro
+@c @end ifinfo
+
+@c for use with deftp for extended classes
+@macro extends{class}
+@w{@i{extends} \class\}
+@end macro
+
+@c For things that should be fixed in the (actual) code.
+@c An ``invitation'' to the reader
+@macro TODO{text}
+text @footnote{Improvements welcome}
+@end macro
+
+@macro githash{hash,path,line}
+@url{https://git.hornquist.se/calp/tree/\path\?id=\hash\#n\line\,\hash\}
+@end macro
+
@titlepage
@title Calp
@author Hugo Hörnquist