Update menu documentation to be accurate

This commit is contained in:
spf13 2014-05-29 17:40:11 -04:00
parent b9bba2b977
commit 012823a32a

View 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