diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 18:09:50 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 18:13:25 +0200 |
commit | 5731f3b94f560eb2e604871609c7ea139e932ad2 (patch) | |
tree | 17d6430482274a8d46db055dfae48afc1400b50d /html-test/ref/Test.html | |
parent | 88bacd21107ef9b8d8d83d5d281a06c8ef4f2271 (diff) |
html-test: Update reference output
Diffstat (limited to 'html-test/ref/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index 4cb434ad..e493af28 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -1825,16 +1825,24 @@ using double quotes: <a href="#" >Auxiliary stuff</h1 ><div class="doc" ><p - >This is some documentation that is attached to a name ($aux1)</p + >This is some documentation that is attached to a name ($aux1) + rather than a source declaration. The documentation may be + referred to in the export list using its name.</p + ><pre + > code block in named doc</pre ></div ><div class="doc" ><p >This is some documentation that is attached to a name ($aux2)</p ></div - ><div class="doc empty" - ></div - ><div class="doc empty" - ></div + ><div class="doc" + ><pre + > code block on its own in named doc</pre + ></div + ><div class="doc" + ><pre + > code block on its own in named doc (after newline)</pre + ></div ><div class="doc" ><p >a nested, named doc comment</p @@ -1892,8 +1900,12 @@ test4</pre test2 </pre ></div - ><div class="doc empty" - ></div + ><div class="doc" + ><pre + >foo</pre + ><pre + >bar</pre + ></div ><div class="doc" ><p >This is some inline documentation in the export list</p |