boxlang-code-documenter
Installation
SKILL.md
BoxLang Code Documenter
Overview
BoxLang supports Javadoc-style documentation comments. Documenting classes, functions, and arguments enables IDE tooling, auto-generated API docs, and serves as inline specification for future maintainers.
Comment Styles
BoxLang supports three comment styles:
// Single-line comment
/* Multi-line
comment */