Update menu documentation to be accurate
authorspf13 <steve.francia@gmail.com>
Thu, 29 May 2014 21:40:11 +0000 (17:40 -0400)
committerspf13 <steve.francia@gmail.com>
Thu, 29 May 2014 22:45:21 +0000 (18:45 -0400)
docs/content/extras/menus.md

index 070729c004617364af21ba13e56be7c23af64d8d..d557451d416bb291df8a4079693ed8d7548e9ed7 100644 (file)
@@ -37,12 +37,14 @@ A menu entry has the following properties:
 * **Parent**     string
 * **Children**   Menu
 
+And the following functions:
+
+* **HasChildren** bool
 
 Additionally there are some relevant functions available on the page:
 
- * **HasChildren** bool
- * **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool
- * **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool
+* **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool
+* **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool
 
 
 ## Adding content to menus