src/jsdoc/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:36:00 +0000 (16:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:36:00 +0000 (16:36 +0800)
src/jsdoc/PackerRun.vala

index 4fb8c13..2200757 100644 (file)
@@ -90,6 +90,7 @@ namespace JSDOC
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        { "dump-tokens", 'k', 0, OptionArg.NONE, ref opt_dump_tokens, "Dump the tokens from a file", null },
                        { "clean-cache", 'c', 0, OptionArg.NONE, ref opt_clean_cache, "Clean up the cache after running (slower)", null },
+
                        // fixme -- keepwhite.. cleanup 
                        
                        // documentation options
@@ -103,7 +104,7 @@ namespace JSDOC
                        
                        { "doc-target", 'd', 0, OptionArg.STRING, ref opt_doc_target, "Documentation Directory target", null },
                        { "doc-template-dir", 'p', 0, OptionArg.STRING, ref opt_doc_template_dir, "Documentation Directory target", null },
-                       
+                       { "doc-private", 'p', 0, OptionArg.NONE, ref opt_doc_private, "Document Private functions", null },