diff options
author | Henrik Nord <[email protected]> | 2012-07-18 11:00:42 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-07-18 11:00:47 +0200 |
commit | 3ad520ad95e79fe5dc63f017f37f043e5a84e3e8 (patch) | |
tree | 8877697620eac37c56b2fe33b720901506d226ec /lib/compiler/doc | |
parent | e10b54d9b94c5deb821a708a5ae7e72d34fd0f14 (diff) | |
parent | 2d785c07fbf9f533bf4627a65315a51c3efc2113 (diff) | |
download | otp-3ad520ad95e79fe5dc63f017f37f043e5a84e3e8.tar.gz otp-3ad520ad95e79fe5dc63f017f37f043e5a84e3e8.tar.bz2 otp-3ad520ad95e79fe5dc63f017f37f043e5a84e3e8.zip |
Merge branch 'jv/forms-source' into maint
* jv/forms-source:
Allow the source to be set when compiling forms
OTP-10150
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index b577e5ca4f..be9eb1cd75 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -294,6 +294,12 @@ module.beam: module.erl \ describing what it is doing.</p> </item> + <tag><c>{source,FileName}</c></tag> + <item> + <p>Sets the value of the source, as returned by + <c>module_info(compile)</c>.</p> + </item> + <tag><c>{outdir,Dir}</c></tag> <item> <p>Sets a new directory for the object code. The current |