Mercurial > pidgin
comparison libpurple/xmlnode.h @ 21457:eb0f36c3a58f
Get rid of a few silly doxygen warnings
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 12 Nov 2007 08:27:56 +0000 |
| parents | 78f3361f5e62 |
| children | 84c7bb2ca41f 774ef2a2e7f8 efde7e6ed5f2 |
comparison
equal
deleted
inserted
replaced
| 21456:cc0df68f6fa9 | 21457:eb0f36c3a58f |
|---|---|
| 156 void xmlnode_set_attrib(xmlnode *node, const char *attr, const char *value); | 156 void xmlnode_set_attrib(xmlnode *node, const char *attr, const char *value); |
| 157 | 157 |
| 158 /** | 158 /** |
| 159 * Sets a prefixed attribute for a node | 159 * Sets a prefixed attribute for a node |
| 160 * | 160 * |
| 161 * @param node The node to set an attribute for. | 161 * @param node The node to set an attribute for. |
| 162 * @param attr The name of the attribute to set | 162 * @param attr The name of the attribute to set |
| 163 * @param xmlns The prefix of the attribute to ste | 163 * @param prefix The prefix of the attribute to ste |
| 164 * @param value The value of the attribute | 164 * @param value The value of the attribute |
| 165 */ | 165 */ |
| 166 void xmlnode_set_attrib_with_prefix(xmlnode *node, const char *attr, const char *prefix, const char *value); | 166 void xmlnode_set_attrib_with_prefix(xmlnode *node, const char *attr, const char *prefix, const char *value); |
| 167 | 167 |
| 168 /** | 168 /** |
| 169 * Sets a namespaced attribute for a node | 169 * Sets a namespaced attribute for a node |
| 230 const char *xmlnode_get_namespace(xmlnode *node); | 230 const char *xmlnode_get_namespace(xmlnode *node); |
| 231 | 231 |
| 232 /** | 232 /** |
| 233 * Sets the prefix of a node | 233 * Sets the prefix of a node |
| 234 * | 234 * |
| 235 * @param node The node to qualify | 235 * @param node The node to qualify |
| 236 * @param xmlns The prefix of the node | 236 * @param prefix The prefix of the node |
| 237 */ | 237 */ |
| 238 void xmlnode_set_prefix(xmlnode *node, const char *prefix); | 238 void xmlnode_set_prefix(xmlnode *node, const char *prefix); |
| 239 | 239 |
| 240 /** | 240 /** |
| 241 * Returns the prefix of a node | 241 * Returns the prefix of a node |
