Implementing new features
This commit is contained in:
+4
-1
@@ -11,6 +11,7 @@ import sys
|
||||
from argparse import ArgumentParser
|
||||
|
||||
import autodoc
|
||||
from configdb import ConfigDB
|
||||
|
||||
__version__ = "0.0.0"
|
||||
|
||||
@@ -78,7 +79,9 @@ def main():
|
||||
filename = args.output
|
||||
else:
|
||||
filename = os.path.splitext(os.path.basename(args.filename))[0]
|
||||
autodoc.document(filename, args, config)
|
||||
# autodoc.document(filename, args, config)
|
||||
|
||||
cfgdb = ConfigDB()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user