diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html index 26d3724c33..066c651cbb 100644 --- a/index.html +++ b/index.html @@ -418,6 +418,7 @@ menu.subMenus[2].addItem("site","window.open('http://jakarta.apache.org/poi/')") menu.subMenus[2].addItem("local","window.open('./build/docs/index.html')"); menu.subMenus[2].addItem("local javadocs","window.open('./build/docs/javadocs/index.html')"); menu.subMenus[2].addItem("test results","window.open('./build/docs/test/index.html')"); +menu.subMenus[2].addItem("code metrics","window.open('./build/docs/metrics/jdepend-report.html')"); menu.subMenus[3].addItem("module.xml","window.open('module.xml')"); menu.subMenus[3].addItem("layout.xml","window.open('layout.xml')"); |