Browse code

Fixes docs generation

Fabiano Franz authored on 2016/09/27 07:48:22
Showing 1 changed files
... ...
@@ -4,14 +4,14 @@
4 4
 toc::[]
5 5
 
6 6
 {{range .items}}
7
-== {{.Object.fullName}}
8
-{{.Object.description}}
7
+== {{.fullName}}
8
+{{.description}}
9 9
 
10 10
 ====
11 11
 
12 12
 [options="nowrap"]
13 13
 ----
14
-{{.Object.examples}}
14
+{{.examples}}
15 15
 ----
16 16
 ====
17 17