lib/sprout/tasks/asdoc_task.rb in sprout-as3-bundle-1.0.14 vs lib/sprout/tasks/asdoc_task.rb in sprout-as3-bundle-1.0.20

- old
+ new

@@ -80,10 +80,11 @@ This option works the same way as does the -include-namespaces option for the compc component compiler. For more information, see Using the component compiler. (http://livedocs.adobe.com/flex/201/html/compilers_123_31.html#162910) EOF end add_param(:doc_sources, :paths) do |p| + p.preprocessable = true p.description =<<EOF A list of files that should be documented. If a directory name is in the list, it is recursively searched. This option works the same way as does the -include-sources option for the compc component compiler. For more information, see Using the component compiler (http://livedocs.adobe.com/flex/201/html/compilers_123_31.html#162910). EOF @@ -177,9 +178,10 @@ asdoc -doc-sources my_dir -output myDoc -package com.my.business "Contains business classes and interfaces" -package com.my.commands "Contains command base classes and interfaces" EOF end add_param(:source_path, :paths) do |p| + p.preprocessable = true p.description =<<EOF Adds directories or files to the source path. The Flex compiler searches directories in the source path for MXML or AS source files that are used in your Flex applications and includes those that are required at compile time. You can use wildcards to include all files and subdirectories of a directory.