summaryrefslogtreecommitdiff
path: root/src/ejabberd_config.erl
diff options
context:
space:
mode:
authorElias Rohrer <rohrer@informatik.hu-berlin.de>2016-03-07 14:47:42 +0100
committerElias Rohrer <rohrer@informatik.hu-berlin.de>2016-03-07 15:06:19 +0100
commit8e6a3010266acfafc8d9e4e64f3335d5621dad36 (patch)
tree37fa263aaf083684cee2e79815874c85d25430ce /src/ejabberd_config.erl
parentDefine opt_type required be ejabberd_config behaviour. (diff)
Fixed type specifications for 'rebar doc'
- Fixed type @specs and -specs to remove 'rebar doc' errors - Removed a lot of wrong and deprecated documentation in ejabberd_piefxis.erl
Diffstat (limited to 'src/ejabberd_config.erl')
-rw-r--r--src/ejabberd_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_config.erl b/src/ejabberd_config.erl
index 1f2eaa14..c500ee4e 100644
--- a/src/ejabberd_config.erl
+++ b/src/ejabberd_config.erl
@@ -112,7 +112,7 @@ get_env_config() ->
%% @doc Read the ejabberd configuration file.
%% It also includes additional configuration files and replaces macros.
%% This function will crash if finds some error in the configuration file.
-%% @spec (File::string()) -> #state{}.
+%% @spec (File::string()) -> #state{}
read_file(File) ->
read_file(File, [{replace_macros, true},
{include_files, true},