attention: Document this module.
This commit is contained in:
parent
2a22902408
commit
d6ae1fbfb7
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
generate_empty_element!(Attention, "attention", ATTENTION);
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
|
generate_empty_element!(
|
||||||
|
/// Requests the attention of the recipient.
|
||||||
|
Attention, "attention", ATTENTION
|
||||||
|
);
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
Loading…
Reference in a new issue