~mrms/mmdoc

Universal documentation generator
Add term export option
Fix freadall usage

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mrms/mmdoc
read/write
git@git.sr.ht:~mrms/mmdoc

You can also use your local clone with git send-email.

#mmdoc

mmdoc is an universal documentation generator. It can export to markdown or html.

#example:


//~~int add
Adds two ints and returns the result.
int add(int a, int b) {
//~~
	return a + b;
}

This will produce following result:

#int add

int add(int a, int b) {

Adds two ints and returns the result.


#install instructions

The script has no dependencies, so just run it with Umka.

#license

Licensed under the terms in the LICENSE file in the root of the repo.