diff options
author | Hans Bolinder <[email protected]> | 2018-01-15 12:28:31 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-01-15 12:28:31 +0100 |
commit | 39dbc655f6aa2a971019feccefa3a27273305091 (patch) | |
tree | 974dfb1b09f466f5b3718e2b17e3f86682e36e7b /lib/stdlib/doc/src/filelib.xml | |
parent | 6770fa479205c7eb468cb854ae087859b6603bcd (diff) | |
parent | 36b19c153fba7c41ab1da9c9e8bc6e685da1fd95 (diff) | |
download | otp-39dbc655f6aa2a971019feccefa3a27273305091.tar.gz otp-39dbc655f6aa2a971019feccefa3a27273305091.tar.bz2 otp-39dbc655f6aa2a971019feccefa3a27273305091.zip |
Merge branch 'hasse/stdlib/find_src/OTP-14832/ERL-527' into maint
* hasse/stdlib/find_src/OTP-14832/ERL-527:
stdlib: Correct a filelib test case
stdlib: Let filelib:find_source() search subdirs
Diffstat (limited to 'lib/stdlib/doc/src/filelib.xml')
-rw-r--r-- | lib/stdlib/doc/src/filelib.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml index 80c4acffdb..11762a3c5a 100644 --- a/lib/stdlib/doc/src/filelib.xml +++ b/lib/stdlib/doc/src/filelib.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2003</year><year>2017</year> + <year>2003</year><year>2018</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -267,7 +267,7 @@ filelib:wildcard("lib/**/*.{erl,hrl}")</code> for a file with the extension <c>.beam</c>, the default rule is to look for a file with a corresponding extension <c>.erl</c> by replacing the suffix <c>"ebin"</c> of the object directory path with - <c>"src"</c>. + <c>"src"</c> or <c>"src/*"</c>. The file search is done through <seealso marker="#find_file/3"><c>find_file/3</c></seealso>. The directory of the object file is always tried before any other directory specified |