diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-05-16 01:23:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-05-16 01:23:31 +0000 |
commit | 9d4dea4e55d985ea17ea48d61a3166da7f2f1a9f (patch) | |
tree | b3defbfa7a04c3ac965c804409bf9a8df6fe660d | |
parent | f163d2e01b29bc88a77eab24e3a0e47191d7c092 (diff) | |
download | brdo-9d4dea4e55d985ea17ea48d61a3166da7f2f1a9f.tar.gz brdo-9d4dea4e55d985ea17ea48d61a3166da7f2f1a9f.tar.bz2 |
- Patch #258475 by alpritt: Doxygen improvements.
-rw-r--r-- | includes/common.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/common.inc b/includes/common.inc index fdb51571a..32b290b4e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1406,23 +1406,23 @@ function drupal_attributes($attributes = array()) { * used as is. * @param $options * An associative array of additional options, with the following keys: - * 'attributes' + * - 'attributes' * An associative array of HTML attributes to apply to the anchor tag. - * 'query' + * - 'query' * A query string to append to the link, or an array of query key/value * properties. - * 'fragment' + * - 'fragment' * A fragment identifier (named anchor) to append to the link. * Do not include the '#' character. - * 'absolute' (default FALSE) + * - 'absolute' (default FALSE) * Whether to force the output to be an absolute link (beginning with * http:). Useful for links that will be displayed outside the site, such * as in an RSS feed. - * 'html' (default FALSE) + * - 'html' (default FALSE) * Whether the title is HTML, or just plain-text. For example for making * an image a link, this must be set to TRUE, or else you will see the * escaped HTML. - * 'alias' (default FALSE) + * - 'alias' (default FALSE) * Whether the given path is an alias already. * @return * an HTML string containing a link to the given path. |