From 7d672e4ee4ceb693267f22701388d060d5f19a87 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Fri, 19 Mar 2010 19:45:24 +0200 Subject: stdlib: Add declarations for exported types --- lib/stdlib/src/digraph.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/stdlib/src/digraph.erl') diff --git a/lib/stdlib/src/digraph.erl b/lib/stdlib/src/digraph.erl index 9bdea671a9..e1d5706adc 100644 --- a/lib/stdlib/src/digraph.erl +++ b/lib/stdlib/src/digraph.erl @@ -36,6 +36,8 @@ -export([get_short_path/3, get_short_cycle/2]). +-export_type([d_type/0, vertex/0]). + -record(digraph, {vtab = notable :: ets:tab(), etab = notable :: ets:tab(), ntab = notable :: ets:tab(), -- cgit v1.2.3