summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
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 /modules/taxonomy.module
parentbea3dbb77574cb5b4274c318b01443d640d5c87b (diff)
downloadbrdo-3904790e0358270c7bbe3613781620507cf5da42.tar.gz
brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.bz2
- Tidied up the DoxyGen comments. Patch by Kjartan.
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module18
1 files changed, 8 insertions, 10 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 74a1848c9..6274798b1 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -540,12 +540,11 @@ function _taxonomy_term_children($tid) {
}
/**
- * Try to map a string to existing vocabularies.
- * Provide case insensitive and trimmed map so as to
- * maximize likelihood of successful mapping.
+ * Try to map a string to existing vocabularies. Provide case insensitive and
+ * trimmed map so as to maximize likelihood of successful mapping.
*
- * @param $name Name of the vocabulary to search
- * @return array of matching vocabularies, as objects
+ * @param $name Name of the vocabulary to search
+ * @return array of matching vocabularies, as objects
*/
function taxonomy_get_vocabulary_by_name($name) {
// LOWER is ANSI SQL-92
@@ -559,12 +558,11 @@ function taxonomy_get_vocabulary_by_name($name) {
}
/**
- * Try to map a string to existing terms
- * Provide case insensitive and trimmed map so as to
- * maximize likelihood of successful mapping.
+ * Try to map a string to existing terms Provide case insensitive and trimmed
+ * map so as to maximize likelihood of successful mapping.
*
- * @param name Name of the term to search
- * @return rray of matching terms, as objects
+ * @param name Name of the term to search
+ * @return rray of matching terms, as objects
*/
function taxonomy_get_term_by_name($name) {
// LOWER is ANSI SQL-92