mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: fix on-line documentation syntax so that phpDocumentor can creating automatically the API doc
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70032 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
db9b53d786
commit
6b5cab8dab
@ -83,7 +83,7 @@ class CMSMenu extends Object implements Iterator, i18nEntityProvider
|
||||
/**
|
||||
* Add a navigation item to the main administration menu showing in the top bar.
|
||||
*
|
||||
* @uses {@link CMSMenu::$menu_items}
|
||||
* uses {@link CMSMenu::$menu_items}
|
||||
*
|
||||
* @param string $code Unique identifier for this menu item (e.g. used by {@link replace_menu_item()} and
|
||||
* {@link remove_menu_item}. Also used as a CSS-class for icon customization.
|
||||
|
Loading…
Reference in New Issue
Block a user