From ddd284352ac9c8921ec7447faef20a58019e4884 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 10 May 2013 16:29:02 -0400 Subject: [PATCH] Docs: note that source generators can generate Scala and Java sources together. --- src/sphinx/Howto/generatefiles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Howto/generatefiles.rst b/src/sphinx/Howto/generatefiles.rst index 2cd4f8878..3d441f39c 100644 --- a/src/sphinx/Howto/generatefiles.rst +++ b/src/sphinx/Howto/generatefiles.rst @@ -37,7 +37,7 @@ As a specific example, the following generates a hello world source file: Executing 'run' will print "Hi". Change ``Compile`` to ``Test`` to make it a test source. For efficiency, you would only want to generate sources when necessary and not every run. -By default, generated sources are not included in the packaged source artifact. To do so, add them as you would other mappings. See :ref:`Adding files to a package `. +By default, generated sources are not included in the packaged source artifact. To do so, add them as you would other mappings. See :ref:`Adding files to a package `. A source generator can return both Java and Scala sources mixed together in the same sequence. They will be distinguished by their extension later. .. howto:: :id: resources