-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f73a73
commit f4527a7
Showing
12 changed files
with
180 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/> | ||
<title>TokenTriviaFields.toString - multiple declarations</title> | ||
<link rel="stylesheet" href="../../css/style.min.css"/> | ||
<script type="text/javascript" src="../../js/script.min.js"></script> | ||
</head> | ||
<body onload="setupDdox();"> | ||
<header></header> | ||
<nav id="main-nav"> | ||
<div> | ||
<noscript> | ||
<p style="color: red">The search functionality needs JavaScript enabled</p> | ||
</noscript> | ||
<div id="symbolSearchPane" style="display: none"> | ||
<form action="#" method="GET"> | ||
<input id="symbolSearch" type="text" name="q" placeholder="Search for symbols" autocomplete="off" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();" autofocus/> | ||
</form> | ||
<ul id="symbolSearchResults" class="symbolList" style="display: none"></ul><script type="application/javascript" src="../../symbols.js"></script><script type="application/javascript">var symbolSearchRootDir = "../../"; | ||
document.getElementById('symbolSearchPane').style.display = 'block';</script> | ||
</div> | ||
<ul class="tree-view"> | ||
<li class="tree-view "> | ||
<div class="package ">dparse | ||
</div> | ||
<ul class="tree-view"> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/ast.html">ast</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/astprinter.html">astprinter</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/entities.html">entities</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/formatter.html">formatter</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module selected"> | ||
<a href="../../dparse/lexer.html">lexer</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/parser.html">parser</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/rollback_allocator.html">rollback_allocator</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/stack_buffer.html">stack_buffer</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/strings.html">strings</a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="module "> | ||
<a href="../../dparse/trivia.html">trivia</a> | ||
</div> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="tree-view collapsed"> | ||
<div class="package ">std | ||
</div> | ||
<ul class="tree-view"> | ||
<li class="tree-view collapsed"> | ||
<div class="package ">experimental | ||
</div> | ||
<ul class="tree-view"> | ||
<li> | ||
<div class="module "> | ||
<a href="../../std/experimental/lexer.html">lexer</a> | ||
</div> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<p id="main-nav-footer"> | ||
Built with | ||
<a href="https://github.com/MartinNowak/scod">scod</a> | ||
</p> | ||
</nav> | ||
<div id="main-contents"> | ||
<div> | ||
<h1>TokenTriviaFields.toString - multiple declarations</h1> | ||
<nav class="page-nav"> | ||
<ul> | ||
<li> | ||
<a href="#0"> | ||
Function <code>TokenTriviaFields.toString</code> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#1"> | ||
Function <code>TokenTriviaFields.toString</code> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav><h2 id="0">Function TokenTriviaFields.toString</h2><p></p> | ||
<div class="prototype"> | ||
<code class="lang-d"> | ||
<div class="single-prototype"> | ||
<span class="typ">string</span> <span class="pln">toString</span><span class="pun">(</span><span class="pun">)</span><span class="pln"> </span><span class="kwd">const pure @safe</span><span class="pun">;</span> | ||
</div> | ||
</code> | ||
</div> | ||
|
||
<h2 id="1">Function TokenTriviaFields.toString</h2><p></p> | ||
<div class="prototype"> | ||
<code class="lang-d"> | ||
<div class="single-prototype"> | ||
<span class="typ">void</span> <span class="pln">toString</span>(R) | ||
<span class="pun">(</span> | ||
<br/> | ||
<span class="kwd">auto ref </span><span class="pln">R</span> <span class="pln">sink</span> | ||
<br/> | ||
<span class="pun">)</span><span class="pln"> </span><span class="kwd">const</span><span class="pun">;</span> | ||
</div> | ||
</code> | ||
</div> | ||
|
||
|
||
</div> | ||
<footer> | ||
<div id="license-info"> | ||
|
||
|
||
|
||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.