Makefile shell doc/README generator Or Markdown Aggregator
I'm building a warehouse system with a set of scripts and SQL query driven
by a makefile. I'm find really hard to keep the document up to date.
I was thinking , instead of trying to keep up to date a README or a doc,
that it would be much more easier to insert some documentation in each
file and then have a tool parsing every file and gathering all the
information in one file.
I know there are plenty of such tools which exists for every language
(like Doxygen or RDoc) but most of them are langage specific. Is there any
doc generator which could be used straight away with that type of file
(and this with the minimum configuration) ?
Basically I don't need anything specific to any langage (excpet from the
comment) I just want to be able to document Files and Directory structure.
A sort of Markdown aggregator would be fine.
No comments:
Post a Comment