Fixed option validation error

Fixed error on validation that block javascript documentation generation.
pull/2527/head
Marco Vito Moscaritolo 12 years ago
parent befad8f71f
commit a53259a797

@ -164,7 +164,7 @@ def main():
p.add_option("-t", "--type",
action='store',
dest='type',
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown'],
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown', 'js'],
default='latex',
help="Output type")
p.add_option("-m", "--module",

Loading…
Cancel
Save