Tools/px_process_module_doc.py: add script to extract documentation

And turn it into a markdown page.
It also does some simple validation, to check that the getopt() arguments
match the documentation.
This commit is contained in:
Beat Küng
2017-05-02 16:05:15 +02:00
parent c22b79ece5
commit 6c9574b336
6 changed files with 646 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
__all__ = ["srcscanner", "srcparser"]