Add doc-comments on plugin modules to Module::doc field.

This commit is contained in:
Stephen Chung
2022-12-01 23:29:42 +08:00
parent ed423740c9
commit fcc363af60
5 changed files with 36 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ Enhancements
* `Engine::set_XXX` API can now be chained.
* `EvalContext::scope_mut` now returns `&mut Scope` instead of `&mut &mut Scope`.
* Line-style doc-comments are now merged into a single string to avoid creating many strings. Block-style doc-comments continue to be independent strings.
* Doc-comments on plugin modules are now captured in the module's `doc` field.
Version 1.11.0