aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-21 14:11:35 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit7be201a2c57df1e0da19d869b7506a303c7025eb (patch)
tree71ee988e126802c9292ea427b47f9bdecfb2ab5d
parentadd lib/rhythm (diff)
downloadalive-7be201a2c57df1e0da19d869b7506a303c7025eb.tar.gz
alive-7be201a2c57df1e0da19d869b7506a303c7025eb.zip
small internal doc fixes
-rw-r--r--alv/base/pureop.moon1
-rw-r--r--docs/style.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/alv/base/pureop.moon b/alv/base/pureop.moon
index 6a058f6..86a3235 100644
--- a/alv/base/pureop.moon
+++ b/alv/base/pureop.moon
@@ -30,6 +30,7 @@ class PureOp extends Op
--
-- Can be either a method or just a fixed type.
--
+ -- @function type
-- @tparam table args as parsed by `pattern`
-- @treturn type.Type
diff --git a/docs/style.css b/docs/style.css
index 1f81f9b..51fddef 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -64,7 +64,7 @@ ul, ol {
margin: 0.5em 0;
padding-left: 0.6em;
}
-ul { list-style: '- '; }
+ul, .ldoc ol { list-style: '- '; }
header {
position: fixed;