diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 10:35:43 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 10:35:43 +0000 |
commit | b78a990270fe41d582ae22b7f42df292428ec74b (patch) | |
tree | 9dcece10ab0e1a5c8e012ac7ccb5d4db71fec4ac /modules/search | |
parent | 0ab0b1d65f494dbef7f2152b789c721711000001 (diff) | |
download | brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.gz brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.bz2 |
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.admin.inc | 4 | ||||
-rw-r--r-- | modules/search/search.module | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/search/search.admin.inc b/modules/search/search.admin.inc index 2b8726ec3..6e57c653e 100644 --- a/modules/search/search.admin.inc +++ b/modules/search/search.admin.inc @@ -30,8 +30,8 @@ function search_wipe_confirm_submit(&$form, &$form_state) { * Menu callback; displays the search module settings page. * * @ingroup forms - * @see system_settings_form(). - * @see search_admin_settings_validate(). + * @see system_settings_form() + * @see search_admin_settings_validate() */ function search_admin_settings() { // Collect some stats diff --git a/modules/search/search.module b/modules/search/search.module index 335aafbf2..56bb1baa8 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1049,8 +1049,8 @@ function search_form(&$form_state, $action = '', $keys = '', $type = NULL, $prom * Form builder; Output a search form for the search block and the theme's search box. * * @ingroup forms - * @see search_box_form_submit(). - * @see theme_search_box_form(). + * @see search_box_form_submit() + * @see theme_search_box_form() */ function search_box(&$form_state, $form_id) { $form[$form_id] = array( |