Skip to content

Commit

Permalink
fix: make js_doc module public (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Feb 27, 2024
1 parent 108df7b commit fc9261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod display;
mod r#enum;
mod function;
mod interface;
mod js_doc;
pub mod js_doc;
mod node;
mod params;
mod parser;
Expand Down

0 comments on commit fc9261d

Please sign in to comment.