Skip to content

Commit

Permalink
molly: fix crosslinks in ldoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Nov 7, 2024
1 parent a417221 commit 0b05610
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions molly/gen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ local span = fun.span
methods.span = span
exports.span = span
--- An alias for span().
-- See `fun.span`.
-- See `gen.span`.
-- @function split

--- An alias for span().
-- See `fun.span`.
-- See `gen.span`.
-- @function split_at

--- Indexing
Expand All @@ -226,26 +226,26 @@ exports.span = span
-- See [fun.index](https://luafun.github.io/indexing.html#fun.index).

--- An alias for index().
-- See `fun.index`.
-- See `gen.index`.
-- @function index_of

--- An alias for index().
-- See `fun.index`.
-- See `gen.index`.
-- @function elem_index

--- @function indexes
-- See [fun.indexes](https://luafun.github.io/indexing.html#fun.indexes).

--- An alias for indexes().
-- See `fun.indexes`.
-- See `gen.indexes`.
-- @function indices

--- An alias for indexes().
-- See `fun.indexes`.
-- See `gen.indexes`.
-- @function elem_indexes

--- An alias for indexes().
-- See `fun.indexes`.
-- See `gen.indexes`.
-- @function elem_indices

--- Filtering
Expand All @@ -261,7 +261,7 @@ exports.span = span

--- If `regexp_or_predicate` is string then the parameter is used as a regular
-- expression to build filtering predicate. Otherwise the function is just an
-- alias for gen.filter().
-- alias for `gen.filter`.
-- @function grep
-- See [fun.grep](https://luafun.github.io/filtering.html#fun.grep).

Expand Down Expand Up @@ -307,14 +307,14 @@ exports.span = span
-- See [fun.all](https://luafun.github.io/reducing.html#fun.all).

--- An alias for all().
-- See `fun.all`.
-- See `gen.all`.
-- @function every

--- @function any
-- See [fun.any](https://luafun.github.io/reducing.html#fun.any).

--- An alias for any().
-- See `fun.any`.
-- See `gen.any`.
-- @function some

--- Transformations
Expand Down

0 comments on commit 0b05610

Please sign in to comment.