moonwave 1.3.0

Moonwave is a tool for generating documentation from comments in Lua source code.
Documentation
---
source: tests/test-inputs.rs
expression: stderr

---
error: This entry's parent class "aintclassy" is missing a doc entry
  ┌─ test-input/failing/function.lua:1:6
  │  
1 │   --[=[
  │ ╭─────^
2 │ │     This is a description
3 │ │     This is alos adid seictopu
4 │ │ 
5 │ │     @function f
6 │ │     @within aintclassy
7 │ │     @param thename the type -- the description
8 │ │     @param thenameredux the type but twice -- the description again
9 │ │ ]=]
  │ ╰^ This entry's parent class "aintclassy" is missing a doc entry

error: aborting due to diagnostic error