Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 837 Bytes

@lpc-lang/bedoc

An LPC parser for BeDoc, a powerful, pluggable documentation generator designed to handle any programming language and output format.

This parser uses the lpc-lang language parser library from the LPC Language Server project to parse LPC code, extract function declarations, and generate documentation from their signature and LPCDoc comments.

A markdown printer is included to generate markdown documentation from the parsed data.

Installation

Install from npm:

npm install -g @lpc-lang/bedoc

Use

For information on how to use this parser, see the official BeDoc documentation.