diff options
Diffstat (limited to 'html-test/ref/IgnoreExports.html')
| -rw-r--r-- | html-test/ref/IgnoreExports.html | 32 | 
1 files changed, 17 insertions, 15 deletions
| diff --git a/html-test/ref/IgnoreExports.html b/html-test/ref/IgnoreExports.html index 686fac7a..abfc0497 100644 --- a/html-test/ref/IgnoreExports.html +++ b/html-test/ref/IgnoreExports.html @@ -39,22 +39,24 @@  	>IgnoreExports</p  	></div        ><div id="synopsis" -      ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" -	>Synopsis</p -	><ul id="section.syn" class="hide" onclick="toggleSection('syn')" -	><li class="src short" -	  ><a href="#" -	    >foo</a -	    > :: <a href="#" -	    >Int</a -	    ></li +      ><details id="syn" +	><summary +	  >Synopsis</summary +	  ><ul class="details-toggle" data-details-id="syn"  	  ><li class="src short" -	  ><a href="#" -	    >bar</a -	    > :: <a href="#" -	    >Int</a -	    ></li -	  ></ul +	    ><a href="#" +	      >foo</a +	      > :: <a href="#" +	      >Int</a +	      ></li +	    ><li class="src short" +	    ><a href="#" +	      >bar</a +	      > :: <a href="#" +	      >Int</a +	      ></li +	    ></ul +	  ></details  	></div        ><div id="interface"        ><h1 | 
