diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-15 10:30:07 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-15 10:30:07 +0200 |
commit | 89b52831f24e6ad94b2d763e704119829e1ddc6c (patch) | |
tree | eaf41f1aae062cf609d1ee388a9d9c3556b9aa70 /tests/html-tests/tests/DeprecatedReExport.html.ref | |
parent | 6b294a1b19bbda6124b0dc7e7929c58225c35733 (diff) |
Add description for DeprecatedReExport test
Diffstat (limited to 'tests/html-tests/tests/DeprecatedReExport.html.ref')
-rw-r--r-- | tests/html-tests/tests/DeprecatedReExport.html.ref | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/tests/html-tests/tests/DeprecatedReExport.html.ref b/tests/html-tests/tests/DeprecatedReExport.html.ref index 17988951..611c181d 100644 --- a/tests/html-tests/tests/DeprecatedReExport.html.ref +++ b/tests/html-tests/tests/DeprecatedReExport.html.ref @@ -41,6 +41,36 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ><p class="caption" >DeprecatedReExport</p ></div + ><div id="table-of-contents" + ><p class="caption" + >Contents</p + ><ul + ><li + ><a href="" + >Re-exported from an other module +</a + ></li + ><li + ><a href="" + >Re-exported from an other package +</a + ></li + ></ul + ></div + ><div id="description" + ><p class="caption" + >Description</p + ><div class="doc" + ><p + >What is tested here: +</p + ><ul + ><li + > Deprecation messages are shown for re-exported items. +</li + ></ul + ></div + ></div ><div id="synopsis" ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" >Synopsis</p @@ -54,8 +84,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ></ul ></div ><div id="interface" - ><h1 - >Documentation</h1 + ><h1 id="g:1" + >Re-exported from an other module +</h1 ><div class="top" ><p class="src" ><a name="v:foo" class="def" @@ -78,6 +109,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm </p ></div ></div + ><h1 id="g:2" + >Re-exported from an other package +</h1 + ><div class="doc" + ><p + >Not yet working, see <a href="" + >http://trac.haskell.org/haddock/ticket/223</a + > + , isEmptyChan +</p + ></div ></div ></div ><div id="footer" |