-
Notifications
You must be signed in to change notification settings - Fork 17
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
fcb6ce3
commit eaa6390
Showing
7 changed files
with
284 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
= Reference | ||
:mrdocs: | ||
|
||
[#index] | ||
== Global namespace | ||
|
||
|
||
=== Types | ||
|
||
[cols=2] | ||
|=== | ||
| Name | Description | ||
|
||
| <<A,`A`>> | ||
| A brief for A. | ||
|
||
| <<B,`B`>> | ||
| A brief for B | ||
|
||
|=== | ||
=== Functions | ||
|
||
[cols=2] | ||
|=== | ||
| Name | Description | ||
|
||
| <<f,`f`>> | ||
| A brief for f. | ||
|
||
|=== | ||
|
||
[#A] | ||
== A | ||
|
||
|
||
A brief for A. | ||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<relates.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
struct A; | ||
---- | ||
|
||
|
||
|
||
|
||
=== Related functions | ||
|
||
[cols=2] | ||
|=== | ||
| Name | Description | ||
|
||
| <<f,`f`>> | ||
| A brief for f. | ||
|
||
|=== | ||
|
||
[#B] | ||
== B | ||
|
||
|
||
A brief for B | ||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<relates.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
struct B; | ||
---- | ||
|
||
|
||
|
||
|
||
[#f] | ||
== f | ||
|
||
|
||
A brief for f. | ||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<relates.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
void | ||
f(); | ||
---- | ||
|
||
=== Description | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
[.small]#Created with https://www.mrdocs.com[MrDocs]# |
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,121 @@ | ||
<html lang="en"> | ||
<head> | ||
<title>Reference</title> | ||
</head> | ||
<body> | ||
<div> | ||
<h1>Reference</h1> | ||
<div> | ||
<div> | ||
<h2 id="index">Global namespace</h2> | ||
</div> | ||
<h2>Types</h2> | ||
<table style="table-layout: fixed; width: 100%;"> | ||
<thead> | ||
<tr> | ||
<th>Name</th><th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="#A"><code>A</code></a> </td><td><span><span>A brief for A.</span></span> | ||
|
||
</td></tr><tr> | ||
<td><a href="#B"><code>B</code></a> </td><td><span><span>A brief for B</span></span> | ||
|
||
</td></tr> | ||
</tbody> | ||
</table> | ||
<h2>Functions</h2> | ||
<table style="table-layout: fixed; width: 100%;"> | ||
<thead> | ||
<tr> | ||
<th>Name</th><th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="#f"><code>f</code></a> </td><td><span><span>A brief for f.</span></span> | ||
|
||
</td></tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div> | ||
<div> | ||
<h2 id="A">A</h2> | ||
<div> | ||
<span><span>A brief for A.</span></span> | ||
|
||
|
||
</div> | ||
</div> | ||
<div> | ||
<h3>Synopsis</h3> | ||
<div> | ||
Declared in <code><relates.cpp></code></div> | ||
<pre> | ||
<code class="source-code cpp"> | ||
struct A; | ||
</code> | ||
</pre> | ||
</div> | ||
|
||
|
||
</div> | ||
<div> | ||
<div> | ||
<h2 id="B">B</h2> | ||
<div> | ||
<span><span>A brief for B</span></span> | ||
|
||
|
||
</div> | ||
</div> | ||
<div> | ||
<h3>Synopsis</h3> | ||
<div> | ||
Declared in <code><relates.cpp></code></div> | ||
<pre> | ||
<code class="source-code cpp"> | ||
struct B; | ||
</code> | ||
</pre> | ||
</div> | ||
|
||
|
||
</div> | ||
<div> | ||
<div> | ||
<h2 id="f">f</h2> | ||
<div> | ||
<span><span>A brief for f.</span></span> | ||
|
||
|
||
</div> | ||
</div> | ||
<div> | ||
<h3>Synopsis</h3> | ||
<div> | ||
Declared in <code><relates.cpp></code></div> | ||
<pre> | ||
<code class="source-code cpp"> | ||
void | ||
f(); | ||
</code> | ||
</pre> | ||
</div> | ||
<div> | ||
<h3>Description</h3> | ||
<p></p> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
<div> | ||
<h4>Created with <a href="https://www.mrdocs.com">MrDocs</a></h4> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mrdocs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://github.com/cppalliance/mrdocs/raw/develop/mrdocs.rnc"> | ||
<namespace id="//////////////////////////8="> | ||
<struct name="A" id="YrPSaKAbmXgzCAX5WByx4eVoqBM="> | ||
<file short-path="relates.cpp" source-path="relates.cpp" line="3" class="def"/> | ||
<doc> | ||
<brief> | ||
<text>A brief for A.</text> | ||
</brief> | ||
</doc> | ||
</struct> | ||
<struct name="B" id="3JsK1DO0O+wZhv+0meptQrbs3fY="> | ||
<file short-path="relates.cpp" source-path="relates.cpp" line="7" class="def"/> | ||
<doc> | ||
<brief> | ||
<text>A brief for B</text> | ||
</brief> | ||
</doc> | ||
</struct> | ||
<function name="f" id="s6nsa+zVhpzzrN+yUVPP5rvdXqs="> | ||
<file short-path="relates.cpp" source-path="relates.cpp" line="13"/> | ||
<doc> | ||
<brief> | ||
<text>A brief for f.</text> | ||
</brief> | ||
<para> | ||
<relates id="YrPSaKAbmXgzCAX5WByx4eVoqBM=">A</relates> | ||
</para> | ||
</doc> | ||
</function> | ||
</namespace> | ||
</mrdocs> |
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
Oops, something went wrong.