~m15a/fnldoc#11: 
Show module name in markdown level-1 heading

In module documentation, currently the level-1 heading (# ) can be the file name or specified in .fenneldoc. It would be nicer if it can detect the module name (e.g., a.b.c) and insert it into the level-1 heading.

For doing this, a problem is that the same module name space may have functions file init.fnl and macros file init-macros.fnl. Therefore, before doing this, #5 would be mandatory. After that, we can merge metadata in both init.fnl and init-macros.fnl.

Status
REPORTED
Submitter
~m15a
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
1 year, 2 months ago
Labels
feat

~m15a 1 year, 2 months ago

Another problem here. If a namespace has init.fnl and init-macros.fnl, how to combine two module descriptions? It needs design.

Register here or Log in to comment, or comment via email.