Experimental
Related articles
LC_doc
Introduction
LC_doc is a project that aims to provide a simple, easy to use and customizable documentation generator for your projects.
LC_doc provides:
- a
lcdoc
executable that can be used to generate documentation from your source code.
- a
LC_doc
library that can be used to easily create a custom documentation generator
lcdoc
is a command line tool that takes a yaml project file as input which describes the source code and additional pages to be included in the documentation. It produces a static website that can be hosted on any web server.
Roadmap
- a basic static website generator
- parse C++ code using libclanga simple library used to parse C++ code using clang
- add more languages, for example Rust, js, Python, ...
- output parsing result
- static syntax highlighting using libclang
- ...
ciao ciao