diff options
author | Hans Bolinder <[email protected]> | 2018-01-15 12:37:18 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-01-15 12:37:18 +0100 |
commit | 43902ae7e7c03f174e4f1c2620f9d1b73a56ec65 (patch) | |
tree | ba168340f2cc55644bd67bf56f4482bee6b4dac0 /lib/stdlib/doc/src/filelib.xml | |
parent | 030070142f4128213ac1052319d19ad1926996b3 (diff) | |
parent | 39dbc655f6aa2a971019feccefa3a27273305091 (diff) | |
download | otp-43902ae7e7c03f174e4f1c2620f9d1b73a56ec65.tar.gz otp-43902ae7e7c03f174e4f1c2620f9d1b73a56ec65.tar.bz2 otp-43902ae7e7c03f174e4f1c2620f9d1b73a56ec65.zip |
Merge branch 'maint'
* maint:
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 5e631aac21..3b5be75bc0 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> @@ -296,7 +296,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 |