From 85ce3f39ba8e131d8b13ca5ade4836e703b4d041 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Fri, 1 Oct 2010 15:23:01 +0200 Subject: Fix that the documentation top index generator can handle an Ericsson internal application group --- system/doc/top/src/erl_html_tools.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/doc/top/src') diff --git a/system/doc/top/src/erl_html_tools.erl b/system/doc/top/src/erl_html_tools.erl index fef56331fc..599268804e 100644 --- a/system/doc/top/src/erl_html_tools.erl +++ b/system/doc/top/src/erl_html_tools.erl @@ -40,7 +40,8 @@ group_order() -> {test, "Test"}, {doc, "Documentation"}, {orb, "Object Request Broker & IDL"}, - {misc, "Miscellaneous"} + {misc, "Miscellaneous"}, + {eric, "Ericsson Internal"} ]. top_index() -> -- cgit v1.2.3