diff --git a/build-aux/__gendoc.py b/build-aux/__gendoc.py index d5583bb..818656e 100644 --- a/build-aux/__gendoc.py +++ b/build-aux/__gendoc.py @@ -46,6 +46,35 @@ import sys import os +header = ''' + + + + + + + +
+
+

+'''
+
+footer = '''
+
+
+ + +''' + +entry = ''' +%s // %s +''' + +# TODO: read all files +# TODO: Parse for /*- -*/ +# TODO: Add entry to entries arr + def main(args): print(f"call {args[0]}") return 0