Skip to content

Commit

Permalink
boilerplate markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Mar 2, 2024
1 parent 00584f8 commit dba6782
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions reference.in/boilerplate/markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<sub>/ ->home / ->reference </sub>

**yorel::yomm2::ENTITY**<br>
<sub>defined in <yorel/yomm2/core.hpp>, also provided by<yorel/yomm2/keywords.hpp></sub>

---
```
struct ENTITY;
```

TODO

## Template parameters

**TODO** - TODO

## static member functions
| | |
| ---- | ---- |
| TODO | TODO |

### TODO

```c++
TODO
```

TODO

#### Parameters

**TODO** - TODO.

#### Return value

TODO.

#### Errors

* TODO


### Example


```c++
#include <yorel/yomm2/keywords.hpp>

// for brevity
using namespace yorel::yomm2;

BOOST_AUTO_TEST_CASE(ref_TODO) {
TODO
}
```

0 comments on commit dba6782

Please sign in to comment.