Skip to content

Commit 4234535

Browse files
committed
docs: link Interface from others
1 parent f688a68 commit 4234535

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Expression.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ end
4242
both the raw expression tree operating on a value type of `T`,
4343
as well as associated metadata to evaluate and render the expression.
4444
45-
See `ExpressionInterface` for a full description of the interface implementation.
45+
See [`ExpressionInterface`](@ref) for a full description of the interface implementation,
46+
as well as tests to verify correctness.
4647
4748
If you wish to use `@parse_expression`, you can also
4849
customize the parsing behavior with

src/Node.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ this additionally must have fields for:
4545
4646
# Interface
4747
48+
See [`NodeInterface`](@ref) for a full description of the interface implementation,
49+
as well as tests to verify correctness.
50+
4851
You *must* define `CustomNode{_T} where {_T} = new{_T}()` for each custom node type.
4952
5053
In addition, you *may* choose to define the following functions, to override

0 commit comments

Comments
 (0)