From 7e8e435fc04623caefbd1a9e7ce3ce57690753ea Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang-solutions.com> Date: Thu, 8 Aug 2013 11:39:15 +0200 Subject: stdlib: Include file:all datatypes in filelib --- lib/stdlib/doc/src/filelib.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml index bd780b2b2f..d24d17be80 100644 --- a/lib/stdlib/doc/src/filelib.xml +++ b/lib/stdlib/doc/src/filelib.xml @@ -49,6 +49,12 @@ <datatype> <name name="dirname"/> </datatype> + <datatype> + <name name="dirname_all"/> + </datatype> + <datatype> + <name name="filename_all"/> + </datatype> </datatypes> <funcs> -- cgit v1.2.3