8000 Update reflection.md · jinja2cpp/jinja2cpp.github.io@f92ab2e · GitHub
[go: up one dir, main page]

Skip to content

Commit f92ab2e

Browse files
authored
Update reflection.md
1 parent 3094bb1 commit f92ab2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/reflection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
layout: default
2+
layout: prev_next_page
33
title: Reflection
4-
parent: Jinja2Cpp Usage
4+
parent: JinjaC++ Usage
55
nav_order: 5
66
---
77

8-
### Reflection
8+
# Reflection
99
Let's imagine you don't want to fill the enum descriptor by hand, but want to fill it with help of some code parsing tool ([autoprogrammer](https://github.com/flexferrum/autoprogrammer) or [cppast](https://github.com/foonathan/cppast)). In this case you can define structure like this:
1010

1111
```c++

0 commit comments

Comments
 (0)
0