From 012823a32a925a26a127e65341dfeef5a9b32690 Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 29 May 2014 17:40:11 -0400 Subject: [PATCH] Update menu documentation to be accurate --- docs/content/extras/menus.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md index 070729c00..d557451d4 100644 --- a/docs/content/extras/menus.md +++ b/docs/content/extras/menus.md @@ -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