Skip to content

Just a little demo that comes with batteries included to easily checkout LDocs capabilities.

License

Notifications You must be signed in to change notification settings

LightYourWay/ldoc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with LDoc

Introduction

LDoc is a software documentation tool which automatically generates API documentation out of source code comments (doc comments). It is mainly targeted at Lua and documenting Lua APIs, but it can also parse C with according doc comments for documenting Lua modules implemented in C.

Prerequisites

  • install LUA 5.4 in your $PATH

Compile a documentation website

lua ldoc.lua .

checkout the Website

Dump a maschine readable format into a file

lua ldoc.lua --filter dump . > dist/api-declaration.lua 

checkout the File

About

Just a little demo that comes with batteries included to easily checkout LDocs capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published