summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-08 06:32:19 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-08 06:32:19 +0000
commit3904790e0358270c7bbe3613781620507cf5da42 (patch)
tree0dec04ac7c0dc57d555d05aa433fe1c18a3c7f9b /includes/menu.inc
parentbea3dbb77574cb5b4274c318b01443d640d5c87b (diff)
downloadbrdo-3904790e0358270c7bbe3613781620507cf5da42.tar.gz
brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.bz2
- Tidied up the DoxyGen comments. Patch by Kjartan.
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 55bece1f3..3274fdea4 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -49,8 +49,8 @@ function menu_get_active_item() {
}
/**
-* Returns the title of the active menu item.
-*/
+ * Returns the title of the active menu item.
+ */
function menu_get_active_title() {
global $_list;
@@ -60,8 +60,8 @@ function menu_get_active_title() {
}
/**
-* Returns the help associated with the active menu item.
-*/
+ * Returns the help associated with the active menu item.
+ */
function menu_get_active_help() {
$path = $_GET["q"];
$output = "";