-
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
521c37d
commit b9d403f
Showing
8 changed files
with
452 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
= Reference | ||
:mrdocs: | ||
|
||
[#index] | ||
== Global namespace | ||
|
||
|
||
=== Functions | ||
|
||
[cols=2] | ||
|=== | ||
| Name | Description | ||
|
||
| <<f1,`f1`>> | ||
| Brief | ||
|
||
|
||
|
||
| <<f2,`f2`>> | ||
| Brief | ||
|
||
|
||
|
||
| <<f3,`f3`>> | ||
| Brief | ||
|
||
|
||
|
||
| <<f4,`f4`>> | ||
| Brief | ||
|
||
|
||
|
||
|=== | ||
|
||
[#f1] | ||
== f1 | ||
|
||
|
||
Brief | ||
|
||
|
||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<par‐1.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
void | ||
f1(); | ||
---- | ||
|
||
=== Description | ||
|
||
|
||
|
||
=== Custom par | ||
|
||
Paragraph 1 | ||
|
||
[,cpp] | ||
---- | ||
void f1(); | ||
---- | ||
|
||
|
||
[#f2] | ||
== f2 | ||
|
||
|
||
Brief | ||
|
||
|
||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<par‐1.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
void | ||
f2(); | ||
---- | ||
|
||
=== Description | ||
|
||
|
||
|
||
=== Custom par | ||
|
||
Paragraph 2 | ||
|
||
[,cpp] | ||
---- | ||
void f2(); | ||
---- | ||
|
||
|
||
[#f3] | ||
== f3 | ||
|
||
|
||
Brief | ||
|
||
|
||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<par‐1.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
void | ||
f3(); | ||
---- | ||
|
||
=== Description | ||
|
||
|
||
|
||
=== Custom par | ||
|
||
[,cpp] | ||
---- | ||
void f3(); | ||
---- | ||
|
||
|
||
[#f4] | ||
== f4 | ||
|
||
|
||
Brief | ||
|
||
|
||
|
||
=== Synopsis | ||
|
||
|
||
Declared in `<par‐1.cpp>` | ||
|
||
[source,cpp,subs="verbatim,replacements,macros,-callouts"] | ||
---- | ||
void | ||
f4(); | ||
---- | ||
|
||
=== Description | ||
|
||
|
||
|
||
=== Custom par | ||
|
||
[,cpp] | ||
---- | ||
void f4(); | ||
---- | ||
|
||
|
||
|
||
|
||
[.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,43 @@ | ||
/** Brief | ||
@par Custom par | ||
Paragraph 1 | ||
@code | ||
void f1(); | ||
@endcode | ||
*/ | ||
void f1(); | ||
|
||
/** Brief | ||
@par Custom par | ||
Paragraph 2 | ||
@code | ||
void f2(); | ||
@endcode | ||
*/ | ||
void f2(); | ||
|
||
/** Brief | ||
@par Custom par | ||
@code | ||
void f3(); | ||
@endcode | ||
*/ | ||
void f3(); | ||
|
||
/** Brief | ||
@par Custom par | ||
@code | ||
void f4(); | ||
@endcode | ||
*/ | ||
void f4(); |
Oops, something went wrong.