Fixed option validation error

Fixed error on validation that block javascript documentation generation.
parent befad8f7
...@@ -164,7 +164,7 @@ def main(): ...@@ -164,7 +164,7 @@ def main():
p.add_option("-t", "--type", p.add_option("-t", "--type",
action='store', action='store',
dest='type', dest='type',
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown'], choices=['html', 'latex', 'man', 'rst', 'json', 'markdown', 'js'],
default='latex', default='latex',
help="Output type") help="Output type")
p.add_option("-m", "--module", p.add_option("-m", "--module",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment