summaryrefslogtreecommitdiff
path: root/cli/doc/module.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/doc/module.rs')
-rw-r--r--cli/doc/module.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/doc/module.rs b/cli/doc/module.rs
index 2de9c7ca8..79b1b92be 100644
--- a/cli/doc/module.rs
+++ b/cli/doc/module.rs
@@ -35,7 +35,8 @@ pub fn get_doc_node_for_export_decl(
}
}
Decl::Fn(fn_decl) => {
- let (name, function_def) = super::function::get_doc_for_fn_decl(fn_decl);
+ let (name, function_def) =
+ super::function::get_doc_for_fn_decl(doc_parser, fn_decl);
DocNode {
kind: DocNodeKind::Function,
name,