Packages

Alternative Erlang documentation builder.

Current section

Files

Jump to
erldocs include erldocs.hrl
Raw

include/erldocs.hrl

%% Copyright © 2015 Pierre Fenoll ‹pierrefenoll@gmail.com›
%% See LICENSE for licensing information.
%% -*- coding: utf-8 -*-
%% http://erlang.org/pipermail/erlang-questions/2005-October/017419.html
-define(ERLDOCS_XMERL_ETS_TABLE, erldocs_xmerl_ets_table).
%% The directory in which erldocs puts its specs_*.xml
-define(ERLDOCS_SPECS_TMP, ".xml").
%% End of File.