aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
diff options
context:
space:
mode:
authorDongie Agnir <dongie.agnir@gmail.com>2015-10-12 18:01:56 -1000
committerDongie Agnir <dongie.agnir@gmail.com>2015-10-12 18:01:56 -1000
commit61fe89d0e18469b80e6a2f48883fe358ac497aac (patch)
tree626d2f13caf95e9d7b131b81cc217bd987250d47 /components/script/dom
parenteb7039d04d4c83800ba9d92dc251222f79b83040 (diff)
downloadservo-61fe89d0e18469b80e6a2f48883fe358ac497aac.tar.gz
servo-61fe89d0e18469b80e6a2f48883fe358ac497aac.zip
Add newline so code sample is parsed correctly.
Diffstat (limited to 'components/script/dom')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index c5437e136cc..05d89c232df 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -58,6 +58,7 @@
//! the derived type enum should
//! use one addititional type (the parent class) because sometimes the parent
//! can be the most-derived class of an object.
+//!
//! ```ignore
//! pub enum EventTypeId {
//! UIEvent(UIEventTypeId),