summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 15:13:42 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2018-04-18 00:36:28 +0200
commitb0501a64787ee9e7dea39faf5b1103aa59ea2b71 (patch)
tree4908833effe8fb06d8199fb99010576cc916576d /src
parent0dc43d01c167e020656774849c40a7349e7e5b0f (diff)
Add module doc for uda.rs
Diffstat (limited to 'src')
-rw-r--r--src/uda.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uda.rs b/src/uda.rs
index 539bfe7..1869b20 100644
--- a/src/uda.rs
+++ b/src/uda.rs
@@ -1,3 +1,5 @@
+//! Module containing the types for User Defined Attributes (UDA)
+
/// UDA Name
#[derive(Clone, Debug, Eq, PartialEq, PartialOrd, Ord, Hash)]
pub struct UDAName(String);