diff options
author | Lars Thorsen <[email protected]> | 2010-10-01 15:23:01 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2010-10-20 15:25:42 +0200 |
commit | 85ce3f39ba8e131d8b13ca5ade4836e703b4d041 (patch) | |
tree | 848ccf69c15bc6234e05ca9fc9af8ad7674a9a7c /system/doc/top/src/erl_html_tools.erl | |
parent | c09fa792fad151f43cd3fa3d998b666a91badc5e (diff) | |
download | otp-85ce3f39ba8e131d8b13ca5ade4836e703b4d041.tar.gz otp-85ce3f39ba8e131d8b13ca5ade4836e703b4d041.tar.bz2 otp-85ce3f39ba8e131d8b13ca5ade4836e703b4d041.zip |
Fix that the documentation top index generator can handle an Ericsson internal application group
Diffstat (limited to 'system/doc/top/src/erl_html_tools.erl')
-rw-r--r-- | system/doc/top/src/erl_html_tools.erl | 3 |
1 files changed, 2 insertions, 1 deletions
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() -> |