[dartdoc] Update reference docs
diff --git a/sdk/dart/package-fidl_fidl/ArrayType-class.md b/sdk/dart/package-fidl_fidl/ArrayType-class.md
index 8ddf2f6..355d8d2 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType-class.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ArrayType/decode.md b/sdk/dart/package-fidl_fidl/ArrayType/decode.md
index f917341..e05b42f 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType/decode.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType/decode.md
@@ -14,7 +14,7 @@
 I decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ArrayType/element.md b/sdk/dart/package-fidl_fidl/ArrayType/element.md
index 4787e55..8c517b3 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType/element.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType/element.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;T, I> element
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ArrayType/elementCount.md b/sdk/dart/package-fidl_fidl/ArrayType/elementCount.md
index 161b258..98e0bb9 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType/elementCount.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType/elementCount.md
@@ -10,7 +10,7 @@
 
 int elementCount
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ArrayType/encode.md b/sdk/dart/package-fidl_fidl/ArrayType/encode.md
index ba1e029..031a14f 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType/encode.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ArrayType/inlineSize.md b/sdk/dart/package-fidl_fidl/ArrayType/inlineSize.md
index e489270..e85fdfc 100644
--- a/sdk/dart/package-fidl_fidl/ArrayType/inlineSize.md
+++ b/sdk/dart/package-fidl_fidl/ArrayType/inlineSize.md
@@ -12,7 +12,7 @@
 
 int inlineSize
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding-class.md b/sdk/dart/package-fidl_fidl/AsyncBinding-class.md
index f5798ad..677a3b3 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding-class.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding-class.md
@@ -30,7 +30,7 @@
 
 
 The name of the interface <code>T</code> as a string.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 The implementation of <code>T</code> bound using this object.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 Is this interface bound?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 Is this interface closed?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 Is this interface unbound?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 Gets the current state.  
-_<span class="feature read / write">read / write</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read / write</span><span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 A stream of state changes.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 A future that completes when the interface becomes bound.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 A future that completes when the interface is closed.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -160,7 +160,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -178,7 +178,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -209,7 +209,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/$interfaceName.md b/sdk/dart/package-fidl_fidl/AsyncBinding/$interfaceName.md
index 28f5000..16c6baa 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/$interfaceName.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/$interfaceName.md
@@ -10,7 +10,7 @@
 
 String $interfaceName
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/hashCode.md b/sdk/dart/package-fidl_fidl/AsyncBinding/hashCode.md
index 2238093..8c10c92 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/isBound.md b/sdk/dart/package-fidl_fidl/AsyncBinding/isBound.md
index 20370b4..618181a 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/isBound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/isBound.md
@@ -12,7 +12,7 @@
 
 bool isBound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/isClosed.md b/sdk/dart/package-fidl_fidl/AsyncBinding/isClosed.md
index b786f4b..76a628b 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/isClosed.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/isClosed.md
@@ -12,7 +12,7 @@
 
 bool isClosed
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/isUnbound.md b/sdk/dart/package-fidl_fidl/AsyncBinding/isUnbound.md
index e655852..10baa02 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/isUnbound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/isUnbound.md
@@ -12,7 +12,7 @@
 
 bool isUnbound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/noSuchMethod.md b/sdk/dart/package-fidl_fidl/AsyncBinding/noSuchMethod.md
index 4dab9e1..7ea3a09 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/operator_equals.md b/sdk/dart/package-fidl_fidl/AsyncBinding/operator_equals.md
index 920dadc..59237c7 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/runtimeType.md b/sdk/dart/package-fidl_fidl/AsyncBinding/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/state.md b/sdk/dart/package-fidl_fidl/AsyncBinding/state.md
index 790a3f7..6f593d0 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/state.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/state.md
@@ -12,7 +12,7 @@
 
 [InterfaceState](../../package-fidl_fidl/InterfaceState.md) state
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -31,7 +31,7 @@
 
 state=
 ([InterfaceState](../../package-fidl_fidl/InterfaceState.md) newState)  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/stateChanges.md b/sdk/dart/package-fidl_fidl/AsyncBinding/stateChanges.md
index 1be2aec..fa97b6c 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/stateChanges.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/stateChanges.md
@@ -12,7 +12,7 @@
 
 Stream&lt;[InterfaceState](../../package-fidl_fidl/InterfaceState.md)> stateChanges
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/toString.md b/sdk/dart/package-fidl_fidl/AsyncBinding/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/toString.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/whenBound.md b/sdk/dart/package-fidl_fidl/AsyncBinding/whenBound.md
index ed1635f..01bf953 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/whenBound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/whenBound.md
@@ -12,7 +12,7 @@
 
 Future&lt;void> whenBound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncBinding/whenClosed.md b/sdk/dart/package-fidl_fidl/AsyncBinding/whenClosed.md
index 1889ed9..3fe77bf 100644
--- a/sdk/dart/package-fidl_fidl/AsyncBinding/whenClosed.md
+++ b/sdk/dart/package-fidl_fidl/AsyncBinding/whenClosed.md
@@ -12,7 +12,7 @@
 
 Future&lt;void> whenClosed
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy-class.md b/sdk/dart/package-fidl_fidl/AsyncProxy-class.md
index 2eace3d..03d1bb4 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy-class.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy-class.md
@@ -30,7 +30,7 @@
 
 
 The control plane for this proxy.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/ctrl.md b/sdk/dart/package-fidl_fidl/AsyncProxy/ctrl.md
index d2dab3f..b631e86 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/ctrl.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/ctrl.md
@@ -10,7 +10,7 @@
 
 [AsyncProxyController](../../package-fidl_fidl/AsyncProxyController-class.md)&lt;T> ctrl
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/hashCode.md b/sdk/dart/package-fidl_fidl/AsyncProxy/hashCode.md
index 0aaa0fd..7e5368f 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/noSuchMethod.md b/sdk/dart/package-fidl_fidl/AsyncProxy/noSuchMethod.md
index c18fd08..6b201c3 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/operator_equals.md b/sdk/dart/package-fidl_fidl/AsyncProxy/operator_equals.md
index 90fecf1..d700fe1 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/runtimeType.md b/sdk/dart/package-fidl_fidl/AsyncProxy/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxy/toString.md b/sdk/dart/package-fidl_fidl/AsyncProxy/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxy/toString.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxy/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController-class.md b/sdk/dart/package-fidl_fidl/AsyncProxyController-class.md
index 7294310..bedf527 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController-class.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController-class.md
@@ -30,7 +30,7 @@
 
 
 The name of the interface of <code>T</code>.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The service name associated with <code>T</code>, if any.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 Is this interface bound?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 Is this interface closed?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 Is this interface unbound?  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Called when an epitaph is received (from channel closure).  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 Called whenever this object receives a response on a bound channel.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 Gets the current state.  
-_<span class="feature read / write">read / write</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read / write</span><span class="feature">inherited</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 A stream of state changes.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
 A future that completes when the interface becomes bound.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -138,7 +138,7 @@
 
 
 A future that completes when the interface is closed.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -178,7 +178,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -224,7 +224,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -246,7 +246,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/$interfaceName.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/$interfaceName.md
index 57b2653..a0e4dc8 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/$interfaceName.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/$interfaceName.md
@@ -10,7 +10,7 @@
 
 String $interfaceName
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/$serviceName.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/$serviceName.md
index d81acc2..991afb8 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/$serviceName.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/$serviceName.md
@@ -10,7 +10,7 @@
 
 String $serviceName
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/hashCode.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/hashCode.md
index 8ae9cda..f09f0a8 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/isBound.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/isBound.md
index 20370b4..618181a 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/isBound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/isBound.md
@@ -12,7 +12,7 @@
 
 bool isBound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/isClosed.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/isClosed.md
index b786f4b..76a628b 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/isClosed.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/isClosed.md
@@ -12,7 +12,7 @@
 
 bool isClosed
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/isUnbound.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/isUnbound.md
index e655852..10baa02 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/isUnbound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/isUnbound.md
@@ -12,7 +12,7 @@
 
 bool isUnbound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/noSuchMethod.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/noSuchMethod.md
index 3b56275..e96e43f 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/onEpitaphReceived.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/onEpitaphReceived.md
index 35bf3ca..df074c8 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/onEpitaphReceived.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/onEpitaphReceived.md
@@ -10,7 +10,7 @@
 
 [EpitaphHandler](../../package-fidl_fidl/EpitaphHandler.md) onEpitaphReceived
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/onResponse.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/onResponse.md
index 464224d..a0af96f 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/onResponse.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/onResponse.md
@@ -10,7 +10,7 @@
 
 [IncomingMessageSink](../../package-fidl_fidl/IncomingMessageSink.md) onResponse
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/operator_equals.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/operator_equals.md
index 5ec649b..c69b852 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/runtimeType.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/state.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/state.md
index 790a3f7..6f593d0 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/state.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/state.md
@@ -12,7 +12,7 @@
 
 [InterfaceState](../../package-fidl_fidl/InterfaceState.md) state
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -31,7 +31,7 @@
 
 state=
 ([InterfaceState](../../package-fidl_fidl/InterfaceState.md) newState)  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/stateChanges.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/stateChanges.md
index 1be2aec..fa97b6c 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/stateChanges.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/stateChanges.md
@@ -12,7 +12,7 @@
 
 Stream&lt;[InterfaceState](../../package-fidl_fidl/InterfaceState.md)> stateChanges
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/toString.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/toString.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/whenBound.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/whenBound.md
index ed1635f..01bf953 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/whenBound.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/whenBound.md
@@ -12,7 +12,7 @@
 
 Future&lt;void> whenBound
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/AsyncProxyController/whenClosed.md b/sdk/dart/package-fidl_fidl/AsyncProxyController/whenClosed.md
index 1889ed9..3fe77bf 100644
--- a/sdk/dart/package-fidl_fidl/AsyncProxyController/whenClosed.md
+++ b/sdk/dart/package-fidl_fidl/AsyncProxyController/whenClosed.md
@@ -12,7 +12,7 @@
 
 Future&lt;void> whenClosed
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding-class.md b/sdk/dart/package-fidl_fidl/Binding-class.md
index b2cdd94..b173272 100644
--- a/sdk/dart/package-fidl_fidl/Binding-class.md
+++ b/sdk/dart/package-fidl_fidl/Binding-class.md
@@ -30,7 +30,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The implementation of <code>T</code> bound using this object.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 Whether this object is bound to a channel.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 Event for binding.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 Event for when the binding is closed.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 Called when the channel underneath closes.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Event for unbinding.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -133,7 +133,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -151,7 +151,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -182,7 +182,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/hashCode.md b/sdk/dart/package-fidl_fidl/Binding/hashCode.md
index a8e4ed6..e4acce2 100644
--- a/sdk/dart/package-fidl_fidl/Binding/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Binding/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Binding/noSuchMethod.md
index f9eadbf..6298ba1 100644
--- a/sdk/dart/package-fidl_fidl/Binding/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Binding/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/onBind.md b/sdk/dart/package-fidl_fidl/Binding/onBind.md
index cafb2f2..4e2a246 100644
--- a/sdk/dart/package-fidl_fidl/Binding/onBind.md
+++ b/sdk/dart/package-fidl_fidl/Binding/onBind.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onBind
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/onClose.md b/sdk/dart/package-fidl_fidl/Binding/onClose.md
index 0692cc2..b1ca332 100644
--- a/sdk/dart/package-fidl_fidl/Binding/onClose.md
+++ b/sdk/dart/package-fidl_fidl/Binding/onClose.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onClose
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/onConnectionError.md b/sdk/dart/package-fidl_fidl/Binding/onConnectionError.md
index f61d19d..92289e4 100644
--- a/sdk/dart/package-fidl_fidl/Binding/onConnectionError.md
+++ b/sdk/dart/package-fidl_fidl/Binding/onConnectionError.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onConnectionError
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/onUnbind.md b/sdk/dart/package-fidl_fidl/Binding/onUnbind.md
index 7dc1c87..d3c0b74 100644
--- a/sdk/dart/package-fidl_fidl/Binding/onUnbind.md
+++ b/sdk/dart/package-fidl_fidl/Binding/onUnbind.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onUnbind
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/operator_equals.md b/sdk/dart/package-fidl_fidl/Binding/operator_equals.md
index ee753e2..7ad45f2 100644
--- a/sdk/dart/package-fidl_fidl/Binding/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Binding/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/runtimeType.md b/sdk/dart/package-fidl_fidl/Binding/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Binding/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Binding/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Binding/toString.md b/sdk/dart/package-fidl_fidl/Binding/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/Binding/toString.md
+++ b/sdk/dart/package-fidl_fidl/Binding/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits-class.md b/sdk/dart/package-fidl_fidl/Bits-class.md
index eacb4a8..14ac242 100644
--- a/sdk/dart/package-fidl_fidl/Bits-class.md
+++ b/sdk/dart/package-fidl_fidl/Bits-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits/hashCode.md b/sdk/dart/package-fidl_fidl/Bits/hashCode.md
index 3f435ba..355738b 100644
--- a/sdk/dart/package-fidl_fidl/Bits/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Bits/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Bits/noSuchMethod.md
index 340e893..400145a 100644
--- a/sdk/dart/package-fidl_fidl/Bits/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Bits/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits/operator_equals.md b/sdk/dart/package-fidl_fidl/Bits/operator_equals.md
index bdf8fd5..260960e 100644
--- a/sdk/dart/package-fidl_fidl/Bits/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Bits/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (dynamic other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits/runtimeType.md b/sdk/dart/package-fidl_fidl/Bits/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Bits/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Bits/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Bits/toString.md b/sdk/dart/package-fidl_fidl/Bits/toString.md
index ca6013f..dc30575 100644
--- a/sdk/dart/package-fidl_fidl/Bits/toString.md
+++ b/sdk/dart/package-fidl_fidl/Bits/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType-class.md b/sdk/dart/package-fidl_fidl/BitsType-class.md
index 7347219..6d25efe 100644
--- a/sdk/dart/package-fidl_fidl/BitsType-class.md
+++ b/sdk/dart/package-fidl_fidl/BitsType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType/ctor.md b/sdk/dart/package-fidl_fidl/BitsType/ctor.md
index 40672b4..878212f 100644
--- a/sdk/dart/package-fidl_fidl/BitsType/ctor.md
+++ b/sdk/dart/package-fidl_fidl/BitsType/ctor.md
@@ -10,7 +10,7 @@
 
 [BitsFactory](../../package-fidl_fidl/BitsFactory.md)&lt;T> ctor
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType/decode.md b/sdk/dart/package-fidl_fidl/BitsType/decode.md
index 291e102..5b214b9 100644
--- a/sdk/dart/package-fidl_fidl/BitsType/decode.md
+++ b/sdk/dart/package-fidl_fidl/BitsType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType/encode.md b/sdk/dart/package-fidl_fidl/BitsType/encode.md
index cafaa53..9919547 100644
--- a/sdk/dart/package-fidl_fidl/BitsType/encode.md
+++ b/sdk/dart/package-fidl_fidl/BitsType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType/inlineSize.md b/sdk/dart/package-fidl_fidl/BitsType/inlineSize.md
index 988a371..599a837 100644
--- a/sdk/dart/package-fidl_fidl/BitsType/inlineSize.md
+++ b/sdk/dart/package-fidl_fidl/BitsType/inlineSize.md
@@ -12,7 +12,7 @@
 
 int inlineSize
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BitsType/type.md b/sdk/dart/package-fidl_fidl/BitsType/type.md
index ec1bfd2..a35cec4 100644
--- a/sdk/dart/package-fidl_fidl/BitsType/type.md
+++ b/sdk/dart/package-fidl_fidl/BitsType/type.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;int, dynamic> type
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BoolType-class.md b/sdk/dart/package-fidl_fidl/BoolType-class.md
index ddb348b..c589240 100644
--- a/sdk/dart/package-fidl_fidl/BoolType-class.md
+++ b/sdk/dart/package-fidl_fidl/BoolType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BoolType/decode.md b/sdk/dart/package-fidl_fidl/BoolType/decode.md
index e1c81c6..f1ce2bc 100644
--- a/sdk/dart/package-fidl_fidl/BoolType/decode.md
+++ b/sdk/dart/package-fidl_fidl/BoolType/decode.md
@@ -14,7 +14,7 @@
 bool decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/BoolType/encode.md b/sdk/dart/package-fidl_fidl/BoolType/encode.md
index 27b049c..8b938cc 100644
--- a/sdk/dart/package-fidl_fidl/BoolType/encode.md
+++ b/sdk/dart/package-fidl_fidl/BoolType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, bool value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness.md b/sdk/dart/package-fidl_fidl/CallStrictness.md
index cb8f208..917be0b 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness.md
@@ -58,7 +58,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/hashCode.md b/sdk/dart/package-fidl_fidl/CallStrictness/hashCode.md
index b47e11b..1b277ad 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/index.md b/sdk/dart/package-fidl_fidl/CallStrictness/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/index.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/noSuchMethod.md b/sdk/dart/package-fidl_fidl/CallStrictness/noSuchMethod.md
index 8b356c5..f53794b 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/operator_equals.md b/sdk/dart/package-fidl_fidl/CallStrictness/operator_equals.md
index ff221e7..2f21ec3 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/runtimeType.md b/sdk/dart/package-fidl_fidl/CallStrictness/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/CallStrictness/toString.md b/sdk/dart/package-fidl_fidl/CallStrictness/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/CallStrictness/toString.md
+++ b/sdk/dart/package-fidl_fidl/CallStrictness/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ChannelType-class.md b/sdk/dart/package-fidl_fidl/ChannelType-class.md
index 3a5469b..ac72ab4 100644
--- a/sdk/dart/package-fidl_fidl/ChannelType-class.md
+++ b/sdk/dart/package-fidl_fidl/ChannelType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ChannelType/decode.md b/sdk/dart/package-fidl_fidl/ChannelType/decode.md
index 83185fb..534bc63 100644
--- a/sdk/dart/package-fidl_fidl/ChannelType/decode.md
+++ b/sdk/dart/package-fidl_fidl/ChannelType/decode.md
@@ -14,7 +14,7 @@
 [Channel](../../zircon/Channel-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ChannelType/encode.md b/sdk/dart/package-fidl_fidl/ChannelType/encode.md
index 1bb2210..5c94b22 100644
--- a/sdk/dart/package-fidl_fidl/ChannelType/encode.md
+++ b/sdk/dart/package-fidl_fidl/ChannelType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [Channel](../../zircon/Channel-class.md) value, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ChannelType/objectType.md b/sdk/dart/package-fidl_fidl/ChannelType/objectType.md
index 9c1d3fd..eb6c1d0 100644
--- a/sdk/dart/package-fidl_fidl/ChannelType/objectType.md
+++ b/sdk/dart/package-fidl_fidl/ChannelType/objectType.md
@@ -10,7 +10,7 @@
 
 int objectType
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ChannelType/rights.md b/sdk/dart/package-fidl_fidl/ChannelType/rights.md
index 1dd6ddc..a30bba7 100644
--- a/sdk/dart/package-fidl_fidl/ChannelType/rights.md
+++ b/sdk/dart/package-fidl_fidl/ChannelType/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder-class.md b/sdk/dart/package-fidl_fidl/Decoder-class.md
index aa95425..7819e08 100644
--- a/sdk/dart/package-fidl_fidl/Decoder-class.md
+++ b/sdk/dart/package-fidl_fidl/Decoder-class.md
@@ -33,7 +33,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -244,7 +244,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -253,7 +253,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -266,7 +266,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/data.md b/sdk/dart/package-fidl_fidl/Decoder/data.md
index ed0f7b0..03eb5e3 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/data.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/data.md
@@ -10,7 +10,7 @@
 
 ByteData data
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/handleInfos.md b/sdk/dart/package-fidl_fidl/Decoder/handleInfos.md
index 9b04927..efe38a8 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/handleInfos.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/handleInfos.md
@@ -10,7 +10,7 @@
 
 List&lt;[HandleInfo](../../zircon/HandleInfo-class.md)> handleInfos
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/hashCode.md b/sdk/dart/package-fidl_fidl/Decoder/hashCode.md
index d4655f5..a84106e 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Decoder/noSuchMethod.md
index 53ed91a..1abd908 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/operator_equals.md b/sdk/dart/package-fidl_fidl/Decoder/operator_equals.md
index c6f8c00..ab7c217 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/runtimeType.md b/sdk/dart/package-fidl_fidl/Decoder/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/toString.md b/sdk/dart/package-fidl_fidl/Decoder/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/toString.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Decoder/wireFormat.md b/sdk/dart/package-fidl_fidl/Decoder/wireFormat.md
index ae71823..75975dd 100644
--- a/sdk/dart/package-fidl_fidl/Decoder/wireFormat.md
+++ b/sdk/dart/package-fidl_fidl/Decoder/wireFormat.md
@@ -10,7 +10,7 @@
 
 [WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder-class.md b/sdk/dart/package-fidl_fidl/Encoder-class.md
index ab1234c..111fad2 100644
--- a/sdk/dart/package-fidl_fidl/Encoder-class.md
+++ b/sdk/dart/package-fidl_fidl/Encoder-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -236,7 +236,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -245,7 +245,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -258,7 +258,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/data.md b/sdk/dart/package-fidl_fidl/Encoder/data.md
index 89fc0ae..17ce9f0 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/data.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/data.md
@@ -10,7 +10,7 @@
 
 ByteData data
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/hashCode.md b/sdk/dart/package-fidl_fidl/Encoder/hashCode.md
index 646b64d..abea0d8 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Encoder/noSuchMethod.md
index 14c5ac8..c635b67 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/operator_equals.md b/sdk/dart/package-fidl_fidl/Encoder/operator_equals.md
index b38a5a1..0407ae6 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/runtimeType.md b/sdk/dart/package-fidl_fidl/Encoder/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/toString.md b/sdk/dart/package-fidl_fidl/Encoder/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/toString.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Encoder/wireFormat.md b/sdk/dart/package-fidl_fidl/Encoder/wireFormat.md
index ae71823..75975dd 100644
--- a/sdk/dart/package-fidl_fidl/Encoder/wireFormat.md
+++ b/sdk/dart/package-fidl_fidl/Encoder/wireFormat.md
@@ -10,7 +10,7 @@
 
 [WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum-class.md b/sdk/dart/package-fidl_fidl/Enum-class.md
index d68d34e..05653c4 100644
--- a/sdk/dart/package-fidl_fidl/Enum-class.md
+++ b/sdk/dart/package-fidl_fidl/Enum-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum/hashCode.md b/sdk/dart/package-fidl_fidl/Enum/hashCode.md
index ee54cff..ba3556d 100644
--- a/sdk/dart/package-fidl_fidl/Enum/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Enum/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Enum/noSuchMethod.md
index 9995e7f..11b7e41 100644
--- a/sdk/dart/package-fidl_fidl/Enum/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Enum/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum/operator_equals.md b/sdk/dart/package-fidl_fidl/Enum/operator_equals.md
index e9ecbb8..264388a 100644
--- a/sdk/dart/package-fidl_fidl/Enum/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Enum/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum/runtimeType.md b/sdk/dart/package-fidl_fidl/Enum/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Enum/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Enum/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Enum/toString.md b/sdk/dart/package-fidl_fidl/Enum/toString.md
index ca6013f..dc30575 100644
--- a/sdk/dart/package-fidl_fidl/Enum/toString.md
+++ b/sdk/dart/package-fidl_fidl/Enum/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType-class.md b/sdk/dart/package-fidl_fidl/EnumType-class.md
index c7f2299..bc13b7c 100644
--- a/sdk/dart/package-fidl_fidl/EnumType-class.md
+++ b/sdk/dart/package-fidl_fidl/EnumType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -167,7 +167,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/ctor.md b/sdk/dart/package-fidl_fidl/EnumType/ctor.md
index 1d48876..d9b1e2f 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/ctor.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/ctor.md
@@ -10,7 +10,7 @@
 
 [EnumFactory](../../package-fidl_fidl/EnumFactory.md)&lt;T> ctor
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/decode.md b/sdk/dart/package-fidl_fidl/EnumType/decode.md
index 291e102..5b214b9 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/decode.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/encode.md b/sdk/dart/package-fidl_fidl/EnumType/encode.md
index cafaa53..9919547 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/encode.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/inlineSize.md b/sdk/dart/package-fidl_fidl/EnumType/inlineSize.md
index 988a371..599a837 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/inlineSize.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/inlineSize.md
@@ -12,7 +12,7 @@
 
 int inlineSize
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/type.md b/sdk/dart/package-fidl_fidl/EnumType/type.md
index 904ccee..5b06a04 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/type.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/type.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;int, Iterable&lt;int>> type
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnumType/values.md b/sdk/dart/package-fidl_fidl/EnumType/values.md
index 2d9c8d9..f4cd898 100644
--- a/sdk/dart/package-fidl_fidl/EnumType/values.md
+++ b/sdk/dart/package-fidl_fidl/EnumType/values.md
@@ -10,7 +10,7 @@
 
 Map&lt;int, Null> values
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation.md
index e4ca905..223b6b9 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation.md
@@ -58,7 +58,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/hashCode.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/hashCode.md
index bc7f829..6c22279 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/index.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/index.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/noSuchMethod.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/noSuchMethod.md
index 2ce3872..2a9aa6f 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/operator_equals.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/operator_equals.md
index 4f4ef0e..b94c551 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/runtimeType.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/toString.md b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/toString.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeContentLocation/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader-class.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader-class.md
index 916a932..44996c5 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader-class.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/contentLocation.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/contentLocation.md
index 179bcec..4ff9d31 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/contentLocation.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/contentLocation.md
@@ -10,7 +10,7 @@
 
 [EnvelopeContentLocation](../../package-fidl_fidl/EnvelopeContentLocation.md) contentLocation
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/hashCode.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/hashCode.md
index d284a4f..4b6fc42 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/noSuchMethod.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/noSuchMethod.md
index 4f40bcd..2abda31 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/numBytes.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/numBytes.md
index c4e663e..2a818b9 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/numBytes.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/numBytes.md
@@ -10,7 +10,7 @@
 
 int numBytes
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/numHandles.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/numHandles.md
index cc6d701..0cb62d8 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/numHandles.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/numHandles.md
@@ -10,7 +10,7 @@
 
 int numHandles
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/operator_equals.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/operator_equals.md
index fa40b8a..66d5e38 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/presence.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/presence.md
index cb37d09..8dc91e3 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/presence.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/presence.md
@@ -10,7 +10,7 @@
 
 [EnvelopePresence](../../package-fidl_fidl/EnvelopePresence.md) presence
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/runtimeType.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopeHeader/toString.md b/sdk/dart/package-fidl_fidl/EnvelopeHeader/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopeHeader/toString.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopeHeader/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence.md b/sdk/dart/package-fidl_fidl/EnvelopePresence.md
index f537136..baa5b96 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence.md
@@ -58,7 +58,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/hashCode.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/hashCode.md
index e7605d7..9ae039b 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/index.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/index.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/noSuchMethod.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/noSuchMethod.md
index 77f399e..8f498dd 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/operator_equals.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/operator_equals.md
index dce1876..0d1fccd 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/runtimeType.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EnvelopePresence/toString.md b/sdk/dart/package-fidl_fidl/EnvelopePresence/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/EnvelopePresence/toString.md
+++ b/sdk/dart/package-fidl_fidl/EnvelopePresence/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EventPairType-class.md b/sdk/dart/package-fidl_fidl/EventPairType-class.md
index c52a04d..6a84b8d 100644
--- a/sdk/dart/package-fidl_fidl/EventPairType-class.md
+++ b/sdk/dart/package-fidl_fidl/EventPairType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EventPairType/decode.md b/sdk/dart/package-fidl_fidl/EventPairType/decode.md
index e74a348..06282f4 100644
--- a/sdk/dart/package-fidl_fidl/EventPairType/decode.md
+++ b/sdk/dart/package-fidl_fidl/EventPairType/decode.md
@@ -14,7 +14,7 @@
 [EventPair](../../zircon/EventPair-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EventPairType/encode.md b/sdk/dart/package-fidl_fidl/EventPairType/encode.md
index a5bddf5..62baf69 100644
--- a/sdk/dart/package-fidl_fidl/EventPairType/encode.md
+++ b/sdk/dart/package-fidl_fidl/EventPairType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [EventPair](../../zircon/EventPair-class.md) value, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EventPairType/objectType.md b/sdk/dart/package-fidl_fidl/EventPairType/objectType.md
index 9c1d3fd..eb6c1d0 100644
--- a/sdk/dart/package-fidl_fidl/EventPairType/objectType.md
+++ b/sdk/dart/package-fidl_fidl/EventPairType/objectType.md
@@ -10,7 +10,7 @@
 
 int objectType
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/EventPairType/rights.md b/sdk/dart/package-fidl_fidl/EventPairType/rights.md
index 1dd6ddc..a30bba7 100644
--- a/sdk/dart/package-fidl_fidl/EventPairType/rights.md
+++ b/sdk/dart/package-fidl_fidl/EventPairType/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError-class.md b/sdk/dart/package-fidl_fidl/FidlError-class.md
index f43d3a7..cd6185e 100644
--- a/sdk/dart/package-fidl_fidl/FidlError-class.md
+++ b/sdk/dart/package-fidl_fidl/FidlError-class.md
@@ -45,7 +45,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -54,7 +54,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -63,7 +63,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -85,7 +85,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -94,7 +94,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -107,7 +107,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/code.md b/sdk/dart/package-fidl_fidl/FidlError/code.md
index 2b0efdd..f745f9e 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/code.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/code.md
@@ -10,7 +10,7 @@
 
 [FidlErrorCode](../../package-fidl_fidl/FidlErrorCode.md) code
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/hashCode.md b/sdk/dart/package-fidl_fidl/FidlError/hashCode.md
index 097a4d6..42b8820 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/message.md b/sdk/dart/package-fidl_fidl/FidlError/message.md
index c1c4aab..4864ba1 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/message.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/message.md
@@ -10,7 +10,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/noSuchMethod.md b/sdk/dart/package-fidl_fidl/FidlError/noSuchMethod.md
index 5af6221..c6bbfca 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/operator_equals.md b/sdk/dart/package-fidl_fidl/FidlError/operator_equals.md
index b613e4f..8011ddd 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/runtimeType.md b/sdk/dart/package-fidl_fidl/FidlError/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlError/toString.md b/sdk/dart/package-fidl_fidl/FidlError/toString.md
index c24b242..c40faad 100644
--- a/sdk/dart/package-fidl_fidl/FidlError/toString.md
+++ b/sdk/dart/package-fidl_fidl/FidlError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode.md b/sdk/dart/package-fidl_fidl/FidlErrorCode.md
index 9750e2c..3f6b59a 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode.md
@@ -283,7 +283,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -292,7 +292,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -301,7 +301,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -314,7 +314,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -323,7 +323,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -336,7 +336,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/hashCode.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/hashCode.md
index 1f40705..6d04e55 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/index.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/index.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/noSuchMethod.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/noSuchMethod.md
index c1dd44d..aecc978 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/operator_equals.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/operator_equals.md
index abaed4d..30649c5 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/runtimeType.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlErrorCode/toString.md b/sdk/dart/package-fidl_fidl/FidlErrorCode/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/FidlErrorCode/toString.md
+++ b/sdk/dart/package-fidl_fidl/FidlErrorCode/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError-class.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError-class.md
index ca4e220..a59e584 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError-class.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError-class.md
@@ -39,7 +39,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -115,7 +115,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -128,7 +128,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/code.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/code.md
index 7d180a1..efe48b0 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/code.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/code.md
@@ -12,7 +12,7 @@
 
 [FidlErrorCode](../../package-fidl_fidl/FidlErrorCode.md) code
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/max.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/max.md
index 30fa6f3..c2da73d 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/max.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/max.md
@@ -10,7 +10,7 @@
 
 int max
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/message.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/message.md
index bcf25fd..8f7a3b0 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/message.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/message.md
@@ -12,7 +12,7 @@
 
 String message
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/min.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/min.md
index bc0073b..0f85441 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/min.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/min.md
@@ -10,7 +10,7 @@
 
 int min
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/toString.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/toString.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/value.md b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/value.md
index f89faa7..f4c8ab1 100644
--- a/sdk/dart/package-fidl_fidl/FidlRangeCheckError/value.md
+++ b/sdk/dart/package-fidl_fidl/FidlRangeCheckError/value.md
@@ -10,7 +10,7 @@
 
 int value
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlStateException-class.md b/sdk/dart/package-fidl_fidl/FidlStateException-class.md
index 99e3e6d..5b83935 100644
--- a/sdk/dart/package-fidl_fidl/FidlStateException-class.md
+++ b/sdk/dart/package-fidl_fidl/FidlStateException-class.md
@@ -43,7 +43,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType-class.md b/sdk/dart/package-fidl_fidl/FidlType-class.md
index 84e96d1..e152d9b 100644
--- a/sdk/dart/package-fidl_fidl/FidlType-class.md
+++ b/sdk/dart/package-fidl_fidl/FidlType-class.md
@@ -49,7 +49,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -125,7 +125,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -134,7 +134,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -147,7 +147,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/hashCode.md b/sdk/dart/package-fidl_fidl/FidlType/hashCode.md
index 7772a85..c2b1c74 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/inlineSize.md b/sdk/dart/package-fidl_fidl/FidlType/inlineSize.md
index 90727ca..a4ce033 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/inlineSize.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/inlineSize.md
@@ -10,7 +10,7 @@
 
 int inlineSize
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/noSuchMethod.md b/sdk/dart/package-fidl_fidl/FidlType/noSuchMethod.md
index efb906c..86ac5a4 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/operator_equals.md b/sdk/dart/package-fidl_fidl/FidlType/operator_equals.md
index 1e0b7b4..b6dd3f7 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/runtimeType.md b/sdk/dart/package-fidl_fidl/FidlType/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/FidlType/toString.md b/sdk/dart/package-fidl_fidl/FidlType/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/FidlType/toString.md
+++ b/sdk/dart/package-fidl_fidl/FidlType/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float32Type-class.md b/sdk/dart/package-fidl_fidl/Float32Type-class.md
index 635da1b..75ea40a 100644
--- a/sdk/dart/package-fidl_fidl/Float32Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Float32Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float32Type/decode.md b/sdk/dart/package-fidl_fidl/Float32Type/decode.md
index be08f8e..4b38c33 100644
--- a/sdk/dart/package-fidl_fidl/Float32Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Float32Type/decode.md
@@ -14,7 +14,7 @@
 double decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float32Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Float32Type/decodeArray.md
index 420ef51..0ba86ed 100644
--- a/sdk/dart/package-fidl_fidl/Float32Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Float32Type/decodeArray.md
@@ -14,7 +14,7 @@
 Float32List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float32Type/encode.md b/sdk/dart/package-fidl_fidl/Float32Type/encode.md
index a9cb7f4..62774a7 100644
--- a/sdk/dart/package-fidl_fidl/Float32Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Float32Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, double value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float32Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Float32Type/encodeArray.md
index 2d73418..10b94c2 100644
--- a/sdk/dart/package-fidl_fidl/Float32Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Float32Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;double> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float64Type-class.md b/sdk/dart/package-fidl_fidl/Float64Type-class.md
index 3549cd0..6e4720e 100644
--- a/sdk/dart/package-fidl_fidl/Float64Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Float64Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float64Type/decode.md b/sdk/dart/package-fidl_fidl/Float64Type/decode.md
index a6de39e..ee72b4e 100644
--- a/sdk/dart/package-fidl_fidl/Float64Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Float64Type/decode.md
@@ -14,7 +14,7 @@
 double decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float64Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Float64Type/decodeArray.md
index 9d1208a..41c988f 100644
--- a/sdk/dart/package-fidl_fidl/Float64Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Float64Type/decodeArray.md
@@ -14,7 +14,7 @@
 Float64List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float64Type/encode.md b/sdk/dart/package-fidl_fidl/Float64Type/encode.md
index 30730b6..c47fd6f 100644
--- a/sdk/dart/package-fidl_fidl/Float64Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Float64Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, double value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Float64Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Float64Type/encodeArray.md
index 9c9065b..170e28a 100644
--- a/sdk/dart/package-fidl_fidl/Float64Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Float64Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;double> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/HandleType-class.md b/sdk/dart/package-fidl_fidl/HandleType-class.md
index 3d73119..7a95413 100644
--- a/sdk/dart/package-fidl_fidl/HandleType-class.md
+++ b/sdk/dart/package-fidl_fidl/HandleType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/HandleType/decode.md b/sdk/dart/package-fidl_fidl/HandleType/decode.md
index 6043edc..079d7af 100644
--- a/sdk/dart/package-fidl_fidl/HandleType/decode.md
+++ b/sdk/dart/package-fidl_fidl/HandleType/decode.md
@@ -14,7 +14,7 @@
 [Handle](../../zircon/Handle-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/HandleType/encode.md b/sdk/dart/package-fidl_fidl/HandleType/encode.md
index 5942c45..56adf95 100644
--- a/sdk/dart/package-fidl_fidl/HandleType/encode.md
+++ b/sdk/dart/package-fidl_fidl/HandleType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [Handle](../../zircon/Handle-class.md) value, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/HandleType/objectType.md b/sdk/dart/package-fidl_fidl/HandleType/objectType.md
index 9c1d3fd..eb6c1d0 100644
--- a/sdk/dart/package-fidl_fidl/HandleType/objectType.md
+++ b/sdk/dart/package-fidl_fidl/HandleType/objectType.md
@@ -10,7 +10,7 @@
 
 int objectType
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/HandleType/rights.md b/sdk/dart/package-fidl_fidl/HandleType/rights.md
index 1dd6ddc..a30bba7 100644
--- a/sdk/dart/package-fidl_fidl/HandleType/rights.md
+++ b/sdk/dart/package-fidl_fidl/HandleType/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage-class.md b/sdk/dart/package-fidl_fidl/IncomingMessage-class.md
index 0ce176e..9d36571 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage-class.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage-class.md
@@ -37,7 +37,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -46,7 +46,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -55,7 +55,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -64,7 +64,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -131,7 +131,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -171,7 +171,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/data.md b/sdk/dart/package-fidl_fidl/IncomingMessage/data.md
index 0fce41d..ae72871 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/data.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/data.md
@@ -10,7 +10,7 @@
 
 ByteData data
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/handleInfos.md b/sdk/dart/package-fidl_fidl/IncomingMessage/handleInfos.md
index 499e562..759c628 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/handleInfos.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/handleInfos.md
@@ -10,7 +10,7 @@
 
 List&lt;[HandleInfo](../../zircon/HandleInfo-class.md)> handleInfos
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/hashCode.md b/sdk/dart/package-fidl_fidl/IncomingMessage/hashCode.md
index 9020a92..a08b130 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/hexDump.md b/sdk/dart/package-fidl_fidl/IncomingMessage/hexDump.md
index 87be46f..06f65c1 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/hexDump.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/hexDump.md
@@ -13,7 +13,7 @@
 void hexDump
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/isCompatible.md b/sdk/dart/package-fidl_fidl/IncomingMessage/isCompatible.md
index 72d82ab..561c7e1 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/isCompatible.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/isCompatible.md
@@ -13,7 +13,7 @@
 bool isCompatible
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/magic.md b/sdk/dart/package-fidl_fidl/IncomingMessage/magic.md
index c3b09a5..30b3793 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/magic.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/magic.md
@@ -12,7 +12,7 @@
 
 int magic
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/noSuchMethod.md b/sdk/dart/package-fidl_fidl/IncomingMessage/noSuchMethod.md
index 95cb350..db82c75 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/operator_equals.md b/sdk/dart/package-fidl_fidl/IncomingMessage/operator_equals.md
index 2ca15d0..74e8013 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/ordinal.md b/sdk/dart/package-fidl_fidl/IncomingMessage/ordinal.md
index 9dc9c45..ccf68f1 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/ordinal.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/ordinal.md
@@ -12,7 +12,7 @@
 
 int ordinal
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/runtimeType.md b/sdk/dart/package-fidl_fidl/IncomingMessage/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/strictness.md b/sdk/dart/package-fidl_fidl/IncomingMessage/strictness.md
index ad5099e..95b4b0a 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/strictness.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/strictness.md
@@ -12,7 +12,7 @@
 
 [CallStrictness](../../package-fidl_fidl/CallStrictness.md) strictness
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/toString.md b/sdk/dart/package-fidl_fidl/IncomingMessage/toString.md
index 3a7b5be..1449d94 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/toString.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/txid.md b/sdk/dart/package-fidl_fidl/IncomingMessage/txid.md
index 034c47e..d107e7b 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/txid.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/txid.md
@@ -12,7 +12,7 @@
 
 int txid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/IncomingMessage/wireFormat.md b/sdk/dart/package-fidl_fidl/IncomingMessage/wireFormat.md
index f08aa28..0ffe75b 100644
--- a/sdk/dart/package-fidl_fidl/IncomingMessage/wireFormat.md
+++ b/sdk/dart/package-fidl_fidl/IncomingMessage/wireFormat.md
@@ -12,7 +12,7 @@
 
 [WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int16Type-class.md b/sdk/dart/package-fidl_fidl/Int16Type-class.md
index 874cada..0669c38 100644
--- a/sdk/dart/package-fidl_fidl/Int16Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Int16Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int16Type/decode.md b/sdk/dart/package-fidl_fidl/Int16Type/decode.md
index 9101bf0..7a78720 100644
--- a/sdk/dart/package-fidl_fidl/Int16Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Int16Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int16Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Int16Type/decodeArray.md
index 084302d..6d709d5 100644
--- a/sdk/dart/package-fidl_fidl/Int16Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int16Type/decodeArray.md
@@ -14,7 +14,7 @@
 Int16List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int16Type/encode.md b/sdk/dart/package-fidl_fidl/Int16Type/encode.md
index e79d4b3..f1a44db 100644
--- a/sdk/dart/package-fidl_fidl/Int16Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Int16Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int16Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Int16Type/encodeArray.md
index 3148ca0..9d9f4d9 100644
--- a/sdk/dart/package-fidl_fidl/Int16Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int16Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int32Type-class.md b/sdk/dart/package-fidl_fidl/Int32Type-class.md
index 3d7d895..a8076e2 100644
--- a/sdk/dart/package-fidl_fidl/Int32Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Int32Type-class.md
@@ -44,7 +44,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -53,7 +53,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -142,7 +142,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int32Type/decode.md b/sdk/dart/package-fidl_fidl/Int32Type/decode.md
index 2f182ec..6da6dba 100644
--- a/sdk/dart/package-fidl_fidl/Int32Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Int32Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int32Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Int32Type/decodeArray.md
index 91bdc5a..74bb836 100644
--- a/sdk/dart/package-fidl_fidl/Int32Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int32Type/decodeArray.md
@@ -14,7 +14,7 @@
 Int32List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int32Type/encode.md b/sdk/dart/package-fidl_fidl/Int32Type/encode.md
index 77fb8da..01421a5 100644
--- a/sdk/dart/package-fidl_fidl/Int32Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Int32Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int32Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Int32Type/encodeArray.md
index 250c212..4ed2b62 100644
--- a/sdk/dart/package-fidl_fidl/Int32Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int32Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int64Type-class.md b/sdk/dart/package-fidl_fidl/Int64Type-class.md
index c7d3c65..a7ded4d 100644
--- a/sdk/dart/package-fidl_fidl/Int64Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Int64Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int64Type/decode.md b/sdk/dart/package-fidl_fidl/Int64Type/decode.md
index 0e3b2f5..c2557d6 100644
--- a/sdk/dart/package-fidl_fidl/Int64Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Int64Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int64Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Int64Type/decodeArray.md
index 8a102d7..43c7c69 100644
--- a/sdk/dart/package-fidl_fidl/Int64Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int64Type/decodeArray.md
@@ -14,7 +14,7 @@
 Int64List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int64Type/encode.md b/sdk/dart/package-fidl_fidl/Int64Type/encode.md
index 0157253..820227f 100644
--- a/sdk/dart/package-fidl_fidl/Int64Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Int64Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int64Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Int64Type/encodeArray.md
index 15f1cb3..984b6f9 100644
--- a/sdk/dart/package-fidl_fidl/Int64Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int64Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int8Type-class.md b/sdk/dart/package-fidl_fidl/Int8Type-class.md
index 9683f23..0c82cbe 100644
--- a/sdk/dart/package-fidl_fidl/Int8Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Int8Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int8Type/decode.md b/sdk/dart/package-fidl_fidl/Int8Type/decode.md
index 2630cd2..63061fa 100644
--- a/sdk/dart/package-fidl_fidl/Int8Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Int8Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int8Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Int8Type/decodeArray.md
index d62fefa..3e9081e 100644
--- a/sdk/dart/package-fidl_fidl/Int8Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int8Type/decodeArray.md
@@ -14,7 +14,7 @@
 Int8List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int8Type/encode.md b/sdk/dart/package-fidl_fidl/Int8Type/encode.md
index 4401e42..c0f7d8d 100644
--- a/sdk/dart/package-fidl_fidl/Int8Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Int8Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Int8Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Int8Type/encodeArray.md
index f8be9a0..9592e1c 100644
--- a/sdk/dart/package-fidl_fidl/Int8Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Int8Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle-class.md b/sdk/dart/package-fidl_fidl/InterfaceHandle-class.md
index 42326d3..73aa6e1 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle-class.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle-class.md
@@ -58,7 +58,7 @@
 
 The underlying channel messages will be sent over when the interface
 handle is bound to a <a href="../package-fidl_fidl/Proxy-class.md">Proxy</a>.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -116,7 +116,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle/hashCode.md b/sdk/dart/package-fidl_fidl/InterfaceHandle/hashCode.md
index 5922fa6..d79e628 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle/noSuchMethod.md b/sdk/dart/package-fidl_fidl/InterfaceHandle/noSuchMethod.md
index 45e7b25..c547c7a 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle/operator_equals.md b/sdk/dart/package-fidl_fidl/InterfaceHandle/operator_equals.md
index 3b1dfcf..44b18b6 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle/runtimeType.md b/sdk/dart/package-fidl_fidl/InterfaceHandle/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandle/toString.md b/sdk/dart/package-fidl_fidl/InterfaceHandle/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandle/toString.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandle/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandleType-class.md b/sdk/dart/package-fidl_fidl/InterfaceHandleType-class.md
index 174171f..6c63b19 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandleType-class.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandleType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandleType/decode.md b/sdk/dart/package-fidl_fidl/InterfaceHandleType/decode.md
index 8618f49..56b65ec 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandleType/decode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandleType/decode.md
@@ -14,7 +14,7 @@
 [InterfaceHandle](../../package-fidl_fidl/InterfaceHandle-class.md)&lt;T> decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceHandleType/encode.md b/sdk/dart/package-fidl_fidl/InterfaceHandleType/encode.md
index 2ed0907..a481b84 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceHandleType/encode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceHandleType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [InterfaceHandle](../../package-fidl_fidl/InterfaceHandle-class.md)&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair-class.md b/sdk/dart/package-fidl_fidl/InterfacePair-class.md
index 59e1a7c..286420f 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair-class.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/handle.md b/sdk/dart/package-fidl_fidl/InterfacePair/handle.md
index c2513af..3eb3278 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/handle.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/handle.md
@@ -10,7 +10,7 @@
 
 [InterfaceHandle](../../package-fidl_fidl/InterfaceHandle-class.md)&lt;T> handle
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/hashCode.md b/sdk/dart/package-fidl_fidl/InterfacePair/hashCode.md
index c46c49f..93c16c4 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/noSuchMethod.md b/sdk/dart/package-fidl_fidl/InterfacePair/noSuchMethod.md
index 3a03470..6fd01ba 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/operator_equals.md b/sdk/dart/package-fidl_fidl/InterfacePair/operator_equals.md
index dbcfe93..1473244 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/request.md b/sdk/dart/package-fidl_fidl/InterfacePair/request.md
index b2c56bf..4fba21f 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/request.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/request.md
@@ -10,7 +10,7 @@
 
 [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md)&lt;T> request
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/runtimeType.md b/sdk/dart/package-fidl_fidl/InterfacePair/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfacePair/toString.md b/sdk/dart/package-fidl_fidl/InterfacePair/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/InterfacePair/toString.md
+++ b/sdk/dart/package-fidl_fidl/InterfacePair/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest-class.md b/sdk/dart/package-fidl_fidl/InterfaceRequest-class.md
index 75c7e5d..938ec53 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest-class.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest-class.md
@@ -59,7 +59,7 @@
 
 The underlying channel messages will be received over when the interface
 handle is bound to <a href="../package-fidl_fidl/Binding-class.md">Binding</a>.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -77,7 +77,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -130,7 +130,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest/hashCode.md b/sdk/dart/package-fidl_fidl/InterfaceRequest/hashCode.md
index 482bece..78a935e 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest/noSuchMethod.md b/sdk/dart/package-fidl_fidl/InterfaceRequest/noSuchMethod.md
index 7df5b85..19647db 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest/operator_equals.md b/sdk/dart/package-fidl_fidl/InterfaceRequest/operator_equals.md
index 6a2ded4..f0094ab 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest/runtimeType.md b/sdk/dart/package-fidl_fidl/InterfaceRequest/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequest/toString.md b/sdk/dart/package-fidl_fidl/InterfaceRequest/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequest/toString.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequest/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequestType-class.md b/sdk/dart/package-fidl_fidl/InterfaceRequestType-class.md
index 97d6fbf..1d2ebec 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequestType-class.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequestType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequestType/decode.md b/sdk/dart/package-fidl_fidl/InterfaceRequestType/decode.md
index 392e5d5..f39492f 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequestType/decode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequestType/decode.md
@@ -14,7 +14,7 @@
 [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md)&lt;T> decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceRequestType/encode.md b/sdk/dart/package-fidl_fidl/InterfaceRequestType/encode.md
index d44cea7..89f8623 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceRequestType/encode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceRequestType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md)&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState.md b/sdk/dart/package-fidl_fidl/InterfaceState.md
index 0effedf..d68757f 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState.md
@@ -68,7 +68,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -77,7 +77,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -121,7 +121,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/hashCode.md b/sdk/dart/package-fidl_fidl/InterfaceState/hashCode.md
index c10bd4e..d8b94ab 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/index.md b/sdk/dart/package-fidl_fidl/InterfaceState/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/index.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/noSuchMethod.md b/sdk/dart/package-fidl_fidl/InterfaceState/noSuchMethod.md
index 67288ab..f11d997 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/operator_equals.md b/sdk/dart/package-fidl_fidl/InterfaceState/operator_equals.md
index a876e8e..96c3f2c 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/runtimeType.md b/sdk/dart/package-fidl_fidl/InterfaceState/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/InterfaceState/toString.md b/sdk/dart/package-fidl_fidl/InterfaceState/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/InterfaceState/toString.md
+++ b/sdk/dart/package-fidl_fidl/InterfaceState/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType-class.md b/sdk/dart/package-fidl_fidl/MemberType-class.md
index bbb1db6..3230cf5 100644
--- a/sdk/dart/package-fidl_fidl/MemberType-class.md
+++ b/sdk/dart/package-fidl_fidl/MemberType-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/hashCode.md b/sdk/dart/package-fidl_fidl/MemberType/hashCode.md
index ba2ad75..f1f16a8 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/noSuchMethod.md b/sdk/dart/package-fidl_fidl/MemberType/noSuchMethod.md
index d5f2b77..87d8144 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/offset.md b/sdk/dart/package-fidl_fidl/MemberType/offset.md
index 56845f9..918c020 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/offset.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/offset.md
@@ -10,7 +10,7 @@
 
 int offset
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/operator_equals.md b/sdk/dart/package-fidl_fidl/MemberType/operator_equals.md
index cfc3d5c..3ef1566 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/runtimeType.md b/sdk/dart/package-fidl_fidl/MemberType/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/toString.md b/sdk/dart/package-fidl_fidl/MemberType/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/toString.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MemberType/type.md b/sdk/dart/package-fidl_fidl/MemberType/type.md
index 0899b17..a3e3248 100644
--- a/sdk/dart/package-fidl_fidl/MemberType/type.md
+++ b/sdk/dart/package-fidl_fidl/MemberType/type.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;dynamic, Iterable> type
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException-class.md b/sdk/dart/package-fidl_fidl/MethodException-class.md
index bc7aa14..d49b0b2 100644
--- a/sdk/dart/package-fidl_fidl/MethodException-class.md
+++ b/sdk/dart/package-fidl_fidl/MethodException-class.md
@@ -31,7 +31,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/hashCode.md b/sdk/dart/package-fidl_fidl/MethodException/hashCode.md
index 8ddd096..129074f 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/noSuchMethod.md b/sdk/dart/package-fidl_fidl/MethodException/noSuchMethod.md
index 84cf4c0..bcfc80c 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/operator_equals.md b/sdk/dart/package-fidl_fidl/MethodException/operator_equals.md
index f153c6b..d0f8d1e 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/runtimeType.md b/sdk/dart/package-fidl_fidl/MethodException/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/toString.md b/sdk/dart/package-fidl_fidl/MethodException/toString.md
index 434f3c5..f799655 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/toString.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodException/value.md b/sdk/dart/package-fidl_fidl/MethodException/value.md
index 286c34c..30bb087 100644
--- a/sdk/dart/package-fidl_fidl/MethodException/value.md
+++ b/sdk/dart/package-fidl_fidl/MethodException/value.md
@@ -10,7 +10,7 @@
 
 T value
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType-class.md b/sdk/dart/package-fidl_fidl/MethodType-class.md
index dd12ab9..db50c15 100644
--- a/sdk/dart/package-fidl_fidl/MethodType-class.md
+++ b/sdk/dart/package-fidl_fidl/MethodType-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/hashCode.md b/sdk/dart/package-fidl_fidl/MethodType/hashCode.md
index b27f0d1..edd09db 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/name.md b/sdk/dart/package-fidl_fidl/MethodType/name.md
index 9554c60..7270c1d 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/name.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/name.md
@@ -10,7 +10,7 @@
 
 String name
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/noSuchMethod.md b/sdk/dart/package-fidl_fidl/MethodType/noSuchMethod.md
index 773f1c5..4b1604b 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/operator_equals.md b/sdk/dart/package-fidl_fidl/MethodType/operator_equals.md
index 1f279e0..aa5b4b8 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/request.md b/sdk/dart/package-fidl_fidl/MethodType/request.md
index 8a8222b..64af96d 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/request.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/request.md
@@ -10,7 +10,7 @@
 
 List&lt;[MemberType](../../package-fidl_fidl/MemberType-class.md)> request
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/requestInlineSizeV2.md b/sdk/dart/package-fidl_fidl/MethodType/requestInlineSizeV2.md
index 52fc008..a14f889 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/requestInlineSizeV2.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/requestInlineSizeV2.md
@@ -10,7 +10,7 @@
 
 int requestInlineSizeV2
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/response.md b/sdk/dart/package-fidl_fidl/MethodType/response.md
index 06a781d..627ea93 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/response.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/response.md
@@ -10,7 +10,7 @@
 
 List&lt;[MemberType](../../package-fidl_fidl/MemberType-class.md)> response
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/responseInlineSizeV2.md b/sdk/dart/package-fidl_fidl/MethodType/responseInlineSizeV2.md
index fe9e93a..1bcb9db 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/responseInlineSizeV2.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/responseInlineSizeV2.md
@@ -10,7 +10,7 @@
 
 int responseInlineSizeV2
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/runtimeType.md b/sdk/dart/package-fidl_fidl/MethodType/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/MethodType/toString.md b/sdk/dart/package-fidl_fidl/MethodType/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/MethodType/toString.md
+++ b/sdk/dart/package-fidl_fidl/MethodType/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/None-class.md b/sdk/dart/package-fidl_fidl/None-class.md
index 480595e..ad83d55 100644
--- a/sdk/dart/package-fidl_fidl/None-class.md
+++ b/sdk/dart/package-fidl_fidl/None-class.md
@@ -43,7 +43,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 True if the value is <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 True if the value is not <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -94,7 +94,7 @@
 If the value is <a href="../package-fidl_fidl/Some-class.md">Some</a>, the value is returned. If <a href="../package-fidl_fidl/None-class.md">None</a>, <code>null</code> is
 returned. Otherwise, the value <code>isUndefined</code>, in which case the given
 <code>fallback</code> value is returned instead.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -116,7 +116,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableHandleType-class.md b/sdk/dart/package-fidl_fidl/NullableHandleType-class.md
index 45558a4..6fdc8cb 100644
--- a/sdk/dart/package-fidl_fidl/NullableHandleType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableHandleType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableHandleType/decode.md b/sdk/dart/package-fidl_fidl/NullableHandleType/decode.md
index 72c1a72..781afb5 100644
--- a/sdk/dart/package-fidl_fidl/NullableHandleType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableHandleType/decode.md
@@ -14,7 +14,7 @@
 W decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableHandleType/encode.md b/sdk/dart/package-fidl_fidl/NullableHandleType/encode.md
index 1abfe61..b02c3d1 100644
--- a/sdk/dart/package-fidl_fidl/NullableHandleType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableHandleType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, W value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType-class.md b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType-class.md
index 7460a26..69549cd 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/decode.md b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/decode.md
index ae40ebb..713c08b 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/decode.md
@@ -14,7 +14,7 @@
 [InterfaceHandle](../../package-fidl_fidl/InterfaceHandle-class.md)&lt;T> decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/encode.md b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/encode.md
index f85c815..a0e4c6b 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceHandleType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [InterfaceHandle](../../package-fidl_fidl/InterfaceHandle-class.md)&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType-class.md b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType-class.md
index 4e8946e..6a1aac5 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/decode.md b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/decode.md
index 04a9d62..b2a4610 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/decode.md
@@ -14,7 +14,7 @@
 [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md)&lt;T> decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/encode.md b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/encode.md
index 2f11816..1f8e792 100644
--- a/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableInterfaceRequestType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md)&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableStringType-class.md b/sdk/dart/package-fidl_fidl/NullableStringType-class.md
index b6457c6..47e239c 100644
--- a/sdk/dart/package-fidl_fidl/NullableStringType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableStringType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableStringType/decode.md b/sdk/dart/package-fidl_fidl/NullableStringType/decode.md
index da11b7c..45c0993 100644
--- a/sdk/dart/package-fidl_fidl/NullableStringType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableStringType/decode.md
@@ -14,7 +14,7 @@
 String decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableStringType/encode.md b/sdk/dart/package-fidl_fidl/NullableStringType/encode.md
index d7ed8b3..d722966 100644
--- a/sdk/dart/package-fidl_fidl/NullableStringType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableStringType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, String value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableStringType/maybeElementCount.md b/sdk/dart/package-fidl_fidl/NullableStringType/maybeElementCount.md
index 6e5a46b..a62115e 100644
--- a/sdk/dart/package-fidl_fidl/NullableStringType/maybeElementCount.md
+++ b/sdk/dart/package-fidl_fidl/NullableStringType/maybeElementCount.md
@@ -10,7 +10,7 @@
 
 int maybeElementCount
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType-class.md b/sdk/dart/package-fidl_fidl/NullableUnionType-class.md
index 11a4eac..2ddcce5 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/ctor.md b/sdk/dart/package-fidl_fidl/NullableUnionType/ctor.md
index 17553f3..a766689 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/ctor.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/ctor.md
@@ -10,7 +10,7 @@
 
 [UnionFactory](../../package-fidl_fidl/UnionFactory.md)&lt;T> ctor
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/decode.md b/sdk/dart/package-fidl_fidl/NullableUnionType/decode.md
index 9f3a471..4d4bfea 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/encode.md b/sdk/dart/package-fidl_fidl/NullableUnionType/encode.md
index 2bd9a63..8742a3d 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/flexible.md b/sdk/dart/package-fidl_fidl/NullableUnionType/flexible.md
index 0ba16d2..11d3af7 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/flexible.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/flexible.md
@@ -10,7 +10,7 @@
 
 bool flexible
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/members.md b/sdk/dart/package-fidl_fidl/NullableUnionType/members.md
index a1dcc43..4864b73 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/members.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/members.md
@@ -10,7 +10,7 @@
 
 Map&lt;int, [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;dynamic, Iterable>> members
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableUnionType/resource.md b/sdk/dart/package-fidl_fidl/NullableUnionType/resource.md
index 8d22965..8231a88 100644
--- a/sdk/dart/package-fidl_fidl/NullableUnionType/resource.md
+++ b/sdk/dart/package-fidl_fidl/NullableUnionType/resource.md
@@ -10,7 +10,7 @@
 
 bool resource
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableVectorType-class.md b/sdk/dart/package-fidl_fidl/NullableVectorType-class.md
index 66e8e96..9d5e7af 100644
--- a/sdk/dart/package-fidl_fidl/NullableVectorType-class.md
+++ b/sdk/dart/package-fidl_fidl/NullableVectorType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableVectorType/decode.md b/sdk/dart/package-fidl_fidl/NullableVectorType/decode.md
index f7f2cab..eb0eda3 100644
--- a/sdk/dart/package-fidl_fidl/NullableVectorType/decode.md
+++ b/sdk/dart/package-fidl_fidl/NullableVectorType/decode.md
@@ -14,7 +14,7 @@
 I decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableVectorType/element.md b/sdk/dart/package-fidl_fidl/NullableVectorType/element.md
index 4787e55..8c517b3 100644
--- a/sdk/dart/package-fidl_fidl/NullableVectorType/element.md
+++ b/sdk/dart/package-fidl_fidl/NullableVectorType/element.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;T, I> element
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableVectorType/encode.md b/sdk/dart/package-fidl_fidl/NullableVectorType/encode.md
index 47e38b9..8ebfb38 100644
--- a/sdk/dart/package-fidl_fidl/NullableVectorType/encode.md
+++ b/sdk/dart/package-fidl_fidl/NullableVectorType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/NullableVectorType/maybeElementCount.md b/sdk/dart/package-fidl_fidl/NullableVectorType/maybeElementCount.md
index 6e5a46b..a62115e 100644
--- a/sdk/dart/package-fidl_fidl/NullableVectorType/maybeElementCount.md
+++ b/sdk/dart/package-fidl_fidl/NullableVectorType/maybeElementCount.md
@@ -10,7 +10,7 @@
 
 int maybeElementCount
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable-class.md b/sdk/dart/package-fidl_fidl/OptionalNullable-class.md
index c287f9c..9a3d47e 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable-class.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable-class.md
@@ -86,7 +86,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -95,7 +95,7 @@
 
 
 True if the value is <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -104,7 +104,7 @@
 
 
 True if the value is not <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -113,7 +113,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -146,7 +146,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -159,7 +159,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable/hashCode.md b/sdk/dart/package-fidl_fidl/OptionalNullable/hashCode.md
index 9b5031c..24397fc 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable/noSuchMethod.md b/sdk/dart/package-fidl_fidl/OptionalNullable/noSuchMethod.md
index 83125ac..1efd49b 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable/operator_equals.md b/sdk/dart/package-fidl_fidl/OptionalNullable/operator_equals.md
index ddb0c22..271e392 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable/runtimeType.md b/sdk/dart/package-fidl_fidl/OptionalNullable/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OptionalNullable/toString.md b/sdk/dart/package-fidl_fidl/OptionalNullable/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/OptionalNullable/toString.md
+++ b/sdk/dart/package-fidl_fidl/OptionalNullable/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage-class.md b/sdk/dart/package-fidl_fidl/OutgoingMessage-class.md
index 58f644a..edb0c06 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage-class.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
   
-_<span class="feature read / write">read / write</span><span class="feature inherited-getter">inherited-getter</span>_
+_<span class="feature">read / write</span><span class="feature">inherited-getter</span>_
 
 
 
@@ -101,7 +101,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -132,7 +132,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -141,7 +141,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -150,7 +150,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/data.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/data.md
index 0fce41d..ae72871 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/data.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/data.md
@@ -10,7 +10,7 @@
 
 ByteData data
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/handleDispositions.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/handleDispositions.md
index 2600f2d..b5f89f0 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/handleDispositions.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/handleDispositions.md
@@ -10,7 +10,7 @@
 
 List&lt;[HandleDisposition](../../zircon/HandleDisposition-class.md)> handleDispositions
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/hashCode.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/hashCode.md
index 94baa0f..d3ff388 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/hexDump.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/hexDump.md
index 87be46f..06f65c1 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/hexDump.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/hexDump.md
@@ -13,7 +13,7 @@
 void hexDump
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/isCompatible.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/isCompatible.md
index 72d82ab..561c7e1 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/isCompatible.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/isCompatible.md
@@ -13,7 +13,7 @@
 bool isCompatible
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/magic.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/magic.md
index c3b09a5..30b3793 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/magic.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/magic.md
@@ -12,7 +12,7 @@
 
 int magic
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/noSuchMethod.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/noSuchMethod.md
index 0999410..8297a84 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/operator_equals.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/operator_equals.md
index 5c0c7fc..5afe5ef 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/ordinal.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/ordinal.md
index 9dc9c45..ccf68f1 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/ordinal.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/ordinal.md
@@ -12,7 +12,7 @@
 
 int ordinal
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/runtimeType.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/strictness.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/strictness.md
index ad5099e..95b4b0a 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/strictness.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/strictness.md
@@ -12,7 +12,7 @@
 
 [CallStrictness](../../package-fidl_fidl/CallStrictness.md) strictness
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/toString.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/toString.md
index 084866f..eaf8761 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/toString.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/txid.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/txid.md
index 1930713..0109d31 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/txid.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/txid.md
@@ -12,7 +12,7 @@
 
 int txid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/OutgoingMessage/wireFormat.md b/sdk/dart/package-fidl_fidl/OutgoingMessage/wireFormat.md
index f08aa28..0ffe75b 100644
--- a/sdk/dart/package-fidl_fidl/OutgoingMessage/wireFormat.md
+++ b/sdk/dart/package-fidl_fidl/OutgoingMessage/wireFormat.md
@@ -12,7 +12,7 @@
 
 [WireFormat](../../package-fidl_fidl/WireFormat.md) wireFormat
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/PointerType-class.md b/sdk/dart/package-fidl_fidl/PointerType-class.md
index cc1d5df..b6b6926 100644
--- a/sdk/dart/package-fidl_fidl/PointerType-class.md
+++ b/sdk/dart/package-fidl_fidl/PointerType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/PointerType/decode.md b/sdk/dart/package-fidl_fidl/PointerType/decode.md
index 908cef2..5583051 100644
--- a/sdk/dart/package-fidl_fidl/PointerType/decode.md
+++ b/sdk/dart/package-fidl_fidl/PointerType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/PointerType/element.md b/sdk/dart/package-fidl_fidl/PointerType/element.md
index e6973d5..5ef0b59 100644
--- a/sdk/dart/package-fidl_fidl/PointerType/element.md
+++ b/sdk/dart/package-fidl_fidl/PointerType/element.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;dynamic, Iterable> element
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/PointerType/encode.md b/sdk/dart/package-fidl_fidl/PointerType/encode.md
index e12884d..dbf5732 100644
--- a/sdk/dart/package-fidl_fidl/PointerType/encode.md
+++ b/sdk/dart/package-fidl_fidl/PointerType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy-class.md b/sdk/dart/package-fidl_fidl/Proxy-class.md
index 2c96b14..7b236c1 100644
--- a/sdk/dart/package-fidl_fidl/Proxy-class.md
+++ b/sdk/dart/package-fidl_fidl/Proxy-class.md
@@ -30,7 +30,7 @@
 
 
 The control plane for this proxy.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/ctrl.md b/sdk/dart/package-fidl_fidl/Proxy/ctrl.md
index fc3465e..3b22bf2 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/ctrl.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/ctrl.md
@@ -10,7 +10,7 @@
 
 [ProxyController](../../package-fidl_fidl/ProxyController-class.md)&lt;T> ctrl
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/hashCode.md b/sdk/dart/package-fidl_fidl/Proxy/hashCode.md
index f02135b..c56713a 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Proxy/noSuchMethod.md
index 226e456..0e42394 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/operator_equals.md b/sdk/dart/package-fidl_fidl/Proxy/operator_equals.md
index d10f860..60e6147 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/runtimeType.md b/sdk/dart/package-fidl_fidl/Proxy/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Proxy/toString.md b/sdk/dart/package-fidl_fidl/Proxy/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/Proxy/toString.md
+++ b/sdk/dart/package-fidl_fidl/Proxy/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController-class.md b/sdk/dart/package-fidl_fidl/ProxyController-class.md
index 0b2dc02..cf1f244 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController-class.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController-class.md
@@ -39,7 +39,7 @@
 
 
 The name of the interface of <code>T</code>.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 The service name associated with <code>T</code>, if any.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 A future that completes when the proxy is bound.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 A future that completes when an error is generated by the proxy.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Whether this object is bound to a channel.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 Event for binding.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 Event for when the binding is closed.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 Called when the channel underneath closes.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 Called whenever this object receives a response on a bound channel.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
 Event for unbinding.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -138,7 +138,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -178,7 +178,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -224,7 +224,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -246,7 +246,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/$interfaceName.md b/sdk/dart/package-fidl_fidl/ProxyController/$interfaceName.md
index 37b50e0..56b3f1d 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/$interfaceName.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/$interfaceName.md
@@ -10,7 +10,7 @@
 
 String $interfaceName
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/$serviceName.md b/sdk/dart/package-fidl_fidl/ProxyController/$serviceName.md
index d81acc2..991afb8 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/$serviceName.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/$serviceName.md
@@ -10,7 +10,7 @@
 
 String $serviceName
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/hashCode.md b/sdk/dart/package-fidl_fidl/ProxyController/hashCode.md
index 489d6ee..58d2e3e 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/noSuchMethod.md b/sdk/dart/package-fidl_fidl/ProxyController/noSuchMethod.md
index 25557eb..0bad457 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/onBind.md b/sdk/dart/package-fidl_fidl/ProxyController/onBind.md
index cafb2f2..4e2a246 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/onBind.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/onBind.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onBind
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/onClose.md b/sdk/dart/package-fidl_fidl/ProxyController/onClose.md
index 0692cc2..b1ca332 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/onClose.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/onClose.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onClose
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/onConnectionError.md b/sdk/dart/package-fidl_fidl/ProxyController/onConnectionError.md
index f61d19d..92289e4 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/onConnectionError.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/onConnectionError.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onConnectionError
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/onResponse.md b/sdk/dart/package-fidl_fidl/ProxyController/onResponse.md
index 464224d..a0af96f 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/onResponse.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/onResponse.md
@@ -10,7 +10,7 @@
 
 [IncomingMessageSink](../../package-fidl_fidl/IncomingMessageSink.md) onResponse
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/onUnbind.md b/sdk/dart/package-fidl_fidl/ProxyController/onUnbind.md
index 7dc1c87..d3c0b74 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/onUnbind.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/onUnbind.md
@@ -10,7 +10,7 @@
 
 _VoidCallback onUnbind
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/operator_equals.md b/sdk/dart/package-fidl_fidl/ProxyController/operator_equals.md
index 63ef2c0..1fb1564 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/runtimeType.md b/sdk/dart/package-fidl_fidl/ProxyController/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyController/toString.md b/sdk/dart/package-fidl_fidl/ProxyController/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/ProxyController/toString.md
+++ b/sdk/dart/package-fidl_fidl/ProxyController/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError-class.md b/sdk/dart/package-fidl_fidl/ProxyError-class.md
index ac87162..b7d9438 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError-class.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError-class.md
@@ -31,7 +31,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 What went wrong.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/hashCode.md b/sdk/dart/package-fidl_fidl/ProxyError/hashCode.md
index 883b62c..ae00b08 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/message.md b/sdk/dart/package-fidl_fidl/ProxyError/message.md
index ae28b62..f96831b 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/message.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/message.md
@@ -10,7 +10,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/noSuchMethod.md b/sdk/dart/package-fidl_fidl/ProxyError/noSuchMethod.md
index 7334e91..88a03f5 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/operator_equals.md b/sdk/dart/package-fidl_fidl/ProxyError/operator_equals.md
index c5e6499..40452f6 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/runtimeType.md b/sdk/dart/package-fidl_fidl/ProxyError/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ProxyError/toString.md b/sdk/dart/package-fidl_fidl/ProxyError/toString.md
index 3cc3620..d46102b 100644
--- a/sdk/dart/package-fidl_fidl/ProxyError/toString.md
+++ b/sdk/dart/package-fidl_fidl/ProxyError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service-class.md b/sdk/dart/package-fidl_fidl/Service-class.md
index d9d1800..45d2f95 100644
--- a/sdk/dart/package-fidl_fidl/Service-class.md
+++ b/sdk/dart/package-fidl_fidl/Service-class.md
@@ -30,7 +30,7 @@
 
 
 Getter for the <a href="../package-fidl_fidl/ServiceData-class.md">ServiceData</a>  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service/hashCode.md b/sdk/dart/package-fidl_fidl/Service/hashCode.md
index 3cb44d5..69cd770 100644
--- a/sdk/dart/package-fidl_fidl/Service/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Service/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Service/noSuchMethod.md
index a29dc76..e46f234 100644
--- a/sdk/dart/package-fidl_fidl/Service/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Service/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service/operator_equals.md b/sdk/dart/package-fidl_fidl/Service/operator_equals.md
index fe0f025..ff07d1d 100644
--- a/sdk/dart/package-fidl_fidl/Service/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Service/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service/runtimeType.md b/sdk/dart/package-fidl_fidl/Service/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Service/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Service/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Service/toString.md b/sdk/dart/package-fidl_fidl/Service/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/Service/toString.md
+++ b/sdk/dart/package-fidl_fidl/Service/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData-class.md b/sdk/dart/package-fidl_fidl/ServiceData-class.md
index c4560a9..45ffa00 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData-class.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData-class.md
@@ -30,7 +30,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -79,7 +79,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData/hashCode.md b/sdk/dart/package-fidl_fidl/ServiceData/hashCode.md
index 127724a..072776d 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData/noSuchMethod.md b/sdk/dart/package-fidl_fidl/ServiceData/noSuchMethod.md
index c7f689a..95f59be 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData/operator_equals.md b/sdk/dart/package-fidl_fidl/ServiceData/operator_equals.md
index 5a17b5d..12230c4 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData/runtimeType.md b/sdk/dart/package-fidl_fidl/ServiceData/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/ServiceData/toString.md b/sdk/dart/package-fidl_fidl/ServiceData/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/ServiceData/toString.md
+++ b/sdk/dart/package-fidl_fidl/ServiceData/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SimpleFidlType-class.md b/sdk/dart/package-fidl_fidl/SimpleFidlType-class.md
index 59e6fe5..b5a0fca 100644
--- a/sdk/dart/package-fidl_fidl/SimpleFidlType-class.md
+++ b/sdk/dart/package-fidl_fidl/SimpleFidlType-class.md
@@ -68,7 +68,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -77,7 +77,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -144,7 +144,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -153,7 +153,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -166,7 +166,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SimpleFidlType/decodeArray.md b/sdk/dart/package-fidl_fidl/SimpleFidlType/decodeArray.md
index e0baf16..bda05bd 100644
--- a/sdk/dart/package-fidl_fidl/SimpleFidlType/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/SimpleFidlType/decodeArray.md
@@ -14,7 +14,7 @@
 List&lt;T> decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SocketType-class.md b/sdk/dart/package-fidl_fidl/SocketType-class.md
index 8f3e185..b12fa28 100644
--- a/sdk/dart/package-fidl_fidl/SocketType-class.md
+++ b/sdk/dart/package-fidl_fidl/SocketType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SocketType/decode.md b/sdk/dart/package-fidl_fidl/SocketType/decode.md
index d1c37e3..06ce9f9 100644
--- a/sdk/dart/package-fidl_fidl/SocketType/decode.md
+++ b/sdk/dart/package-fidl_fidl/SocketType/decode.md
@@ -14,7 +14,7 @@
 [Socket](../../zircon/Socket-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SocketType/encode.md b/sdk/dart/package-fidl_fidl/SocketType/encode.md
index fd0a8d7..4fa58ac 100644
--- a/sdk/dart/package-fidl_fidl/SocketType/encode.md
+++ b/sdk/dart/package-fidl_fidl/SocketType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [Socket](../../zircon/Socket-class.md) value, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SocketType/objectType.md b/sdk/dart/package-fidl_fidl/SocketType/objectType.md
index 9c1d3fd..eb6c1d0 100644
--- a/sdk/dart/package-fidl_fidl/SocketType/objectType.md
+++ b/sdk/dart/package-fidl_fidl/SocketType/objectType.md
@@ -10,7 +10,7 @@
 
 int objectType
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/SocketType/rights.md b/sdk/dart/package-fidl_fidl/SocketType/rights.md
index 1dd6ddc..a30bba7 100644
--- a/sdk/dart/package-fidl_fidl/SocketType/rights.md
+++ b/sdk/dart/package-fidl_fidl/SocketType/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Some-class.md b/sdk/dart/package-fidl_fidl/Some-class.md
index b144c67..26e04ea 100644
--- a/sdk/dart/package-fidl_fidl/Some-class.md
+++ b/sdk/dart/package-fidl_fidl/Some-class.md
@@ -43,7 +43,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 True if the value is <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 True if the value is not <a href="../package-fidl_fidl/Some-class.md">Some</a> or <a href="../package-fidl_fidl/None-class.md">None</a>.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -94,7 +94,7 @@
 If the value is <a href="../package-fidl_fidl/Some-class.md">Some</a>, the value is returned. If <a href="../package-fidl_fidl/None-class.md">None</a>, <code>null</code> is
 returned. Otherwise, the value <code>isUndefined</code>, in which case the given
 <code>fallback</code> value is returned instead.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -116,7 +116,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StatusType-class.md b/sdk/dart/package-fidl_fidl/StatusType-class.md
index ef69b4e..99922fa 100644
--- a/sdk/dart/package-fidl_fidl/StatusType-class.md
+++ b/sdk/dart/package-fidl_fidl/StatusType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StringType-class.md b/sdk/dart/package-fidl_fidl/StringType-class.md
index bac445b..cc366c4 100644
--- a/sdk/dart/package-fidl_fidl/StringType-class.md
+++ b/sdk/dart/package-fidl_fidl/StringType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StringType/decode.md b/sdk/dart/package-fidl_fidl/StringType/decode.md
index 6e2d9f2..2e745de 100644
--- a/sdk/dart/package-fidl_fidl/StringType/decode.md
+++ b/sdk/dart/package-fidl_fidl/StringType/decode.md
@@ -14,7 +14,7 @@
 String decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StringType/encode.md b/sdk/dart/package-fidl_fidl/StringType/encode.md
index b295092..0a8d6bf 100644
--- a/sdk/dart/package-fidl_fidl/StringType/encode.md
+++ b/sdk/dart/package-fidl_fidl/StringType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, String value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StringType/maybeElementCount.md b/sdk/dart/package-fidl_fidl/StringType/maybeElementCount.md
index 6e5a46b..a62115e 100644
--- a/sdk/dart/package-fidl_fidl/StringType/maybeElementCount.md
+++ b/sdk/dart/package-fidl_fidl/StringType/maybeElementCount.md
@@ -10,7 +10,7 @@
 
 int maybeElementCount
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct-class.md b/sdk/dart/package-fidl_fidl/Struct-class.md
index 8294d0a..2a663c0 100644
--- a/sdk/dart/package-fidl_fidl/Struct-class.md
+++ b/sdk/dart/package-fidl_fidl/Struct-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct/hashCode.md b/sdk/dart/package-fidl_fidl/Struct/hashCode.md
index 8f33d76..25dce36 100644
--- a/sdk/dart/package-fidl_fidl/Struct/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Struct/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Struct/noSuchMethod.md
index 4ad72b4..48d65a0 100644
--- a/sdk/dart/package-fidl_fidl/Struct/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Struct/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct/operator_equals.md b/sdk/dart/package-fidl_fidl/Struct/operator_equals.md
index 056b5ec..e676cfc 100644
--- a/sdk/dart/package-fidl_fidl/Struct/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Struct/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (dynamic other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct/runtimeType.md b/sdk/dart/package-fidl_fidl/Struct/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Struct/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Struct/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Struct/toString.md b/sdk/dart/package-fidl_fidl/Struct/toString.md
index 422d2d7..297e3da 100644
--- a/sdk/dart/package-fidl_fidl/Struct/toString.md
+++ b/sdk/dart/package-fidl_fidl/Struct/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StructType-class.md b/sdk/dart/package-fidl_fidl/StructType-class.md
index 9e2522b..716a871 100644
--- a/sdk/dart/package-fidl_fidl/StructType-class.md
+++ b/sdk/dart/package-fidl_fidl/StructType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StructType/decode.md b/sdk/dart/package-fidl_fidl/StructType/decode.md
index cd4476a..fb9bcee 100644
--- a/sdk/dart/package-fidl_fidl/StructType/decode.md
+++ b/sdk/dart/package-fidl_fidl/StructType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StructType/encode.md b/sdk/dart/package-fidl_fidl/StructType/encode.md
index 10fa107..cddfd81 100644
--- a/sdk/dart/package-fidl_fidl/StructType/encode.md
+++ b/sdk/dart/package-fidl_fidl/StructType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/StructType/structDecode.md b/sdk/dart/package-fidl_fidl/StructType/structDecode.md
index b84f8d3..ce14215 100644
--- a/sdk/dart/package-fidl_fidl/StructType/structDecode.md
+++ b/sdk/dart/package-fidl_fidl/StructType/structDecode.md
@@ -10,7 +10,7 @@
 
 [StructDecode](../../package-fidl_fidl/StructDecode.md)&lt;T> structDecode
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table-class.md b/sdk/dart/package-fidl_fidl/Table-class.md
index 8a58804..cc5fe66 100644
--- a/sdk/dart/package-fidl_fidl/Table-class.md
+++ b/sdk/dart/package-fidl_fidl/Table-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table/hashCode.md b/sdk/dart/package-fidl_fidl/Table/hashCode.md
index 493378d..c59e326 100644
--- a/sdk/dart/package-fidl_fidl/Table/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Table/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Table/noSuchMethod.md
index 58e3d44..8a1180b 100644
--- a/sdk/dart/package-fidl_fidl/Table/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Table/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table/operator_equals.md b/sdk/dart/package-fidl_fidl/Table/operator_equals.md
index 72598e0..7e659e3 100644
--- a/sdk/dart/package-fidl_fidl/Table/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Table/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (dynamic other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table/runtimeType.md b/sdk/dart/package-fidl_fidl/Table/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Table/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Table/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Table/toString.md b/sdk/dart/package-fidl_fidl/Table/toString.md
index 422d2d7..297e3da 100644
--- a/sdk/dart/package-fidl_fidl/Table/toString.md
+++ b/sdk/dart/package-fidl_fidl/Table/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType-class.md b/sdk/dart/package-fidl_fidl/TableType-class.md
index 7fe7d38..53e4720 100644
--- a/sdk/dart/package-fidl_fidl/TableType-class.md
+++ b/sdk/dart/package-fidl_fidl/TableType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -167,7 +167,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType/ctor.md b/sdk/dart/package-fidl_fidl/TableType/ctor.md
index 0ea2902..7e5d825 100644
--- a/sdk/dart/package-fidl_fidl/TableType/ctor.md
+++ b/sdk/dart/package-fidl_fidl/TableType/ctor.md
@@ -10,7 +10,7 @@
 
 [TableFactory](../../package-fidl_fidl/TableFactory.md)&lt;T> ctor
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType/decode.md b/sdk/dart/package-fidl_fidl/TableType/decode.md
index 0603938..4b09a76 100644
--- a/sdk/dart/package-fidl_fidl/TableType/decode.md
+++ b/sdk/dart/package-fidl_fidl/TableType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType/encode.md b/sdk/dart/package-fidl_fidl/TableType/encode.md
index 50396f6..629e4f9 100644
--- a/sdk/dart/package-fidl_fidl/TableType/encode.md
+++ b/sdk/dart/package-fidl_fidl/TableType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType/members.md b/sdk/dart/package-fidl_fidl/TableType/members.md
index f662257..4590ec4 100644
--- a/sdk/dart/package-fidl_fidl/TableType/members.md
+++ b/sdk/dart/package-fidl_fidl/TableType/members.md
@@ -10,7 +10,7 @@
 
 List&lt;[FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;dynamic, Iterable>> members
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TableType/resource.md b/sdk/dart/package-fidl_fidl/TableType/resource.md
index 8d22965..8231a88 100644
--- a/sdk/dart/package-fidl_fidl/TableType/resource.md
+++ b/sdk/dart/package-fidl_fidl/TableType/resource.md
@@ -10,7 +10,7 @@
 
 bool resource
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr.md b/sdk/dart/package-fidl_fidl/TransportErr.md
index 3e1048c..e0d6224 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr.md
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/hashCode.md b/sdk/dart/package-fidl_fidl/TransportErr/hashCode.md
index 20a7be7..4e53c47 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/index.md b/sdk/dart/package-fidl_fidl/TransportErr/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/index.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/noSuchMethod.md b/sdk/dart/package-fidl_fidl/TransportErr/noSuchMethod.md
index 7ccb318..6f956a8 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/operator_equals.md b/sdk/dart/package-fidl_fidl/TransportErr/operator_equals.md
index 7ed2675..2db2718 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/runtimeType.md b/sdk/dart/package-fidl_fidl/TransportErr/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErr/toString.md b/sdk/dart/package-fidl_fidl/TransportErr/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/TransportErr/toString.md
+++ b/sdk/dart/package-fidl_fidl/TransportErr/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErrType-class.md b/sdk/dart/package-fidl_fidl/TransportErrType-class.md
index 264ac80..ecefe1f 100644
--- a/sdk/dart/package-fidl_fidl/TransportErrType-class.md
+++ b/sdk/dart/package-fidl_fidl/TransportErrType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErrType/decode.md b/sdk/dart/package-fidl_fidl/TransportErrType/decode.md
index f86fbe2..ca2b78d 100644
--- a/sdk/dart/package-fidl_fidl/TransportErrType/decode.md
+++ b/sdk/dart/package-fidl_fidl/TransportErrType/decode.md
@@ -14,7 +14,7 @@
 [TransportErr](../../package-fidl_fidl/TransportErr.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/TransportErrType/encode.md b/sdk/dart/package-fidl_fidl/TransportErrType/encode.md
index 76ebb18..67fd10b 100644
--- a/sdk/dart/package-fidl_fidl/TransportErrType/encode.md
+++ b/sdk/dart/package-fidl_fidl/TransportErrType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [TransportErr](../../package-fidl_fidl/TransportErr.md) value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint16Type-class.md b/sdk/dart/package-fidl_fidl/Uint16Type-class.md
index f749c9b..8e9c6a7 100644
--- a/sdk/dart/package-fidl_fidl/Uint16Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Uint16Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint16Type/decode.md b/sdk/dart/package-fidl_fidl/Uint16Type/decode.md
index 94acf65..e39ee0c 100644
--- a/sdk/dart/package-fidl_fidl/Uint16Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Uint16Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint16Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Uint16Type/decodeArray.md
index 1dcf4a5..74ad339 100644
--- a/sdk/dart/package-fidl_fidl/Uint16Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint16Type/decodeArray.md
@@ -14,7 +14,7 @@
 Uint16List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint16Type/encode.md b/sdk/dart/package-fidl_fidl/Uint16Type/encode.md
index 2d32f3e..8fe2787 100644
--- a/sdk/dart/package-fidl_fidl/Uint16Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Uint16Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint16Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Uint16Type/encodeArray.md
index 51f0e25..379ea07 100644
--- a/sdk/dart/package-fidl_fidl/Uint16Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint16Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint32Type-class.md b/sdk/dart/package-fidl_fidl/Uint32Type-class.md
index 4377dcc..222e170 100644
--- a/sdk/dart/package-fidl_fidl/Uint32Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Uint32Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint32Type/decode.md b/sdk/dart/package-fidl_fidl/Uint32Type/decode.md
index a02a764..643b50e 100644
--- a/sdk/dart/package-fidl_fidl/Uint32Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Uint32Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint32Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Uint32Type/decodeArray.md
index 2349e2c..6940cb8 100644
--- a/sdk/dart/package-fidl_fidl/Uint32Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint32Type/decodeArray.md
@@ -14,7 +14,7 @@
 Uint32List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint32Type/encode.md b/sdk/dart/package-fidl_fidl/Uint32Type/encode.md
index 95e2948..37f24c5 100644
--- a/sdk/dart/package-fidl_fidl/Uint32Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Uint32Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint32Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Uint32Type/encodeArray.md
index 7e58593..0f80171 100644
--- a/sdk/dart/package-fidl_fidl/Uint32Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint32Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint64Type-class.md b/sdk/dart/package-fidl_fidl/Uint64Type-class.md
index 2bd14c3..371d226 100644
--- a/sdk/dart/package-fidl_fidl/Uint64Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Uint64Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint64Type/decode.md b/sdk/dart/package-fidl_fidl/Uint64Type/decode.md
index 548e0ef..dc2810e 100644
--- a/sdk/dart/package-fidl_fidl/Uint64Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Uint64Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint64Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Uint64Type/decodeArray.md
index 584e04e..940f3d1 100644
--- a/sdk/dart/package-fidl_fidl/Uint64Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint64Type/decodeArray.md
@@ -14,7 +14,7 @@
 Uint64List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint64Type/encode.md b/sdk/dart/package-fidl_fidl/Uint64Type/encode.md
index acb3f66..e51922c 100644
--- a/sdk/dart/package-fidl_fidl/Uint64Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Uint64Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint64Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Uint64Type/encodeArray.md
index b2dcd1d..35d1db4 100644
--- a/sdk/dart/package-fidl_fidl/Uint64Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint64Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint8Type-class.md b/sdk/dart/package-fidl_fidl/Uint8Type-class.md
index 184a0ef..fc1b321 100644
--- a/sdk/dart/package-fidl_fidl/Uint8Type-class.md
+++ b/sdk/dart/package-fidl_fidl/Uint8Type-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -139,7 +139,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint8Type/decode.md b/sdk/dart/package-fidl_fidl/Uint8Type/decode.md
index 9276167..ae6d9c0 100644
--- a/sdk/dart/package-fidl_fidl/Uint8Type/decode.md
+++ b/sdk/dart/package-fidl_fidl/Uint8Type/decode.md
@@ -14,7 +14,7 @@
 int decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint8Type/decodeArray.md b/sdk/dart/package-fidl_fidl/Uint8Type/decodeArray.md
index 2a1c249..366190e 100644
--- a/sdk/dart/package-fidl_fidl/Uint8Type/decodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint8Type/decodeArray.md
@@ -14,7 +14,7 @@
 Uint8List decodeArray
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int count, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint8Type/encode.md b/sdk/dart/package-fidl_fidl/Uint8Type/encode.md
index 3693927..6eb572c 100644
--- a/sdk/dart/package-fidl_fidl/Uint8Type/encode.md
+++ b/sdk/dart/package-fidl_fidl/Uint8Type/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, int value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Uint8Type/encodeArray.md b/sdk/dart/package-fidl_fidl/Uint8Type/encodeArray.md
index 60d2ff9..9e30990 100644
--- a/sdk/dart/package-fidl_fidl/Uint8Type/encodeArray.md
+++ b/sdk/dart/package-fidl_fidl/Uint8Type/encodeArray.md
@@ -14,7 +14,7 @@
 void encodeArray
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;int> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union-class.md b/sdk/dart/package-fidl_fidl/Union-class.md
index 8b88aa2..6b24514 100644
--- a/sdk/dart/package-fidl_fidl/Union-class.md
+++ b/sdk/dart/package-fidl_fidl/Union-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union/hashCode.md b/sdk/dart/package-fidl_fidl/Union/hashCode.md
index 86ad748..ef8d50e 100644
--- a/sdk/dart/package-fidl_fidl/Union/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/Union/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union/noSuchMethod.md b/sdk/dart/package-fidl_fidl/Union/noSuchMethod.md
index ba35930..ea6f7f9 100644
--- a/sdk/dart/package-fidl_fidl/Union/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/Union/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union/operator_equals.md b/sdk/dart/package-fidl_fidl/Union/operator_equals.md
index 013a060..22467b5 100644
--- a/sdk/dart/package-fidl_fidl/Union/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/Union/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (dynamic other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union/runtimeType.md b/sdk/dart/package-fidl_fidl/Union/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/Union/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/Union/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/Union/toString.md b/sdk/dart/package-fidl_fidl/Union/toString.md
index 121c8bd..399d3d5 100644
--- a/sdk/dart/package-fidl_fidl/Union/toString.md
+++ b/sdk/dart/package-fidl_fidl/Union/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType-class.md b/sdk/dart/package-fidl_fidl/UnionType-class.md
index f716bf2..fccc268 100644
--- a/sdk/dart/package-fidl_fidl/UnionType-class.md
+++ b/sdk/dart/package-fidl_fidl/UnionType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/ctor.md b/sdk/dart/package-fidl_fidl/UnionType/ctor.md
index 17553f3..a766689 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/ctor.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/ctor.md
@@ -10,7 +10,7 @@
 
 [UnionFactory](../../package-fidl_fidl/UnionFactory.md)&lt;T> ctor
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/decode.md b/sdk/dart/package-fidl_fidl/UnionType/decode.md
index b2a510c..925e485 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/decode.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/decode.md
@@ -14,7 +14,7 @@
 T decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/encode.md b/sdk/dart/package-fidl_fidl/UnionType/encode.md
index bb9f0e3..f0f986e 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/encode.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, T value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/flexible.md b/sdk/dart/package-fidl_fidl/UnionType/flexible.md
index 0ba16d2..11d3af7 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/flexible.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/flexible.md
@@ -10,7 +10,7 @@
 
 bool flexible
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/members.md b/sdk/dart/package-fidl_fidl/UnionType/members.md
index a1dcc43..4864b73 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/members.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/members.md
@@ -10,7 +10,7 @@
 
 Map&lt;int, [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;dynamic, Iterable>> members
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnionType/resource.md b/sdk/dart/package-fidl_fidl/UnionType/resource.md
index 8d22965..8231a88 100644
--- a/sdk/dart/package-fidl_fidl/UnionType/resource.md
+++ b/sdk/dart/package-fidl_fidl/UnionType/resource.md
@@ -10,7 +10,7 @@
 
 bool resource
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent-class.md b/sdk/dart/package-fidl_fidl/UnknownEvent-class.md
index 162e8ce..277853b 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent-class.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent-class.md
@@ -30,7 +30,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 Ordinal of the event.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/hashCode.md b/sdk/dart/package-fidl_fidl/UnknownEvent/hashCode.md
index 51d359e..499106c 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/noSuchMethod.md b/sdk/dart/package-fidl_fidl/UnknownEvent/noSuchMethod.md
index a94ad2d..87cf5ec 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/operator_equals.md b/sdk/dart/package-fidl_fidl/UnknownEvent/operator_equals.md
index 4bed569..5cb1504 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/ordinal.md b/sdk/dart/package-fidl_fidl/UnknownEvent/ordinal.md
index b4b4051..af262be 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/ordinal.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/ordinal.md
@@ -10,7 +10,7 @@
 
 int ordinal
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/runtimeType.md b/sdk/dart/package-fidl_fidl/UnknownEvent/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownEvent/toString.md b/sdk/dart/package-fidl_fidl/UnknownEvent/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/UnknownEvent/toString.md
+++ b/sdk/dart/package-fidl_fidl/UnknownEvent/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownMethodException-class.md b/sdk/dart/package-fidl_fidl/UnknownMethodException-class.md
index 88da19c..4f48524 100644
--- a/sdk/dart/package-fidl_fidl/UnknownMethodException-class.md
+++ b/sdk/dart/package-fidl_fidl/UnknownMethodException-class.md
@@ -41,7 +41,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData-class.md b/sdk/dart/package-fidl_fidl/UnknownRawData-class.md
index 6f15fef..6812753 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData-class.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData-class.md
@@ -32,7 +32,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/data.md b/sdk/dart/package-fidl_fidl/UnknownRawData/data.md
index 6c6b688..0bd1213 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/data.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/data.md
@@ -10,7 +10,7 @@
 
 Uint8List data
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/handles.md b/sdk/dart/package-fidl_fidl/UnknownRawData/handles.md
index 6c3d3a8..4f819ab 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/handles.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/handles.md
@@ -10,7 +10,7 @@
 
 List&lt;[Handle](../../zircon/Handle-class.md)> handles
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/hashCode.md b/sdk/dart/package-fidl_fidl/UnknownRawData/hashCode.md
index 39568de..191abf1 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/noSuchMethod.md b/sdk/dart/package-fidl_fidl/UnknownRawData/noSuchMethod.md
index 7d99dd7..d53b185 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/operator_equals.md b/sdk/dart/package-fidl_fidl/UnknownRawData/operator_equals.md
index f253d9e..92fe8a0 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/runtimeType.md b/sdk/dart/package-fidl_fidl/UnknownRawData/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawData/toString.md b/sdk/dart/package-fidl_fidl/UnknownRawData/toString.md
index b8b4aa4..504ae1e 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawData/toString.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawData/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawDataType-class.md b/sdk/dart/package-fidl_fidl/UnknownRawDataType-class.md
index ac7c1e8..83cd417 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawDataType-class.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawDataType-class.md
@@ -44,7 +44,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -53,7 +53,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -138,7 +138,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -147,7 +147,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -160,7 +160,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawDataType/decode.md b/sdk/dart/package-fidl_fidl/UnknownRawDataType/decode.md
index 75b54fd..f228d12 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawDataType/decode.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawDataType/decode.md
@@ -14,7 +14,7 @@
 [UnknownRawData](../../package-fidl_fidl/UnknownRawData-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawDataType/encode.md b/sdk/dart/package-fidl_fidl/UnknownRawDataType/encode.md
index 3da3cb6..395aea9 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawDataType/encode.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawDataType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [UnknownRawData](../../package-fidl_fidl/UnknownRawData-class.md) value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawDataType/numBytes.md b/sdk/dart/package-fidl_fidl/UnknownRawDataType/numBytes.md
index ae6f1be..c0e334d 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawDataType/numBytes.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawDataType/numBytes.md
@@ -10,7 +10,7 @@
 
 int numBytes
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/UnknownRawDataType/numHandles.md b/sdk/dart/package-fidl_fidl/UnknownRawDataType/numHandles.md
index d021c2f..2a6e8b9 100644
--- a/sdk/dart/package-fidl_fidl/UnknownRawDataType/numHandles.md
+++ b/sdk/dart/package-fidl_fidl/UnknownRawDataType/numHandles.md
@@ -10,7 +10,7 @@
 
 int numHandles
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VectorType-class.md b/sdk/dart/package-fidl_fidl/VectorType-class.md
index b26ed20..35be11c 100644
--- a/sdk/dart/package-fidl_fidl/VectorType-class.md
+++ b/sdk/dart/package-fidl_fidl/VectorType-class.md
@@ -42,7 +42,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -158,7 +158,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VectorType/decode.md b/sdk/dart/package-fidl_fidl/VectorType/decode.md
index 057926b..1e7e4ef 100644
--- a/sdk/dart/package-fidl_fidl/VectorType/decode.md
+++ b/sdk/dart/package-fidl_fidl/VectorType/decode.md
@@ -14,7 +14,7 @@
 I decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VectorType/element.md b/sdk/dart/package-fidl_fidl/VectorType/element.md
index 4787e55..8c517b3 100644
--- a/sdk/dart/package-fidl_fidl/VectorType/element.md
+++ b/sdk/dart/package-fidl_fidl/VectorType/element.md
@@ -10,7 +10,7 @@
 
 [FidlType](../../package-fidl_fidl/FidlType-class.md)&lt;T, I> element
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VectorType/encode.md b/sdk/dart/package-fidl_fidl/VectorType/encode.md
index 312349b..c347ea0 100644
--- a/sdk/dart/package-fidl_fidl/VectorType/encode.md
+++ b/sdk/dart/package-fidl_fidl/VectorType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, Iterable&lt;T> value, int offset, int depth)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VectorType/maybeElementCount.md b/sdk/dart/package-fidl_fidl/VectorType/maybeElementCount.md
index 6e5a46b..a62115e 100644
--- a/sdk/dart/package-fidl_fidl/VectorType/maybeElementCount.md
+++ b/sdk/dart/package-fidl_fidl/VectorType/maybeElementCount.md
@@ -10,7 +10,7 @@
 
 int maybeElementCount
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VmoType-class.md b/sdk/dart/package-fidl_fidl/VmoType-class.md
index 5e983ed..c4b8839 100644
--- a/sdk/dart/package-fidl_fidl/VmoType-class.md
+++ b/sdk/dart/package-fidl_fidl/VmoType-class.md
@@ -42,7 +42,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -176,7 +176,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VmoType/decode.md b/sdk/dart/package-fidl_fidl/VmoType/decode.md
index 3089b78..acb7b44 100644
--- a/sdk/dart/package-fidl_fidl/VmoType/decode.md
+++ b/sdk/dart/package-fidl_fidl/VmoType/decode.md
@@ -14,7 +14,7 @@
 [Vmo](../../zircon/Vmo-class.md) decode
 ([Decoder](../../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VmoType/encode.md b/sdk/dart/package-fidl_fidl/VmoType/encode.md
index 69eb7df..cb36404 100644
--- a/sdk/dart/package-fidl_fidl/VmoType/encode.md
+++ b/sdk/dart/package-fidl_fidl/VmoType/encode.md
@@ -14,7 +14,7 @@
 void encode
 ([Encoder](../../package-fidl_fidl/Encoder-class.md) encoder, [Vmo](../../zircon/Vmo-class.md) value, int offset, int depth)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VmoType/objectType.md b/sdk/dart/package-fidl_fidl/VmoType/objectType.md
index 9c1d3fd..eb6c1d0 100644
--- a/sdk/dart/package-fidl_fidl/VmoType/objectType.md
+++ b/sdk/dart/package-fidl_fidl/VmoType/objectType.md
@@ -10,7 +10,7 @@
 
 int objectType
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/VmoType/rights.md b/sdk/dart/package-fidl_fidl/VmoType/rights.md
index 1dd6ddc..a30bba7 100644
--- a/sdk/dart/package-fidl_fidl/VmoType/rights.md
+++ b/sdk/dart/package-fidl_fidl/VmoType/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat.md b/sdk/dart/package-fidl_fidl/WireFormat.md
index 6c9d5cc..8b62f01 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat.md
@@ -58,7 +58,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/hashCode.md b/sdk/dart/package-fidl_fidl/WireFormat/hashCode.md
index b5e28ea..e558883 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/hashCode.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/index.md b/sdk/dart/package-fidl_fidl/WireFormat/index.md
index 7d0f524..d1ee4ce 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/index.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/index.md
@@ -12,7 +12,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/noSuchMethod.md b/sdk/dart/package-fidl_fidl/WireFormat/noSuchMethod.md
index 386cf66..9a1ba97 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/noSuchMethod.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/operator_equals.md b/sdk/dart/package-fidl_fidl/WireFormat/operator_equals.md
index 339a382..0957902 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/operator_equals.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/runtimeType.md b/sdk/dart/package-fidl_fidl/WireFormat/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/runtimeType.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fidl_fidl/WireFormat/toString.md b/sdk/dart/package-fidl_fidl/WireFormat/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fidl_fidl/WireFormat/toString.md
+++ b/sdk/dart/package-fidl_fidl/WireFormat/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo-class.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo-class.md
index df4316d..e992dbb 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo-class.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/hashCode.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/hashCode.md
index ed24c27..4efbfa0 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/hashCode.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/noSuchMethod.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/noSuchMethod.md
index f8051dd..15d2d87 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/operator_equals.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/operator_equals.md
index 628f430..5d2087f 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/operator_equals.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/runtimeType.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/runtimeType.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/toString.md b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/toString.md
+++ b/sdk/dart/package-fuchsia_fuchsia/MxStartupInfo/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty-class.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty-class.md
index 840832c..39bf477 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty-class.md
@@ -26,7 +26,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -35,7 +35,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -44,7 +44,7 @@
 
 
 Returns true only if this <code>Property</code> is present in underlying storage.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 Deletes this <code>Property</code> from underlying storage.
 Calls on a deleted <code>Property</code> have no effect and do not result in an
 error.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/delete.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/delete.md
index d34868c..237b33d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/delete.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/delete.md
@@ -14,7 +14,7 @@
 void delete
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/hashCode.md
index 97ac6ec..d9da8a1 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/noSuchMethod.md
index db9e579..f2a6d8c 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/operator_equals.md
index 02024fc..8bb8de9 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/valid.md b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/valid.md
index 45047b7..b6f0fb4 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/valid.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/BoolProperty/valid.md
@@ -13,7 +13,7 @@
 
 bool valid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty-class.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty-class.md
index e821edf..7960b73 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 Returns true only if this <code>Property</code> is present in underlying storage.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 Deletes this <code>Property</code> from underlying storage.
 Calls on a deleted <code>Property</code> have no effect and do not result in an
 error.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Sets the value of this <code>Property</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/delete.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/delete.md
index d34868c..237b33d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/delete.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/delete.md
@@ -14,7 +14,7 @@
 void delete
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/hashCode.md
index 40779ec..2cf87dd 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/noSuchMethod.md
index bb45cde..8f15e83 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/operator_equals.md
index b01965a..b6697d6 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/setValue.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/setValue.md
index cd2bccc..cf013d0 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/setValue.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/setValue.md
@@ -15,7 +15,7 @@
 void setValue
 (ByteData value)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/valid.md b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/valid.md
index 45047b7..b6f0fb4 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/valid.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/ByteDataProperty/valid.md
@@ -13,7 +13,7 @@
 
 bool valid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty-class.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty-class.md
index d44b7a5..ecb62cf 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 Returns true only if this <code>Property</code> is present in underlying storage.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -63,7 +63,7 @@
 
 
 Adds <code>delta</code> to the value of this metric.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 Deletes this <code>Property</code> from underlying storage.
 Calls on a deleted <code>Property</code> have no effect and do not result in an
 error.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 Sets the value of this <code>Property</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -101,7 +101,7 @@
 
 
 Subtracts <code>delta</code> from the value of this metric.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -110,7 +110,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/add.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/add.md
index d3b57b9..603321e 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/add.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/add.md
@@ -14,7 +14,7 @@
 void add
 (double delta)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/delete.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/delete.md
index d34868c..237b33d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/delete.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/delete.md
@@ -14,7 +14,7 @@
 void delete
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/hashCode.md
index 02196e9..222f8c8 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/noSuchMethod.md
index 3556f3a..25fef76 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/operator_equals.md
index 2ac4088..3dd56ca 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/setValue.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/setValue.md
index d1cda51..ce7a23e 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/setValue.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/setValue.md
@@ -15,7 +15,7 @@
 void setValue
 (double value)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/subtract.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/subtract.md
index 284f2f0..74cc3bc 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/subtract.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/subtract.md
@@ -14,7 +14,7 @@
 void subtract
 (double delta)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/valid.md b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/valid.md
index 45047b7..b6f0fb4 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/valid.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/DoubleProperty/valid.md
@@ -13,7 +13,7 @@
 
 bool valid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect-class.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect-class.md
index a1a7443..fe0f05c 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect-class.md
@@ -40,7 +40,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 The health <a href="../package-fuchsia_inspect_inspect/Node-class.md">Node</a> of this Inspect tree.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 The root <a href="../package-fuchsia_inspect_inspect/Node-class.md">Node</a> of this Inspect tree.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -121,7 +121,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -136,7 +136,7 @@
 Maps an inspect instance name to the number of instantiations
 of that inspector. Used to deduplicate requests for
 similarly named inspectors.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/hashCode.md
index 104f77b..f92b2e8 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/nameToInstanceCount.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/nameToInstanceCount.md
index c6e3989..f47ef85 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/nameToInstanceCount.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/nameToInstanceCount.md
@@ -11,7 +11,7 @@
 
 Map&lt;String, int> nameToInstanceCount
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/noSuchMethod.md
index a9310de..fb29181 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/operator_equals.md
index 0ca57a8..830bcef 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Inspect/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Inspect/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError-class.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError-class.md
index 25bf78a..cdcd9ea 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError-class.md
@@ -44,7 +44,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -53,7 +53,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 The stack trace at the point where this error was first thrown.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/hashCode.md
index 6163028..74bca50 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/message.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/message.md
index 7c3565e..83e2888 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/message.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/message.md
@@ -11,7 +11,7 @@
 
 String message
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/noSuchMethod.md
index 3b57a2c..66d77cc 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/operator_equals.md
index ed8c888..a55c15f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/stackTrace.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/stackTrace.md
index 8af4c06..58dc284 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/stackTrace.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/stackTrace.md
@@ -13,7 +13,7 @@
 
 StackTrace? stackTrace
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/toString.md
index 37b848e..4e9cbd2 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/InspectStateError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty-class.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty-class.md
index c207f6a..3d07357 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 Returns true only if this <code>Property</code> is present in underlying storage.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -63,7 +63,7 @@
 
 
 Adds <code>delta</code> to the value of this metric.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 Deletes this <code>Property</code> from underlying storage.
 Calls on a deleted <code>Property</code> have no effect and do not result in an
 error.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 Sets the value of this <code>Property</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -101,7 +101,7 @@
 
 
 Subtracts <code>delta</code> from the value of this metric.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -110,7 +110,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/add.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/add.md
index 07fddc1..fd407fb 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/add.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/add.md
@@ -14,7 +14,7 @@
 void add
 (int delta)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/delete.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/delete.md
index d34868c..237b33d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/delete.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/delete.md
@@ -14,7 +14,7 @@
 void delete
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/hashCode.md
index f6c6313..eeb19fe 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/noSuchMethod.md
index be6b873..489fdc8 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/operator_equals.md
index ba099b9..a61a024 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/setValue.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/setValue.md
index 999c9a2..d3a293e 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/setValue.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/setValue.md
@@ -15,7 +15,7 @@
 void setValue
 (int value)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/subtract.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/subtract.md
index 9bb400d..6b99925 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/subtract.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/subtract.md
@@ -14,7 +14,7 @@
 void subtract
 (int delta)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/valid.md b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/valid.md
index 45047b7..b6f0fb4 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/valid.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/IntProperty/valid.md
@@ -13,7 +13,7 @@
 
 bool valid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node-class.md b/sdk/dart/package-fuchsia_inspect_inspect/Node-class.md
index 70c6b10..1495b5d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 Returns true only if this node is present in underlying storage.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -148,7 +148,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/Node/hashCode.md
index 689f5cc..93dc664 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/Node/noSuchMethod.md
index f951bfd..db28c46 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/Node/operator_equals.md
index a98b741..83b29a7 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/Node/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/Node/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/Node/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/Node/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/Node/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty-class.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty-class.md
index 8d4de87..5925c62 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty-class.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 Returns true only if this <code>Property</code> is present in underlying storage.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 Deletes this <code>Property</code> from underlying storage.
 Calls on a deleted <code>Property</code> have no effect and do not result in an
 error.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Sets the value of this <code>Property</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/delete.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/delete.md
index d34868c..237b33d 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/delete.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/delete.md
@@ -14,7 +14,7 @@
 void delete
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/hashCode.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/hashCode.md
index d3c6805..1e2747c 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/noSuchMethod.md
index 56dfa11..571c73e 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/operator_equals.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/operator_equals.md
index d23989d..e4e4e3f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/runtimeType.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/setValue.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/setValue.md
index 723ae5b..c9f62de 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/setValue.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/setValue.md
@@ -15,7 +15,7 @@
 void setValue
 (String value)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/toString.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/valid.md b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/valid.md
index 45047b7..b6f0fb4 100644
--- a/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/valid.md
+++ b/sdk/dart/package-fuchsia_inspect_inspect/StringProperty/valid.md
@@ -13,7 +13,7 @@
 
 bool valid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader-class.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader-class.md
index 8697b30..bb3d6f3 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader-class.md
@@ -32,7 +32,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -104,7 +104,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/diagnosticsConfiguration.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/diagnosticsConfiguration.md
index 159e7a0..84fc4a0 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/diagnosticsConfiguration.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/diagnosticsConfiguration.md
@@ -11,7 +11,7 @@
 
 [DiagnosticsConfiguration](../../package-fuchsia_inspect_reader/DiagnosticsConfiguration-class.md)&lt;METADATA> diagnosticsConfiguration
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/hashCode.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/hashCode.md
index 45330cf..61b7c67 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/noSuchMethod.md
index 9884041..0135813 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/operator_equals.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/operator_equals.md
index 708a95f..5a73837 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/runtimeType.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/selectors.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/selectors.md
index 298413f..3ab527d 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/selectors.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/selectors.md
@@ -11,7 +11,7 @@
 
 List&lt;[Selector](../../package-fuchsia_inspect_reader/Selector-class.md)>? selectors
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/toString.md b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/ArchiveReader/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration-class.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration-class.md
index bd23c60..fe7d9d8 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration-class.md
@@ -41,7 +41,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/hashCode.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/hashCode.md
index 7e4a128..00d3d2b 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/noSuchMethod.md
index b245ba0..0c2cdec 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/operator_equals.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/operator_equals.md
index f8d5700..715d8a9 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/runtimeType.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/toString.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsConfiguration/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData-class.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData-class.md
index 00c8e31..aef98d7 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData-class.md
@@ -32,7 +32,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -77,7 +77,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -121,7 +121,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/dataType.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/dataType.md
index 5714b8b..b551953 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/dataType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/dataType.md
@@ -11,7 +11,7 @@
 
 dynamic dataType
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/hashCode.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/hashCode.md
index 5d20968..0237fd2 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/metadata.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/metadata.md
index 506d686..3cebb10 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/metadata.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/metadata.md
@@ -11,7 +11,7 @@
 
 METADATA metadata
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/moniker.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/moniker.md
index 5627d16..e444347 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/moniker.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/moniker.md
@@ -11,7 +11,7 @@
 
 String moniker
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/noSuchMethod.md
index 2d3ee54..26efe2b 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/operator_equals.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/operator_equals.md
index 845e72f..a4da143 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/payload.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/payload.md
index e1b966c..ab4d1f1 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/payload.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/payload.md
@@ -11,7 +11,7 @@
 
 Map&lt;String, dynamic> payload
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/runtimeType.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/toString.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/toString.md
index 266e7e1..0dbf5ea 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/toString.md
@@ -15,7 +15,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/version.md b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/version.md
index fde0f68..88508db 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/version.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/DiagnosticsData/version.md
@@ -11,7 +11,7 @@
 
 int version
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration-class.md b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration-class.md
index 49d62ab..35ce63a 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration-class.md
@@ -41,7 +41,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/buildMetadata.md b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/buildMetadata.md
index a76834b..00cb526 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/buildMetadata.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/buildMetadata.md
@@ -15,7 +15,7 @@
 [InspectMetadata](../../package-fuchsia_inspect_reader/InspectMetadata-class.md) buildMetadata
 (Map&lt;String, dynamic>? metadataSource)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/dataType.md b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/dataType.md
index 0d6ab10..97eae6a 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/dataType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectConfiguration/dataType.md
@@ -13,7 +13,7 @@
 
 dynamic dataType
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata-class.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata-class.md
index 4b9ef35..9a52bf7 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata-class.md
@@ -31,7 +31,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/componentUrl.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/componentUrl.md
index 415bb6b..0dba538 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/componentUrl.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/componentUrl.md
@@ -11,7 +11,7 @@
 
 String componentUrl
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/errors.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/errors.md
index 2de2089..73dbd19 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/errors.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/errors.md
@@ -11,7 +11,7 @@
 
 List&lt;String> errors
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/filename.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/filename.md
index a92c9f9..160d5a1 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/filename.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/filename.md
@@ -11,7 +11,7 @@
 
 String filename
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/hashCode.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/hashCode.md
index b8a8f89..09e3cf5 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/noSuchMethod.md
index f4894fe..9d24d61 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/operator_equals.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/operator_equals.md
index edd3b67..111c0fc 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/runtimeType.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/timeStamp.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/timeStamp.md
index ef01e31..afcd653 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/timeStamp.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/timeStamp.md
@@ -11,7 +11,7 @@
 
 int timeStamp
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/toString.md b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/toString.md
index ddb9db4..88bd327 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/InspectMetadata/toString.md
@@ -15,7 +15,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector-class.md b/sdk/dart/package-fuchsia_inspect_reader/Selector-class.md
index ed9fbda..d8a471e 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector-class.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector-class.md
@@ -31,7 +31,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -53,7 +53,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -62,7 +62,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector/hashCode.md b/sdk/dart/package-fuchsia_inspect_reader/Selector/hashCode.md
index e663ff2..2f35486 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_reader/Selector/noSuchMethod.md
index c3834fd..cfe9172 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector/operator_equals.md b/sdk/dart/package-fuchsia_inspect_reader/Selector/operator_equals.md
index f761c22..a8ea6ee 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector/runtimeType.md b/sdk/dart/package-fuchsia_inspect_reader/Selector/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_reader/Selector/toString.md b/sdk/dart/package-fuchsia_inspect_reader/Selector/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_reader/Selector/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_reader/Selector/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder-class.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder-class.md
index 7d449fa..c192be3 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder-class.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder-class.md
@@ -39,7 +39,7 @@
 
 
 The memory contents of this "VMO".  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 Size of the "VMO".  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 The raw VMO  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -133,7 +133,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -173,7 +173,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/bytes.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/bytes.md
index 9d9a1bd..75df172 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/bytes.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/bytes.md
@@ -11,7 +11,7 @@
 
 ByteData bytes
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/hashCode.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/hashCode.md
index 8eae170..1ed290a 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/noSuchMethod.md
index c336f94..ddf4fcc 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/operator_equals.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/operator_equals.md
index 192efc1..72a5dac 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/runtimeType.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/size.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/size.md
index 5c2a8f1..d443489 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/size.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/size.md
@@ -11,7 +11,7 @@
 
 int size
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/toString.md b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/FakeVmoHolder/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher-class.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher-class.md
index 285a8f4..11f4091 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher-class.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher-class.md
@@ -30,7 +30,7 @@
 
 
 Gets the list of errors.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -79,7 +79,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -124,7 +124,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -137,7 +137,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/hashCode.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/hashCode.md
index b2455fb..de74526 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/noSuchMethod.md
index 22d3785..4ad7abf 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/operator_equals.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/operator_equals.md
index 0a0f110..b4f3122 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/runtimeType.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/toString.md b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/NodeMatcher/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher-class.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher-class.md
index 15f7c9d..d07e325 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher-class.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher-class.md
@@ -27,7 +27,7 @@
 
 
 Gets the list of errors.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -36,7 +36,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -45,7 +45,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -94,7 +94,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -107,7 +107,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/hashCode.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/hashCode.md
index d938312..6fa49a4 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/noSuchMethod.md
index 0da117f..d539579 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/operator_equals.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/operator_equals.md
index 292ab61..6260b3a 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/runtimeType.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/toString.md b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/PropertyMatcher/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher-class.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher-class.md
index a8aa166..2c44c6b 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher-class.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher-class.md
@@ -37,7 +37,7 @@
 
 
 Gets the list of errors.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -46,7 +46,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -55,7 +55,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/hashCode.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/hashCode.md
index b8f0f57..23927ff 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/hashCode.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/noSuchMethod.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/noSuchMethod.md
index d69f98e..0fa5c9b 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/operator_equals.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/operator_equals.md
index 1f30bd5..5f734e0 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/operator_equals.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/runtimeType.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/runtimeType.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/toString.md b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/toString.md
+++ b/sdk/dart/package-fuchsia_inspect_testing/VmoMatcher/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_logger_logger/log.md b/sdk/dart/package-fuchsia_logger_logger/log.md
index 8fdd8e3..7a33a57 100644
--- a/sdk/dart/package-fuchsia_logger_logger/log.md
+++ b/sdk/dart/package-fuchsia_logger_logger/log.md
@@ -13,7 +13,7 @@
 
 Logger log
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_logger_logger/package-fuchsia_logger_logger-library.md b/sdk/dart/package-fuchsia_logger_logger/package-fuchsia_logger_logger-library.md
index 291edf6..aa56249 100644
--- a/sdk/dart/package-fuchsia_logger_logger/package-fuchsia_logger_logger-library.md
+++ b/sdk/dart/package-fuchsia_logger_logger/package-fuchsia_logger_logger-library.md
@@ -25,7 +25,7 @@
 
 
 The logger instance in which logs will be written.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent-class.md b/sdk/dart/package-fuchsia_modular_agent/Agent-class.md
index a411185..e2bc7f3 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent-class.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent-class.md
@@ -33,7 +33,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -42,7 +42,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -113,7 +113,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent/hashCode.md b/sdk/dart/package-fuchsia_modular_agent/Agent/hashCode.md
index 249db6b..b085abb 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent/hashCode.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent/noSuchMethod.md b/sdk/dart/package-fuchsia_modular_agent/Agent/noSuchMethod.md
index 675a765..519ce58 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent/operator_equals.md b/sdk/dart/package-fuchsia_modular_agent/Agent/operator_equals.md
index 54104f1..40ee9a8 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent/operator_equals.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent/runtimeType.md b/sdk/dart/package-fuchsia_modular_agent/Agent/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent/runtimeType.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_agent/Agent/toString.md b/sdk/dart/package-fuchsia_modular_agent/Agent/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_modular_agent/Agent/toString.md
+++ b/sdk/dart/package-fuchsia_modular_agent/Agent/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle-class.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle-class.md
index 8b1ff2f..d167a88 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle-class.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -64,7 +64,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/hashCode.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/hashCode.md
index 70d9984..290a8f0 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/hashCode.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/noSuchMethod.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/noSuchMethod.md
index cd03e75..1b9d055 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/operator_equals.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/operator_equals.md
index c20a706..5f0d918 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/operator_equals.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/runtimeType.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/runtimeType.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/toString.md b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/toString.md
+++ b/sdk/dart/package-fuchsia_modular_lifecycle/Lifecycle/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_logger/package-fuchsia_modular_logger-library.md b/sdk/dart/package-fuchsia_modular_logger/package-fuchsia_modular_logger-library.md
index c3b10c6..f79081f 100644
--- a/sdk/dart/package-fuchsia_modular_logger/package-fuchsia_modular_logger-library.md
+++ b/sdk/dart/package-fuchsia_modular_logger/package-fuchsia_modular_logger-library.md
@@ -26,7 +26,7 @@
 
 
 The logger instance in which logs will be written.  
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent-class.md b/sdk/dart/package-fuchsia_modular_module/Intent-class.md
index d346880..9fa65d7 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent-class.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent-class.md
@@ -71,7 +71,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -115,7 +115,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent/hashCode.md b/sdk/dart/package-fuchsia_modular_module/Intent/hashCode.md
index 3c3c9da..19c4502 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent/hashCode.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent/noSuchMethod.md b/sdk/dart/package-fuchsia_modular_module/Intent/noSuchMethod.md
index e77328a..ee38af7 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent/operator_equals.md b/sdk/dart/package-fuchsia_modular_module/Intent/operator_equals.md
index cb98d5a..7b8491b 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent/operator_equals.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent/runtimeType.md b/sdk/dart/package-fuchsia_modular_module/Intent/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent/runtimeType.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Intent/toString.md b/sdk/dart/package-fuchsia_modular_module/Intent/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_modular_module/Intent/toString.md
+++ b/sdk/dart/package-fuchsia_modular_module/Intent/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module-class.md b/sdk/dart/package-fuchsia_modular_module/Module-class.md
index b192023..3d76d56 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module-class.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module-class.md
@@ -34,7 +34,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -43,7 +43,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module/hashCode.md b/sdk/dart/package-fuchsia_modular_module/Module/hashCode.md
index 6767246..c7c791b 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module/hashCode.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module/noSuchMethod.md b/sdk/dart/package-fuchsia_modular_module/Module/noSuchMethod.md
index 79230ba..f2d5e82 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module/operator_equals.md b/sdk/dart/package-fuchsia_modular_module/Module/operator_equals.md
index 8a3463a..8010470 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module/operator_equals.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module/runtimeType.md b/sdk/dart/package-fuchsia_modular_module/Module/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module/runtimeType.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/Module/toString.md b/sdk/dart/package-fuchsia_modular_module/Module/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_modular_module/Module/toString.md
+++ b/sdk/dart/package-fuchsia_modular_module/Module/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException-class.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException-class.md
index d2c96bb..cc6c291 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException-class.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException-class.md
@@ -34,7 +34,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -43,7 +43,7 @@
 
 
 A string indicating the what led to the exception.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/hashCode.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/hashCode.md
index a57e9f9..fd0b0d8 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/hashCode.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/message.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/message.md
index 99146c2..e2599bd 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/message.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/message.md
@@ -11,7 +11,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/noSuchMethod.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/noSuchMethod.md
index 833d33c..1c0a3ec 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/operator_equals.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/operator_equals.md
index 4f0e1dd..b091dd7 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/operator_equals.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/runtimeType.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/runtimeType.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/toString.md b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/toString.md
index a5c5fc7..659c921 100644
--- a/sdk/dart/package-fuchsia_modular_module/ModuleStateException/toString.md
+++ b/sdk/dart/package-fuchsia_modular_module/ModuleStateException/toString.md
@@ -15,7 +15,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState-class.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState-class.md
index 4f97f11..8d280bb 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState-class.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState-class.md
@@ -24,7 +24,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -33,7 +33,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -55,7 +55,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -122,7 +122,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/hashCode.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/hashCode.md
index 276f8e4..401dc12 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/instance.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/instance.md
index 876ef4f..914be15 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/instance.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/instance.md
@@ -11,7 +11,7 @@
 
 [FocusState](../../package-fuchsia_scenic_flutter_fuchsia_view/FocusState-class.md) instance
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/noSuchMethod.md
index c3701e5..12d4a23 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/operator_equals.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/operator_equals.md
index 08d694e..de101f5 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/runtimeType.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/toString.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FocusState/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView-class.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView-class.md
index 007f09d..dd1c03f 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView-class.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView-class.md
@@ -31,7 +31,7 @@
 
 
 The <code>PlatformViewController</code> used to control this <a href="../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView-class.md">FuchsiaView</a>.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 Whether this child and its children should be allowed to receive focus.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 Whether this child should be included during hit testing.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 View occlusion hint passed to the child view.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -107,7 +107,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/controller.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/controller.md
index 6127307..44cfde9 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/controller.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/controller.md
@@ -11,7 +11,7 @@
 
 [FuchsiaViewController](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md) controller
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/focusable.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/focusable.md
index 164edd4..acec9be 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/focusable.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/focusable.md
@@ -11,7 +11,7 @@
 
 bool focusable
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hashCode.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hashCode.md
index 6cfc91d..95327bd 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hitTestable.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hitTestable.md
index 11d32f1..20178ac 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hitTestable.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/hitTestable.md
@@ -11,7 +11,7 @@
 
 bool hitTestable
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/noSuchMethod.md
index c568cbf..245ea7b 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/operator_equals.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/operator_equals.md
index 336b742..bfbb652 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/runtimeType.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/toString.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/viewOcclusionHint.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/viewOcclusionHint.md
index db8258d..bfb4c09 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/viewOcclusionHint.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaView/viewOcclusionHint.md
@@ -11,7 +11,7 @@
 
 dynamic viewOcclusionHint
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection-class.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection-class.md
index 74a015d..cfcf6c5 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection-class.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection-class.md
@@ -51,7 +51,7 @@
 
 
 Returns true when platform view is connected.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Callback when pointer events are dispatched on top of child view.  
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 Callback when the connection to child's view is connected to view tree.  
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 Callback when the child's view is disconnected from view tree.  
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Callback when the child view's state changes.  
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 Returns the <code>PointerInjector</code> instance used by this connection.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -132,7 +132,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -142,7 +142,7 @@
 
 Set to true if pointer injection into child views should be enabled.
 This requires the view's <code>ViewRef</code> to be set during construction.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -151,7 +151,7 @@
 
 
 The Gfx view tree token when the view is attached.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -161,7 +161,7 @@
 
 The raw value of the <code>ViewHolderToken</code> or <code>ViewportCreationToken</code> where
 this view is attached.  
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -170,7 +170,7 @@
 
 
 Returns the viewport rect of the child view in parent's coordinates.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -179,7 +179,7 @@
 
 
 The Flatland token when the view is attached.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -188,7 +188,7 @@
 
 
 The handle to the view used for <a href="../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md">requestFocus</a> calls.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -197,7 +197,7 @@
 
 
 The future that completes when the platform view is connected.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -210,7 +210,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -219,7 +219,7 @@
 
 
 Connects to the platform view given it's <a href="../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md">viewId</a>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -229,7 +229,7 @@
 
 Dispatch pointer events for the child view. This MUST NOT be called
 directly.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -238,7 +238,7 @@
 
 
 Dispose relevant resources when the view is take <code>OffStage</code> by Flutter.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -247,7 +247,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -269,7 +269,7 @@
 flatland diverges. In Flatland, the Flutter engine holds the ViewRef
 and does not provide it to dart code, so we must refer to the child
 view by viewId instead  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -279,7 +279,7 @@
 
 Requests that focus be transferred to the child view referred to by
 viewId. Note that this method should only be used with the Flatland API  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -288,7 +288,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -297,7 +297,7 @@
 
 
 Updates properties on the platform view given it's <a href="../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md">viewId</a>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -310,7 +310,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md
index be3a649..8b7cd1e 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/requestFocus.md
@@ -15,7 +15,7 @@
 Future&lt;void> requestFocus
 ([int _ = 0])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/useFlatland.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/useFlatland.md
index a645cfb..d412002 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/useFlatland.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/useFlatland.md
@@ -11,7 +11,7 @@
 
 bool useFlatland
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/usePointerInjection.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/usePointerInjection.md
index d969d54..1e549a5 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/usePointerInjection.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/usePointerInjection.md
@@ -11,7 +11,7 @@
 
 bool usePointerInjection
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewHolderToken.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewHolderToken.md
index a062f81..f3f8888 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewHolderToken.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewHolderToken.md
@@ -11,7 +11,7 @@
 
 dynamic viewHolderToken
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewRef.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewRef.md
index e3da8fe..b91175b 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewRef.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewRef.md
@@ -11,7 +11,7 @@
 
 dynamic viewRef
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewportCreationToken.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewportCreationToken.md
index b71e5e1..25c5f1e 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewportCreationToken.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnection/viewportCreationToken.md
@@ -11,7 +11,7 @@
 
 dynamic viewportCreationToken
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md
index bf1c7f8..1841cc3 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController-class.md
@@ -42,7 +42,7 @@
 
 
 Returns true when platform view is connected.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -51,7 +51,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 Callback when pointer events are dispatched on top of child view.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Callback when the connection to child's view is connected to view tree.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Callback when the child's view is disconnected from view tree.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 Callback when the child view's state changes.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 The raw value of the <code>ViewHolderToken</code> or <code>ViewportCreationToken</code> where
 this view is attached.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -115,7 +115,7 @@
 
 
 Returns the viewport rect of the child view in parent's coordinates.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -124,7 +124,7 @@
 
 
 The future that completes when the platform view is connected.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -174,7 +174,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -204,7 +204,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -226,7 +226,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/hashCode.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/hashCode.md
index bb2021d..711a1c6 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/noSuchMethod.md
index e624ac3..2e8acdd 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onPointerEvent.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onPointerEvent.md
index 0e6809e..1a02fe0 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onPointerEvent.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onPointerEvent.md
@@ -11,7 +11,7 @@
 
 [FuchsiaPointerEventsCallback](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaPointerEventsCallback.md)? onPointerEvent
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewConnected.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewConnected.md
index bfe564e..9e4022c 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewConnected.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewConnected.md
@@ -11,7 +11,7 @@
 
 [FuchsiaViewConnectionCallback](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnectionCallback.md)? onViewConnected
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewDisconnected.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewDisconnected.md
index a58ebc2..26683f9 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewDisconnected.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewDisconnected.md
@@ -11,7 +11,7 @@
 
 [FuchsiaViewConnectionCallback](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnectionCallback.md)? onViewDisconnected
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewStateChanged.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewStateChanged.md
index 1bbd305..ba6812d 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewStateChanged.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/onViewStateChanged.md
@@ -11,7 +11,7 @@
 
 [FuchsiaViewConnectionStateCallback](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewConnectionStateCallback.md)? onViewStateChanged
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/operator_equals.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/operator_equals.md
index f627638..ab9e1fc 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/runtimeType.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/toString.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md
index 74e6025..8440f74 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewController/viewId.md
@@ -11,7 +11,7 @@
 
 int viewId
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService-class.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService-class.md
index fc3acf9..937ac00 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService-class.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService-class.md
@@ -26,7 +26,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -35,7 +35,7 @@
 
 
 The <code>MethodChannel</code> used to communicate with Flutter Embedder.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -44,7 +44,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -124,7 +124,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -137,7 +137,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/hashCode.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/hashCode.md
index 194e6fc..472713a 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/instance.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/instance.md
index fd3e2ba..8010ae5 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/instance.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/instance.md
@@ -11,7 +11,7 @@
 
 [FuchsiaViewsService](../../package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService-class.md) instance
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/noSuchMethod.md
index 24630a8..365638c 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/operator_equals.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/operator_equals.md
index 4cfca3d..fef3f31 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/runtimeType.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/toString.md b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_flutter_fuchsia_view/FuchsiaViewsService/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext-class.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext-class.md
index f9a3cd9..3a7bbc6 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext-class.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext-class.md
@@ -30,7 +30,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/hashCode.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/hashCode.md
index d9dc3b2..c3842b2 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/noSuchMethod.md
index 437d4ae..dc583f8 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/operator_equals.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/operator_equals.md
index b07f151..98a35cd 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/runtimeType.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/toString.md b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ScenicContext/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ScenicContext/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair-class.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair-class.md
index 3c92573..f5db13d 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair-class.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair-class.md
@@ -31,7 +31,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 Token for a Scenic |ViewHolder|.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 Token for a Scenic |View|.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -93,7 +93,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/hashCode.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/hashCode.md
index 34d2fce..55b12a0 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/hashCode.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/noSuchMethod.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/noSuchMethod.md
index 1073e9f..b4d6d1b 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/operator_equals.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/operator_equals.md
index 32540ab..69a5ae4 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/operator_equals.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/runtimeType.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/runtimeType.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/toString.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/toString.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewHolderToken.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewHolderToken.md
index 26f261e..370fade 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewHolderToken.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewHolderToken.md
@@ -11,7 +11,7 @@
 
 dynamic viewHolderToken
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewToken.md b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewToken.md
index f5469d9..3527505 100644
--- a/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewToken.md
+++ b/sdk/dart/package-fuchsia_scenic_views/ViewTokenPair/viewToken.md
@@ -11,7 +11,7 @@
 
 dynamic viewToken
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext-class.md b/sdk/dart/package-fuchsia_services_services/ComponentContext-class.md
index 13f0c5e..755d20c 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext-class.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext-class.md
@@ -48,7 +48,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 Services and data exposed to other components.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -66,7 +66,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -75,7 +75,7 @@
 
 
 Services that are available to this component.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -88,7 +88,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -97,7 +97,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -110,7 +110,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/hashCode.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/hashCode.md
index 9c41343..ba59761 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/hashCode.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/noSuchMethod.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/noSuchMethod.md
index 81d07da..2258dfc 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/operator_equals.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/operator_equals.md
index 87ee02f..d173f64 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/operator_equals.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/outgoing.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/outgoing.md
index 0e76a3d..d7d5ee7 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/outgoing.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/outgoing.md
@@ -11,7 +11,7 @@
 
 [Outgoing](../../package-fuchsia_services_services/Outgoing-class.md) outgoing
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/runtimeType.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/runtimeType.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/svc.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/svc.md
index 4c6215c..662bdc9 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/svc.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/svc.md
@@ -11,7 +11,7 @@
 
 [Incoming](../../package-fuchsia_services_services/Incoming-class.md) svc
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ComponentContext/toString.md b/sdk/dart/package-fuchsia_services_services/ComponentContext/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_services_services/ComponentContext/toString.md
+++ b/sdk/dart/package-fuchsia_services_services/ComponentContext/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming-class.md b/sdk/dart/package-fuchsia_services_services/Incoming-class.md
index a95442c..6643992 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming-class.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming-class.md
@@ -61,7 +61,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -121,7 +121,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -140,7 +140,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -153,7 +153,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming/hashCode.md b/sdk/dart/package-fuchsia_services_services/Incoming/hashCode.md
index 1383735..eb28838 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming/hashCode.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming/noSuchMethod.md b/sdk/dart/package-fuchsia_services_services/Incoming/noSuchMethod.md
index a3ecad8..a391988 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming/operator_equals.md b/sdk/dart/package-fuchsia_services_services/Incoming/operator_equals.md
index c6b629c..b55c77f 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming/operator_equals.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming/runtimeType.md b/sdk/dart/package-fuchsia_services_services/Incoming/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming/runtimeType.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Incoming/toString.md b/sdk/dart/package-fuchsia_services_services/Incoming/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_services_services/Incoming/toString.md
+++ b/sdk/dart/package-fuchsia_services_services/Incoming/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException-class.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException-class.md
index b5e8c43..856d57a 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException-class.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 An error message describing the reason for this exception.  
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -63,7 +63,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -72,7 +72,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -85,7 +85,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/hashCode.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/hashCode.md
index 299d9ae..e1a700f 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/hashCode.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/message.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/message.md
index cafa2cf..8fba21f 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/message.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/message.md
@@ -11,7 +11,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/noSuchMethod.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/noSuchMethod.md
index 475852d..489c157 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/operator_equals.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/operator_equals.md
index 1f976f3..9448d21 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/operator_equals.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/runtimeType.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/runtimeType.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/IncomingStateException/toString.md b/sdk/dart/package-fuchsia_services_services/IncomingStateException/toString.md
index 3ebb8e8..aee2f2c 100644
--- a/sdk/dart/package-fuchsia_services_services/IncomingStateException/toString.md
+++ b/sdk/dart/package-fuchsia_services_services/IncomingStateException/toString.md
@@ -15,7 +15,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing-class.md b/sdk/dart/package-fuchsia_services_services/Outgoing-class.md
index 1261bc6..5daad56 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing-class.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing-class.md
@@ -33,7 +33,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -42,7 +42,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -162,7 +162,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing/hashCode.md b/sdk/dart/package-fuchsia_services_services/Outgoing/hashCode.md
index d7fd289..7d0b7f6 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing/hashCode.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing/noSuchMethod.md b/sdk/dart/package-fuchsia_services_services/Outgoing/noSuchMethod.md
index 481db6d..a343be8 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing/operator_equals.md b/sdk/dart/package-fuchsia_services_services/Outgoing/operator_equals.md
index f5981df..d518fee 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing/operator_equals.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing/runtimeType.md b/sdk/dart/package-fuchsia_services_services/Outgoing/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing/runtimeType.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/Outgoing/toString.md b/sdk/dart/package-fuchsia_services_services/Outgoing/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_services_services/Outgoing/toString.md
+++ b/sdk/dart/package-fuchsia_services_services/Outgoing/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl-class.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl-class.md
index 4ddac3f..5f90736 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl-class.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl-class.md
@@ -32,7 +32,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -41,7 +41,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -101,7 +101,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/hashCode.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/hashCode.md
index a967690..498bdbd 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/hashCode.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/noSuchMethod.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/noSuchMethod.md
index bac9851..eef0e72 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/operator_equals.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/operator_equals.md
index 073fb94..b6ce99c 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/operator_equals.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/runtimeType.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/runtimeType.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/toString.md b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/toString.md
+++ b/sdk/dart/package-fuchsia_services_services/ServiceProviderImpl/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir-class.md b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir-class.md
index 194d532..ccf0a55 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir-class.md
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -73,7 +73,7 @@
 
 Adds a directory entry associating the given <code>name</code> with <code>node</code>.
 It is ok to add the same Vnode multiple times with different names.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -82,7 +82,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 Connects to this instance of <a href="../package-fuchsia_vfs_vfs/PseudoDir-class.md">PseudoDir</a> and serves
 <code>fidl_fuchsia_io.Directory</code> over fidl.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -111,7 +111,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -120,7 +120,7 @@
 
 
 Checks if directory is empty.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -129,7 +129,7 @@
 
 
 Returns names of the the nodes present in this directory.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -138,7 +138,7 @@
 
 
 Looks up a node for given <code>name</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -147,7 +147,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -157,7 +157,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -166,7 +166,7 @@
 
 
 Removes all directory entries.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -175,7 +175,7 @@
 
 
 Removes a directory entry with the given <code>name</code>.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -184,7 +184,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -195,7 +195,7 @@
 Serves this <code>request</code> directory over request channel.
 Caller may specify the rights granted to the <code>request</code> connection.
 If <code>rights</code> is omitted, it defaults to readable and writable.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -204,7 +204,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -213,7 +213,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -226,7 +226,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/addNode.md b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/addNode.md
index 2569af5..4668281 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/addNode.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/addNode.md
@@ -15,7 +15,7 @@
 int addNode
 (String name, [Vnode](../../package-fuchsia_vfs_vfs/Vnode-class.md) node)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/open.md b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/open.md
index c448350..00c5b32 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/open.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/ComposedPseudoDir/open.md
@@ -15,7 +15,7 @@
 void open
 (dynamic flags, int mode, String path, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir-class.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir-class.md
index 04dcba5..2873f60 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir-class.md
@@ -52,7 +52,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -84,7 +84,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -94,7 +94,7 @@
 
 Connects to this instance of <a href="../package-fuchsia_vfs_vfs/PseudoDir-class.md">PseudoDir</a> and serves
 <code>fidl_fuchsia_io.Directory</code> over fidl.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -104,7 +104,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -113,7 +113,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -149,7 +149,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -159,7 +159,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -186,7 +186,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -206,7 +206,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -215,7 +215,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -228,7 +228,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/close.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/close.md
index c7a1a80..36ac23a 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/close.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/close.md
@@ -15,7 +15,7 @@
 void close
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/connect.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/connect.md
index a63e07b..d8e3c5f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/connect.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/connect.md
@@ -15,7 +15,7 @@
 int connect
 (dynamic flags, int mode, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/inodeNumber.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/inodeNumber.md
index 75d7109..8ab8f8e 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/inodeNumber.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/inodeNumber.md
@@ -15,7 +15,7 @@
 int inodeNumber
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/open.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/open.md
index 9504e97..99a32db 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/open.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/open.md
@@ -15,7 +15,7 @@
 void open
 (dynamic flags, int mode, String path, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/type.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/type.md
index f4ed779..f113e02 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/type.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoDir/type.md
@@ -15,7 +15,7 @@
 dynamic type
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile-class.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile-class.md
index 1547ec0..646e781 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile-class.md
@@ -77,7 +77,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 
 Connects to this instance of <a href="../package-fuchsia_vfs_vfs/PseudoFile-class.md">PseudoFile</a> and serves <code>fidl_fuchsia_io.File</code> over fidl.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -173,7 +173,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -182,7 +182,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -191,7 +191,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -200,7 +200,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -213,7 +213,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/close.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/close.md
index 924f32e..6431d01 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/close.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/close.md
@@ -15,7 +15,7 @@
 void close
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/connect.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/connect.md
index 6f51851..8b226ea 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/connect.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/connect.md
@@ -15,7 +15,7 @@
 int connect
 (dynamic flags, int mode, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/inodeNumber.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/inodeNumber.md
index 75d7109..8ab8f8e 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/inodeNumber.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/inodeNumber.md
@@ -15,7 +15,7 @@
 int inodeNumber
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/type.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/type.md
index 0bf83b5..6674190 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/type.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoFile/type.md
@@ -15,7 +15,7 @@
 dynamic type
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile-class.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile-class.md
index 1c9c5ea..389e688 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile-class.md
@@ -49,7 +49,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Connects to this instance of <a href="../package-fuchsia_vfs_vfs/PseudoFile-class.md">PseudoFile</a> and serves <code>fidl_fuchsia_io.File</code> over fidl.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -172,7 +172,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -185,7 +185,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe.md
index 9e0d888..c87ff4b 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe.md
@@ -15,7 +15,7 @@
 dynamic describe
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe2.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe2.md
index 9e73440..80122e2 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe2.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/describe2.md
@@ -15,7 +15,7 @@
 dynamic describe2
 (dynamic query)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/getBackingMemory.md b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/getBackingMemory.md
index 51aaad5..0242bab 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/getBackingMemory.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/PseudoVmoFile/getBackingMemory.md
@@ -15,7 +15,7 @@
 [Vmo](../../zircon/Vmo-class.md) getBackingMemory
 (dynamic flags)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir-class.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir-class.md
index 732030a..b72855f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir-class.md
@@ -46,7 +46,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -55,7 +55,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -79,7 +79,7 @@
 Connect to this vnode.
 All flags and modes are defined in
 <a href="https://fuchsia.googlesource.com/fuchsia/+/HEAD/sdk/fidl/fuchsia.io/">https://fuchsia.googlesource.com/fuchsia/+/HEAD/sdk/fidl/fuchsia.io/</a>  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -107,7 +107,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -144,7 +144,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -157,7 +157,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/close.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/close.md
index 71aa1d3..f78b75a 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/close.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/close.md
@@ -15,7 +15,7 @@
 void close
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/connect.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/connect.md
index dfe821e..8fef601 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/connect.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/connect.md
@@ -15,7 +15,7 @@
 int connect
 (dynamic flags, int mode, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/inodeNumber.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/inodeNumber.md
index 75d7109..8ab8f8e 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/inodeNumber.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/inodeNumber.md
@@ -15,7 +15,7 @@
 int inodeNumber
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/open.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/open.md
index 76f99e1..30cc821 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/open.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/open.md
@@ -15,7 +15,7 @@
 void open
 (dynamic flags, int mode, String path, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/type.md b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/type.md
index f4ed779..f113e02 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/type.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/RemoteDir/type.md
@@ -15,7 +15,7 @@
 dynamic type
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Service-class.md b/sdk/dart/package-fuchsia_vfs_vfs/Service-class.md
index 14e8c06..dd22268 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Service-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Service-class.md
@@ -43,7 +43,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -76,7 +76,7 @@
 Connect to this vnode.
 All flags and modes are defined in
 <a href="https://fuchsia.googlesource.com/fuchsia/+/HEAD/sdk/fidl/fuchsia.io/">https://fuchsia.googlesource.com/fuchsia/+/HEAD/sdk/fidl/fuchsia.io/</a>  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -86,7 +86,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -95,7 +95,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -104,7 +104,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -132,7 +132,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -141,7 +141,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Service/close.md b/sdk/dart/package-fuchsia_vfs_vfs/Service/close.md
index 7483f2c..e2612e2 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Service/close.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Service/close.md
@@ -15,7 +15,7 @@
 void close
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Service/connect.md b/sdk/dart/package-fuchsia_vfs_vfs/Service/connect.md
index 9759ed3..d08912f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Service/connect.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Service/connect.md
@@ -15,7 +15,7 @@
 int connect
 (dynamic flags, int mode, [InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) request, [dynamic parentFlags])
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Service/inodeNumber.md b/sdk/dart/package-fuchsia_vfs_vfs/Service/inodeNumber.md
index 75d7109..8ab8f8e 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Service/inodeNumber.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Service/inodeNumber.md
@@ -15,7 +15,7 @@
 int inodeNumber
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Service/type.md b/sdk/dart/package-fuchsia_vfs_vfs/Service/type.md
index f8d124d..ef5b4ab 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Service/type.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Service/type.md
@@ -15,7 +15,7 @@
 dynamic type
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile-class.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile-class.md
index ddc0162..8fb6de6 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile-class.md
@@ -49,7 +49,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -71,7 +71,7 @@
 
 
 Close this node and all of its bindings and children.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Connects to this instance of <a href="../package-fuchsia_vfs_vfs/PseudoFile-class.md">PseudoFile</a> and serves <code>fidl_fuchsia_io.File</code> over fidl.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -98,7 +98,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -108,7 +108,7 @@
 
 Filter flags when <code>OpenFlags.nodeReference</code> is passed.
 This will maintain compatibility with c++ layer.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
 Inode number as defined in fuchsia.io.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -145,7 +145,7 @@
 
 This function is called from <code>fidl_fuchsia_io.Directory#open</code>.
 This function parses path and opens correct node.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -154,7 +154,7 @@
 
 
 Create a error node to send onOpen event with failure status.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -163,7 +163,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -172,7 +172,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -185,7 +185,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe.md
index 3fb34c8..0374991 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe.md
@@ -15,7 +15,7 @@
 dynamic describe
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe2.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe2.md
index 9e73440..80122e2 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe2.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/describe2.md
@@ -15,7 +15,7 @@
 dynamic describe2
 (dynamic query)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/getBackingMemory.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/getBackingMemory.md
index 7c8726e..b2b59dd 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/getBackingMemory.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoFile/getBackingMemory.md
@@ -15,7 +15,7 @@
 [Vmo](../../zircon/Vmo-class.md) getBackingMemory
 (dynamic flags)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode.md
index b4e4ab3..76c8b8c 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode.md
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 A numeric identifier for the enumerated value.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -113,7 +113,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/hashCode.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/hashCode.md
index 59cbce9..3e1cfff 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/hashCode.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/index.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/index.md
index f92776d..66291c1 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/index.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/index.md
@@ -13,7 +13,7 @@
 
 int index
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/noSuchMethod.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/noSuchMethod.md
index d486444..cb4f53f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/operator_equals.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/operator_equals.md
index affe10a..4ef9713 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/operator_equals.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/runtimeType.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/runtimeType.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/toString.md b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/toString.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/VmoSharingMode/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode-class.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode-class.md
index 518ee78..60a78d4 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode-class.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode-class.md
@@ -46,7 +46,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -55,7 +55,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -107,7 +107,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -135,7 +135,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -157,7 +157,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/hashCode.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/hashCode.md
index 765ff02..a14115d 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/hashCode.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/hashCode.md
@@ -13,7 +13,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/noSuchMethod.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/noSuchMethod.md
index 538f708..85a628d 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/noSuchMethod.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/noSuchMethod.md
@@ -14,7 +14,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/operator_equals.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/operator_equals.md
index 408dd24..f35eca5 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/operator_equals.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/runtimeType.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/runtimeType.md
index 50fe60e..50bf330 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/runtimeType.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/runtimeType.md
@@ -13,7 +13,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/toString.md b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/toString.md
index 5f3dbee..9f0a44f 100644
--- a/sdk/dart/package-fuchsia_vfs_vfs/Vnode/toString.md
+++ b/sdk/dart/package-fuchsia_vfs_vfs/Vnode/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel-class.md b/sdk/dart/zircon/Channel-class.md
index ec317e0..0a6595e 100644
--- a/sdk/dart/zircon/Channel-class.md
+++ b/sdk/dart/zircon/Channel-class.md
@@ -34,7 +34,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -43,7 +43,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -52,7 +52,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -61,7 +61,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -119,7 +119,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -150,7 +150,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/close.md b/sdk/dart/zircon/Channel/close.md
index 3f2a81c..e43fa99 100644
--- a/sdk/dart/zircon/Channel/close.md
+++ b/sdk/dart/zircon/Channel/close.md
@@ -13,7 +13,7 @@
 void close
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/handle.md b/sdk/dart/zircon/Channel/handle.md
index 4f01e22..b73b3d2 100644
--- a/sdk/dart/zircon/Channel/handle.md
+++ b/sdk/dart/zircon/Channel/handle.md
@@ -12,7 +12,7 @@
 
 [Handle](../../zircon/Handle-class.md) handle
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/hashCode.md b/sdk/dart/zircon/Channel/hashCode.md
index e79a726..ad5d027 100644
--- a/sdk/dart/zircon/Channel/hashCode.md
+++ b/sdk/dart/zircon/Channel/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/isValid.md b/sdk/dart/zircon/Channel/isValid.md
index f7cc7d8..2cf9522 100644
--- a/sdk/dart/zircon/Channel/isValid.md
+++ b/sdk/dart/zircon/Channel/isValid.md
@@ -12,7 +12,7 @@
 
 bool isValid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/noSuchMethod.md b/sdk/dart/zircon/Channel/noSuchMethod.md
index d6d12bf..0e93505 100644
--- a/sdk/dart/zircon/Channel/noSuchMethod.md
+++ b/sdk/dart/zircon/Channel/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/operator_equals.md b/sdk/dart/zircon/Channel/operator_equals.md
index 3399271..f863a3f 100644
--- a/sdk/dart/zircon/Channel/operator_equals.md
+++ b/sdk/dart/zircon/Channel/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/passHandle.md b/sdk/dart/zircon/Channel/passHandle.md
index 726553d..4bec386 100644
--- a/sdk/dart/zircon/Channel/passHandle.md
+++ b/sdk/dart/zircon/Channel/passHandle.md
@@ -13,7 +13,7 @@
 [Handle](../../zircon/Handle-class.md) passHandle
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/runtimeType.md b/sdk/dart/zircon/Channel/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/Channel/runtimeType.md
+++ b/sdk/dart/zircon/Channel/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Channel/toString.md b/sdk/dart/zircon/Channel/toString.md
index ec63198..4f41311 100644
--- a/sdk/dart/zircon/Channel/toString.md
+++ b/sdk/dart/zircon/Channel/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair-class.md b/sdk/dart/zircon/ChannelPair-class.md
index 2eb4d7d..9d17d3a 100644
--- a/sdk/dart/zircon/ChannelPair-class.md
+++ b/sdk/dart/zircon/ChannelPair-class.md
@@ -31,7 +31,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/first.md b/sdk/dart/zircon/ChannelPair/first.md
index 509566d..e207409 100644
--- a/sdk/dart/zircon/ChannelPair/first.md
+++ b/sdk/dart/zircon/ChannelPair/first.md
@@ -10,7 +10,7 @@
 
 [Channel](../../zircon/Channel-class.md) first
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/hashCode.md b/sdk/dart/zircon/ChannelPair/hashCode.md
index 2d18be6..65e8309 100644
--- a/sdk/dart/zircon/ChannelPair/hashCode.md
+++ b/sdk/dart/zircon/ChannelPair/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/noSuchMethod.md b/sdk/dart/zircon/ChannelPair/noSuchMethod.md
index dcbb5b0..3e22481 100644
--- a/sdk/dart/zircon/ChannelPair/noSuchMethod.md
+++ b/sdk/dart/zircon/ChannelPair/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/operator_equals.md b/sdk/dart/zircon/ChannelPair/operator_equals.md
index bb58b23..ad69f99 100644
--- a/sdk/dart/zircon/ChannelPair/operator_equals.md
+++ b/sdk/dart/zircon/ChannelPair/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/runtimeType.md b/sdk/dart/zircon/ChannelPair/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ChannelPair/runtimeType.md
+++ b/sdk/dart/zircon/ChannelPair/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/second.md b/sdk/dart/zircon/ChannelPair/second.md
index 8cd8923..61c7f54 100644
--- a/sdk/dart/zircon/ChannelPair/second.md
+++ b/sdk/dart/zircon/ChannelPair/second.md
@@ -10,7 +10,7 @@
 
 [Channel](../../zircon/Channel-class.md) second
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/status.md b/sdk/dart/zircon/ChannelPair/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/ChannelPair/status.md
+++ b/sdk/dart/zircon/ChannelPair/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelPair/toString.md b/sdk/dart/zircon/ChannelPair/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/zircon/ChannelPair/toString.md
+++ b/sdk/dart/zircon/ChannelPair/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader-class.md b/sdk/dart/zircon/ChannelReader-class.md
index c3df8f2..0e7ef91 100644
--- a/sdk/dart/zircon/ChannelReader-class.md
+++ b/sdk/dart/zircon/ChannelReader-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/hashCode.md b/sdk/dart/zircon/ChannelReader/hashCode.md
index ab84ba0..6886861 100644
--- a/sdk/dart/zircon/ChannelReader/hashCode.md
+++ b/sdk/dart/zircon/ChannelReader/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/noSuchMethod.md b/sdk/dart/zircon/ChannelReader/noSuchMethod.md
index 33254b6..9483261 100644
--- a/sdk/dart/zircon/ChannelReader/noSuchMethod.md
+++ b/sdk/dart/zircon/ChannelReader/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/onError.md b/sdk/dart/zircon/ChannelReader/onError.md
index 021c776..cb3660f 100644
--- a/sdk/dart/zircon/ChannelReader/onError.md
+++ b/sdk/dart/zircon/ChannelReader/onError.md
@@ -10,7 +10,7 @@
 
 [ChannelReaderErrorHandler](../../zircon/ChannelReaderErrorHandler.md) onError
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/onReadable.md b/sdk/dart/zircon/ChannelReader/onReadable.md
index 7d8ea9f..3b4bf3d 100644
--- a/sdk/dart/zircon/ChannelReader/onReadable.md
+++ b/sdk/dart/zircon/ChannelReader/onReadable.md
@@ -10,7 +10,7 @@
 
 [ChannelReaderReadableHandler](../../zircon/ChannelReaderReadableHandler.md) onReadable
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/operator_equals.md b/sdk/dart/zircon/ChannelReader/operator_equals.md
index 06aafce..38cf043 100644
--- a/sdk/dart/zircon/ChannelReader/operator_equals.md
+++ b/sdk/dart/zircon/ChannelReader/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/runtimeType.md b/sdk/dart/zircon/ChannelReader/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ChannelReader/runtimeType.md
+++ b/sdk/dart/zircon/ChannelReader/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReader/toString.md b/sdk/dart/zircon/ChannelReader/toString.md
index 2f24776..ac8f529 100644
--- a/sdk/dart/zircon/ChannelReader/toString.md
+++ b/sdk/dart/zircon/ChannelReader/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError-class.md b/sdk/dart/zircon/ChannelReaderError-class.md
index 3d86198..2a64458 100644
--- a/sdk/dart/zircon/ChannelReaderError-class.md
+++ b/sdk/dart/zircon/ChannelReaderError-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/error.md b/sdk/dart/zircon/ChannelReaderError/error.md
index 41ffa84..0cf46f5 100644
--- a/sdk/dart/zircon/ChannelReaderError/error.md
+++ b/sdk/dart/zircon/ChannelReaderError/error.md
@@ -10,7 +10,7 @@
 
 Object error
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/hashCode.md b/sdk/dart/zircon/ChannelReaderError/hashCode.md
index 0fed9f3..e861d7b 100644
--- a/sdk/dart/zircon/ChannelReaderError/hashCode.md
+++ b/sdk/dart/zircon/ChannelReaderError/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/noSuchMethod.md b/sdk/dart/zircon/ChannelReaderError/noSuchMethod.md
index 6d3bf67..040a455 100644
--- a/sdk/dart/zircon/ChannelReaderError/noSuchMethod.md
+++ b/sdk/dart/zircon/ChannelReaderError/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/operator_equals.md b/sdk/dart/zircon/ChannelReaderError/operator_equals.md
index 2fdb2f8..1ac9737 100644
--- a/sdk/dart/zircon/ChannelReaderError/operator_equals.md
+++ b/sdk/dart/zircon/ChannelReaderError/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/runtimeType.md b/sdk/dart/zircon/ChannelReaderError/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ChannelReaderError/runtimeType.md
+++ b/sdk/dart/zircon/ChannelReaderError/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/stacktrace.md b/sdk/dart/zircon/ChannelReaderError/stacktrace.md
index 9f48628..27a117e 100644
--- a/sdk/dart/zircon/ChannelReaderError/stacktrace.md
+++ b/sdk/dart/zircon/ChannelReaderError/stacktrace.md
@@ -10,7 +10,7 @@
 
 StackTrace stacktrace
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/ChannelReaderError/toString.md b/sdk/dart/zircon/ChannelReaderError/toString.md
index 05fc617..5071d5c 100644
--- a/sdk/dart/zircon/ChannelReaderError/toString.md
+++ b/sdk/dart/zircon/ChannelReaderError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair-class.md b/sdk/dart/zircon/EventPair-class.md
index f6d6cc0..3e970b5 100644
--- a/sdk/dart/zircon/EventPair-class.md
+++ b/sdk/dart/zircon/EventPair-class.md
@@ -30,7 +30,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -88,7 +88,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -97,7 +97,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -119,7 +119,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/close.md b/sdk/dart/zircon/EventPair/close.md
index 3f2a81c..e43fa99 100644
--- a/sdk/dart/zircon/EventPair/close.md
+++ b/sdk/dart/zircon/EventPair/close.md
@@ -13,7 +13,7 @@
 void close
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/handle.md b/sdk/dart/zircon/EventPair/handle.md
index 4f01e22..b73b3d2 100644
--- a/sdk/dart/zircon/EventPair/handle.md
+++ b/sdk/dart/zircon/EventPair/handle.md
@@ -12,7 +12,7 @@
 
 [Handle](../../zircon/Handle-class.md) handle
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/hashCode.md b/sdk/dart/zircon/EventPair/hashCode.md
index 38b36e4..8c2a0d5 100644
--- a/sdk/dart/zircon/EventPair/hashCode.md
+++ b/sdk/dart/zircon/EventPair/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/isValid.md b/sdk/dart/zircon/EventPair/isValid.md
index f7cc7d8..2cf9522 100644
--- a/sdk/dart/zircon/EventPair/isValid.md
+++ b/sdk/dart/zircon/EventPair/isValid.md
@@ -12,7 +12,7 @@
 
 bool isValid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/noSuchMethod.md b/sdk/dart/zircon/EventPair/noSuchMethod.md
index 1626de1..ce4ff54 100644
--- a/sdk/dart/zircon/EventPair/noSuchMethod.md
+++ b/sdk/dart/zircon/EventPair/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/operator_equals.md b/sdk/dart/zircon/EventPair/operator_equals.md
index 80212ea..73b9c86 100644
--- a/sdk/dart/zircon/EventPair/operator_equals.md
+++ b/sdk/dart/zircon/EventPair/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/passHandle.md b/sdk/dart/zircon/EventPair/passHandle.md
index 726553d..4bec386 100644
--- a/sdk/dart/zircon/EventPair/passHandle.md
+++ b/sdk/dart/zircon/EventPair/passHandle.md
@@ -13,7 +13,7 @@
 [Handle](../../zircon/Handle-class.md) passHandle
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/runtimeType.md b/sdk/dart/zircon/EventPair/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/EventPair/runtimeType.md
+++ b/sdk/dart/zircon/EventPair/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPair/toString.md b/sdk/dart/zircon/EventPair/toString.md
index ec63198..4f41311 100644
--- a/sdk/dart/zircon/EventPair/toString.md
+++ b/sdk/dart/zircon/EventPair/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair-class.md b/sdk/dart/zircon/EventPairPair-class.md
index 70ca1bb..fe02326 100644
--- a/sdk/dart/zircon/EventPairPair-class.md
+++ b/sdk/dart/zircon/EventPairPair-class.md
@@ -31,7 +31,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/first.md b/sdk/dart/zircon/EventPairPair/first.md
index 57ffbfa..598cc94 100644
--- a/sdk/dart/zircon/EventPairPair/first.md
+++ b/sdk/dart/zircon/EventPairPair/first.md
@@ -10,7 +10,7 @@
 
 [EventPair](../../zircon/EventPair-class.md) first
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/hashCode.md b/sdk/dart/zircon/EventPairPair/hashCode.md
index be1df5f..7de1c3e 100644
--- a/sdk/dart/zircon/EventPairPair/hashCode.md
+++ b/sdk/dart/zircon/EventPairPair/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/noSuchMethod.md b/sdk/dart/zircon/EventPairPair/noSuchMethod.md
index f4860ec..8e7ecdb 100644
--- a/sdk/dart/zircon/EventPairPair/noSuchMethod.md
+++ b/sdk/dart/zircon/EventPairPair/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/operator_equals.md b/sdk/dart/zircon/EventPairPair/operator_equals.md
index b25f70f..cbb26a9 100644
--- a/sdk/dart/zircon/EventPairPair/operator_equals.md
+++ b/sdk/dart/zircon/EventPairPair/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/runtimeType.md b/sdk/dart/zircon/EventPairPair/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/EventPairPair/runtimeType.md
+++ b/sdk/dart/zircon/EventPairPair/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/second.md b/sdk/dart/zircon/EventPairPair/second.md
index bf3f7aa..2414adf 100644
--- a/sdk/dart/zircon/EventPairPair/second.md
+++ b/sdk/dart/zircon/EventPairPair/second.md
@@ -10,7 +10,7 @@
 
 [EventPair](../../zircon/EventPair-class.md) second
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/status.md b/sdk/dart/zircon/EventPairPair/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/EventPairPair/status.md
+++ b/sdk/dart/zircon/EventPairPair/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/EventPairPair/toString.md b/sdk/dart/zircon/EventPairPair/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/zircon/EventPairPair/toString.md
+++ b/sdk/dart/zircon/EventPairPair/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult-class.md b/sdk/dart/zircon/FromFileResult-class.md
index 04cabea..476d523 100644
--- a/sdk/dart/zircon/FromFileResult-class.md
+++ b/sdk/dart/zircon/FromFileResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/hashCode.md b/sdk/dart/zircon/FromFileResult/hashCode.md
index 952c21b..acfa1d9 100644
--- a/sdk/dart/zircon/FromFileResult/hashCode.md
+++ b/sdk/dart/zircon/FromFileResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/noSuchMethod.md b/sdk/dart/zircon/FromFileResult/noSuchMethod.md
index d4ce40b..23d6268 100644
--- a/sdk/dart/zircon/FromFileResult/noSuchMethod.md
+++ b/sdk/dart/zircon/FromFileResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/operator_equals.md b/sdk/dart/zircon/FromFileResult/operator_equals.md
index c7b1c60..a58b2bd 100644
--- a/sdk/dart/zircon/FromFileResult/operator_equals.md
+++ b/sdk/dart/zircon/FromFileResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/runtimeType.md b/sdk/dart/zircon/FromFileResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/FromFileResult/runtimeType.md
+++ b/sdk/dart/zircon/FromFileResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/status.md b/sdk/dart/zircon/FromFileResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/FromFileResult/status.md
+++ b/sdk/dart/zircon/FromFileResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/FromFileResult/toString.md b/sdk/dart/zircon/FromFileResult/toString.md
index bf5c82f..aad1e5b 100644
--- a/sdk/dart/zircon/FromFileResult/toString.md
+++ b/sdk/dart/zircon/FromFileResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult-class.md b/sdk/dart/zircon/GetSizeResult-class.md
index c7ca046..90d5407 100644
--- a/sdk/dart/zircon/GetSizeResult-class.md
+++ b/sdk/dart/zircon/GetSizeResult-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/hashCode.md b/sdk/dart/zircon/GetSizeResult/hashCode.md
index 586b578..e991820 100644
--- a/sdk/dart/zircon/GetSizeResult/hashCode.md
+++ b/sdk/dart/zircon/GetSizeResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/noSuchMethod.md b/sdk/dart/zircon/GetSizeResult/noSuchMethod.md
index 1f9e307..6004426 100644
--- a/sdk/dart/zircon/GetSizeResult/noSuchMethod.md
+++ b/sdk/dart/zircon/GetSizeResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/operator_equals.md b/sdk/dart/zircon/GetSizeResult/operator_equals.md
index 8dc9238..8e0c813 100644
--- a/sdk/dart/zircon/GetSizeResult/operator_equals.md
+++ b/sdk/dart/zircon/GetSizeResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/runtimeType.md b/sdk/dart/zircon/GetSizeResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/GetSizeResult/runtimeType.md
+++ b/sdk/dart/zircon/GetSizeResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/status.md b/sdk/dart/zircon/GetSizeResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/GetSizeResult/status.md
+++ b/sdk/dart/zircon/GetSizeResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/GetSizeResult/toString.md b/sdk/dart/zircon/GetSizeResult/toString.md
index 4bade51..3fb637e 100644
--- a/sdk/dart/zircon/GetSizeResult/toString.md
+++ b/sdk/dart/zircon/GetSizeResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle-class.md b/sdk/dart/zircon/Handle-class.md
index 7e8d9ac..856e266 100644
--- a/sdk/dart/zircon/Handle-class.md
+++ b/sdk/dart/zircon/Handle-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature override">override</span>_
+_<span class="feature">read-only</span><span class="feature">override</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -123,7 +123,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 The equality operator.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle/hashCode.md b/sdk/dart/zircon/Handle/hashCode.md
index 29fd4ea..2d6eb65 100644
--- a/sdk/dart/zircon/Handle/hashCode.md
+++ b/sdk/dart/zircon/Handle/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle/noSuchMethod.md b/sdk/dart/zircon/Handle/noSuchMethod.md
index dd0e49b..f49dad9 100644
--- a/sdk/dart/zircon/Handle/noSuchMethod.md
+++ b/sdk/dart/zircon/Handle/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle/operator_equals.md b/sdk/dart/zircon/Handle/operator_equals.md
index 9e90cb1..884bdc5 100644
--- a/sdk/dart/zircon/Handle/operator_equals.md
+++ b/sdk/dart/zircon/Handle/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle/runtimeType.md b/sdk/dart/zircon/Handle/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/Handle/runtimeType.md
+++ b/sdk/dart/zircon/Handle/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Handle/toString.md b/sdk/dart/zircon/Handle/toString.md
index 0cbad46..8192b0c 100644
--- a/sdk/dart/zircon/Handle/toString.md
+++ b/sdk/dart/zircon/Handle/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition-class.md b/sdk/dart/zircon/HandleDisposition-class.md
index d9acff3..74b3018 100644
--- a/sdk/dart/zircon/HandleDisposition-class.md
+++ b/sdk/dart/zircon/HandleDisposition-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -83,7 +83,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -96,7 +96,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition/hashCode.md b/sdk/dart/zircon/HandleDisposition/hashCode.md
index 998aaa2..de71f38 100644
--- a/sdk/dart/zircon/HandleDisposition/hashCode.md
+++ b/sdk/dart/zircon/HandleDisposition/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition/noSuchMethod.md b/sdk/dart/zircon/HandleDisposition/noSuchMethod.md
index 011f774..7914123 100644
--- a/sdk/dart/zircon/HandleDisposition/noSuchMethod.md
+++ b/sdk/dart/zircon/HandleDisposition/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition/operator_equals.md b/sdk/dart/zircon/HandleDisposition/operator_equals.md
index 7164975..83054c1 100644
--- a/sdk/dart/zircon/HandleDisposition/operator_equals.md
+++ b/sdk/dart/zircon/HandleDisposition/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition/runtimeType.md b/sdk/dart/zircon/HandleDisposition/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/HandleDisposition/runtimeType.md
+++ b/sdk/dart/zircon/HandleDisposition/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleDisposition/toString.md b/sdk/dart/zircon/HandleDisposition/toString.md
index b889038..733efe0 100644
--- a/sdk/dart/zircon/HandleDisposition/toString.md
+++ b/sdk/dart/zircon/HandleDisposition/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo-class.md b/sdk/dart/zircon/HandleInfo-class.md
index 93007bd..799b550 100644
--- a/sdk/dart/zircon/HandleInfo-class.md
+++ b/sdk/dart/zircon/HandleInfo-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/handle.md b/sdk/dart/zircon/HandleInfo/handle.md
index 5a0f52a..00201e1 100644
--- a/sdk/dart/zircon/HandleInfo/handle.md
+++ b/sdk/dart/zircon/HandleInfo/handle.md
@@ -10,7 +10,7 @@
 
 [Handle](../../zircon/Handle-class.md) handle
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/hashCode.md b/sdk/dart/zircon/HandleInfo/hashCode.md
index 2e694a9..01fdbd7 100644
--- a/sdk/dart/zircon/HandleInfo/hashCode.md
+++ b/sdk/dart/zircon/HandleInfo/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/noSuchMethod.md b/sdk/dart/zircon/HandleInfo/noSuchMethod.md
index 3d1e6bf..1e88080 100644
--- a/sdk/dart/zircon/HandleInfo/noSuchMethod.md
+++ b/sdk/dart/zircon/HandleInfo/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/operator_equals.md b/sdk/dart/zircon/HandleInfo/operator_equals.md
index db33eaa..cf2be6b 100644
--- a/sdk/dart/zircon/HandleInfo/operator_equals.md
+++ b/sdk/dart/zircon/HandleInfo/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/rights.md b/sdk/dart/zircon/HandleInfo/rights.md
index 8d55c30..eac542d 100644
--- a/sdk/dart/zircon/HandleInfo/rights.md
+++ b/sdk/dart/zircon/HandleInfo/rights.md
@@ -10,7 +10,7 @@
 
 int rights
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/runtimeType.md b/sdk/dart/zircon/HandleInfo/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/HandleInfo/runtimeType.md
+++ b/sdk/dart/zircon/HandleInfo/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/toString.md b/sdk/dart/zircon/HandleInfo/toString.md
index 1d5e2d8..1d47429 100644
--- a/sdk/dart/zircon/HandleInfo/toString.md
+++ b/sdk/dart/zircon/HandleInfo/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleInfo/type.md b/sdk/dart/zircon/HandleInfo/type.md
index b4e413f..09ef76a 100644
--- a/sdk/dart/zircon/HandleInfo/type.md
+++ b/sdk/dart/zircon/HandleInfo/type.md
@@ -10,7 +10,7 @@
 
 int type
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult-class.md b/sdk/dart/zircon/HandlePairResult-class.md
index 2c187de..d2034c0 100644
--- a/sdk/dart/zircon/HandlePairResult-class.md
+++ b/sdk/dart/zircon/HandlePairResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/hashCode.md b/sdk/dart/zircon/HandlePairResult/hashCode.md
index 6e092c8..8c0ee25 100644
--- a/sdk/dart/zircon/HandlePairResult/hashCode.md
+++ b/sdk/dart/zircon/HandlePairResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/noSuchMethod.md b/sdk/dart/zircon/HandlePairResult/noSuchMethod.md
index a4ed26f..7dc00e6 100644
--- a/sdk/dart/zircon/HandlePairResult/noSuchMethod.md
+++ b/sdk/dart/zircon/HandlePairResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/operator_equals.md b/sdk/dart/zircon/HandlePairResult/operator_equals.md
index 10691cb..44249f6 100644
--- a/sdk/dart/zircon/HandlePairResult/operator_equals.md
+++ b/sdk/dart/zircon/HandlePairResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/runtimeType.md b/sdk/dart/zircon/HandlePairResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/HandlePairResult/runtimeType.md
+++ b/sdk/dart/zircon/HandlePairResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/status.md b/sdk/dart/zircon/HandlePairResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/HandlePairResult/status.md
+++ b/sdk/dart/zircon/HandlePairResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandlePairResult/toString.md b/sdk/dart/zircon/HandlePairResult/toString.md
index c1068bd..77c22fb 100644
--- a/sdk/dart/zircon/HandlePairResult/toString.md
+++ b/sdk/dart/zircon/HandlePairResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult-class.md b/sdk/dart/zircon/HandleResult-class.md
index 34af9ce..7bcb980 100644
--- a/sdk/dart/zircon/HandleResult-class.md
+++ b/sdk/dart/zircon/HandleResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/hashCode.md b/sdk/dart/zircon/HandleResult/hashCode.md
index d4e52f3..286e786 100644
--- a/sdk/dart/zircon/HandleResult/hashCode.md
+++ b/sdk/dart/zircon/HandleResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/noSuchMethod.md b/sdk/dart/zircon/HandleResult/noSuchMethod.md
index 3144823..21676df 100644
--- a/sdk/dart/zircon/HandleResult/noSuchMethod.md
+++ b/sdk/dart/zircon/HandleResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/operator_equals.md b/sdk/dart/zircon/HandleResult/operator_equals.md
index 5c7aa2e..77e3f95 100644
--- a/sdk/dart/zircon/HandleResult/operator_equals.md
+++ b/sdk/dart/zircon/HandleResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/runtimeType.md b/sdk/dart/zircon/HandleResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/HandleResult/runtimeType.md
+++ b/sdk/dart/zircon/HandleResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/status.md b/sdk/dart/zircon/HandleResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/HandleResult/status.md
+++ b/sdk/dart/zircon/HandleResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleResult/toString.md b/sdk/dart/zircon/HandleResult/toString.md
index a5cffe3..5520907 100644
--- a/sdk/dart/zircon/HandleResult/toString.md
+++ b/sdk/dart/zircon/HandleResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter-class.md b/sdk/dart/zircon/HandleWaiter-class.md
index 00df2a4..28acd04 100644
--- a/sdk/dart/zircon/HandleWaiter-class.md
+++ b/sdk/dart/zircon/HandleWaiter-class.md
@@ -23,7 +23,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -32,7 +32,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -54,7 +54,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -63,7 +63,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -76,7 +76,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter/hashCode.md b/sdk/dart/zircon/HandleWaiter/hashCode.md
index 7505d8b..1c029e8 100644
--- a/sdk/dart/zircon/HandleWaiter/hashCode.md
+++ b/sdk/dart/zircon/HandleWaiter/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter/noSuchMethod.md b/sdk/dart/zircon/HandleWaiter/noSuchMethod.md
index 5716114..23891fe 100644
--- a/sdk/dart/zircon/HandleWaiter/noSuchMethod.md
+++ b/sdk/dart/zircon/HandleWaiter/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter/operator_equals.md b/sdk/dart/zircon/HandleWaiter/operator_equals.md
index a20a64f..0250533 100644
--- a/sdk/dart/zircon/HandleWaiter/operator_equals.md
+++ b/sdk/dart/zircon/HandleWaiter/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter/runtimeType.md b/sdk/dart/zircon/HandleWaiter/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/HandleWaiter/runtimeType.md
+++ b/sdk/dart/zircon/HandleWaiter/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/HandleWaiter/toString.md b/sdk/dart/zircon/HandleWaiter/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/zircon/HandleWaiter/toString.md
+++ b/sdk/dart/zircon/HandleWaiter/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult-class.md b/sdk/dart/zircon/MapResult-class.md
index 6307d8a..2b5cfc4 100644
--- a/sdk/dart/zircon/MapResult-class.md
+++ b/sdk/dart/zircon/MapResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/hashCode.md b/sdk/dart/zircon/MapResult/hashCode.md
index f16a2c3..551cc9b 100644
--- a/sdk/dart/zircon/MapResult/hashCode.md
+++ b/sdk/dart/zircon/MapResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/noSuchMethod.md b/sdk/dart/zircon/MapResult/noSuchMethod.md
index 1ceef49..e687392 100644
--- a/sdk/dart/zircon/MapResult/noSuchMethod.md
+++ b/sdk/dart/zircon/MapResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/operator_equals.md b/sdk/dart/zircon/MapResult/operator_equals.md
index d43cd4e..c1af993 100644
--- a/sdk/dart/zircon/MapResult/operator_equals.md
+++ b/sdk/dart/zircon/MapResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/runtimeType.md b/sdk/dart/zircon/MapResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/MapResult/runtimeType.md
+++ b/sdk/dart/zircon/MapResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/status.md b/sdk/dart/zircon/MapResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/MapResult/status.md
+++ b/sdk/dart/zircon/MapResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/MapResult/toString.md b/sdk/dart/zircon/MapResult/toString.md
index 88632d4..b21d281 100644
--- a/sdk/dart/zircon/MapResult/toString.md
+++ b/sdk/dart/zircon/MapResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult-class.md b/sdk/dart/zircon/ReadEtcResult-class.md
index 67c6043..696b2a3 100644
--- a/sdk/dart/zircon/ReadEtcResult-class.md
+++ b/sdk/dart/zircon/ReadEtcResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/hashCode.md b/sdk/dart/zircon/ReadEtcResult/hashCode.md
index 46d2b67..22daf2a 100644
--- a/sdk/dart/zircon/ReadEtcResult/hashCode.md
+++ b/sdk/dart/zircon/ReadEtcResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/noSuchMethod.md b/sdk/dart/zircon/ReadEtcResult/noSuchMethod.md
index bd6e81a..ac68ffb 100644
--- a/sdk/dart/zircon/ReadEtcResult/noSuchMethod.md
+++ b/sdk/dart/zircon/ReadEtcResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/operator_equals.md b/sdk/dart/zircon/ReadEtcResult/operator_equals.md
index 2b88b0d..e3e3b3c 100644
--- a/sdk/dart/zircon/ReadEtcResult/operator_equals.md
+++ b/sdk/dart/zircon/ReadEtcResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/runtimeType.md b/sdk/dart/zircon/ReadEtcResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ReadEtcResult/runtimeType.md
+++ b/sdk/dart/zircon/ReadEtcResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/status.md b/sdk/dart/zircon/ReadEtcResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/ReadEtcResult/status.md
+++ b/sdk/dart/zircon/ReadEtcResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadEtcResult/toString.md b/sdk/dart/zircon/ReadEtcResult/toString.md
index 1a2c4cd..e15fc48 100644
--- a/sdk/dart/zircon/ReadEtcResult/toString.md
+++ b/sdk/dart/zircon/ReadEtcResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult-class.md b/sdk/dart/zircon/ReadResult-class.md
index 7c751bb..23cd372 100644
--- a/sdk/dart/zircon/ReadResult-class.md
+++ b/sdk/dart/zircon/ReadResult-class.md
@@ -29,7 +29,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -127,7 +127,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/hashCode.md b/sdk/dart/zircon/ReadResult/hashCode.md
index 90075ef..7e6a3ca 100644
--- a/sdk/dart/zircon/ReadResult/hashCode.md
+++ b/sdk/dart/zircon/ReadResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/noSuchMethod.md b/sdk/dart/zircon/ReadResult/noSuchMethod.md
index e90cab4..b383c3e 100644
--- a/sdk/dart/zircon/ReadResult/noSuchMethod.md
+++ b/sdk/dart/zircon/ReadResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/operator_equals.md b/sdk/dart/zircon/ReadResult/operator_equals.md
index 81f5e7c..c87913e 100644
--- a/sdk/dart/zircon/ReadResult/operator_equals.md
+++ b/sdk/dart/zircon/ReadResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/runtimeType.md b/sdk/dart/zircon/ReadResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ReadResult/runtimeType.md
+++ b/sdk/dart/zircon/ReadResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/status.md b/sdk/dart/zircon/ReadResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/ReadResult/status.md
+++ b/sdk/dart/zircon/ReadResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ReadResult/toString.md b/sdk/dart/zircon/ReadResult/toString.md
index 7730ff0..c8a2008 100644
--- a/sdk/dart/zircon/ReadResult/toString.md
+++ b/sdk/dart/zircon/ReadResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/SizedVmo-class.md b/sdk/dart/zircon/SizedVmo-class.md
index 91f2f94..29dd802 100644
--- a/sdk/dart/zircon/SizedVmo-class.md
+++ b/sdk/dart/zircon/SizedVmo-class.md
@@ -51,7 +51,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -60,7 +60,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -87,7 +87,7 @@
 
 
 Size of the Vmo in bytes.  
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -100,7 +100,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -109,7 +109,7 @@
 
 
 Duplicate this <a href="../zircon/Vmo-class.md">Vmo</a> with the given rights.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -118,7 +118,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -128,7 +128,7 @@
 
 Maps the Vmo into the process's root vmar, and returns it as a typed data
 array.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -137,7 +137,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -146,7 +146,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -155,7 +155,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -164,7 +164,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -173,7 +173,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -182,7 +182,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -195,7 +195,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket-class.md b/sdk/dart/zircon/Socket-class.md
index 318eea8..157d667 100644
--- a/sdk/dart/zircon/Socket-class.md
+++ b/sdk/dart/zircon/Socket-class.md
@@ -30,7 +30,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -79,7 +79,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -88,7 +88,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -106,7 +106,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -128,7 +128,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/close.md b/sdk/dart/zircon/Socket/close.md
index 3f2a81c..e43fa99 100644
--- a/sdk/dart/zircon/Socket/close.md
+++ b/sdk/dart/zircon/Socket/close.md
@@ -13,7 +13,7 @@
 void close
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/handle.md b/sdk/dart/zircon/Socket/handle.md
index 4f01e22..b73b3d2 100644
--- a/sdk/dart/zircon/Socket/handle.md
+++ b/sdk/dart/zircon/Socket/handle.md
@@ -12,7 +12,7 @@
 
 [Handle](../../zircon/Handle-class.md) handle
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/hashCode.md b/sdk/dart/zircon/Socket/hashCode.md
index 35478f1..0082344 100644
--- a/sdk/dart/zircon/Socket/hashCode.md
+++ b/sdk/dart/zircon/Socket/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/isValid.md b/sdk/dart/zircon/Socket/isValid.md
index f7cc7d8..2cf9522 100644
--- a/sdk/dart/zircon/Socket/isValid.md
+++ b/sdk/dart/zircon/Socket/isValid.md
@@ -12,7 +12,7 @@
 
 bool isValid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/noSuchMethod.md b/sdk/dart/zircon/Socket/noSuchMethod.md
index e63b31e..eceb5b9 100644
--- a/sdk/dart/zircon/Socket/noSuchMethod.md
+++ b/sdk/dart/zircon/Socket/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/operator_equals.md b/sdk/dart/zircon/Socket/operator_equals.md
index 00c7841..4f0f2c9 100644
--- a/sdk/dart/zircon/Socket/operator_equals.md
+++ b/sdk/dart/zircon/Socket/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/passHandle.md b/sdk/dart/zircon/Socket/passHandle.md
index 726553d..4bec386 100644
--- a/sdk/dart/zircon/Socket/passHandle.md
+++ b/sdk/dart/zircon/Socket/passHandle.md
@@ -13,7 +13,7 @@
 [Handle](../../zircon/Handle-class.md) passHandle
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/runtimeType.md b/sdk/dart/zircon/Socket/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/Socket/runtimeType.md
+++ b/sdk/dart/zircon/Socket/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Socket/toString.md b/sdk/dart/zircon/Socket/toString.md
index ec63198..4f41311 100644
--- a/sdk/dart/zircon/Socket/toString.md
+++ b/sdk/dart/zircon/Socket/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair-class.md b/sdk/dart/zircon/SocketPair-class.md
index 8f82395..3804eb3 100644
--- a/sdk/dart/zircon/SocketPair-class.md
+++ b/sdk/dart/zircon/SocketPair-class.md
@@ -31,7 +31,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -40,7 +40,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -89,7 +89,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -102,7 +102,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/first.md b/sdk/dart/zircon/SocketPair/first.md
index e2f125b..78069c5 100644
--- a/sdk/dart/zircon/SocketPair/first.md
+++ b/sdk/dart/zircon/SocketPair/first.md
@@ -10,7 +10,7 @@
 
 [Socket](../../zircon/Socket-class.md) first
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/hashCode.md b/sdk/dart/zircon/SocketPair/hashCode.md
index 5d0580b..0135c6a 100644
--- a/sdk/dart/zircon/SocketPair/hashCode.md
+++ b/sdk/dart/zircon/SocketPair/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/noSuchMethod.md b/sdk/dart/zircon/SocketPair/noSuchMethod.md
index 769ebbe..a2fa1f6 100644
--- a/sdk/dart/zircon/SocketPair/noSuchMethod.md
+++ b/sdk/dart/zircon/SocketPair/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/operator_equals.md b/sdk/dart/zircon/SocketPair/operator_equals.md
index 281d49d..483af93 100644
--- a/sdk/dart/zircon/SocketPair/operator_equals.md
+++ b/sdk/dart/zircon/SocketPair/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/runtimeType.md b/sdk/dart/zircon/SocketPair/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/SocketPair/runtimeType.md
+++ b/sdk/dart/zircon/SocketPair/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/second.md b/sdk/dart/zircon/SocketPair/second.md
index 12e83be..26d3c3b 100644
--- a/sdk/dart/zircon/SocketPair/second.md
+++ b/sdk/dart/zircon/SocketPair/second.md
@@ -10,7 +10,7 @@
 
 [Socket](../../zircon/Socket-class.md) second
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/status.md b/sdk/dart/zircon/SocketPair/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/SocketPair/status.md
+++ b/sdk/dart/zircon/SocketPair/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketPair/toString.md b/sdk/dart/zircon/SocketPair/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/zircon/SocketPair/toString.md
+++ b/sdk/dart/zircon/SocketPair/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader-class.md b/sdk/dart/zircon/SocketReader-class.md
index 8a356e7..ed48944 100644
--- a/sdk/dart/zircon/SocketReader-class.md
+++ b/sdk/dart/zircon/SocketReader-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
@@ -65,7 +65,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -74,7 +74,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -105,7 +105,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -114,7 +114,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -136,7 +136,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/hashCode.md b/sdk/dart/zircon/SocketReader/hashCode.md
index 94846e1..5614046 100644
--- a/sdk/dart/zircon/SocketReader/hashCode.md
+++ b/sdk/dart/zircon/SocketReader/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/noSuchMethod.md b/sdk/dart/zircon/SocketReader/noSuchMethod.md
index e5f4dbc..3cd4aa9 100644
--- a/sdk/dart/zircon/SocketReader/noSuchMethod.md
+++ b/sdk/dart/zircon/SocketReader/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/onError.md b/sdk/dart/zircon/SocketReader/onError.md
index fa7e24c..e3d82fe 100644
--- a/sdk/dart/zircon/SocketReader/onError.md
+++ b/sdk/dart/zircon/SocketReader/onError.md
@@ -10,7 +10,7 @@
 
 [SocketReaderErrorHandler](../../zircon/SocketReaderErrorHandler.md) onError
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/onReadable.md b/sdk/dart/zircon/SocketReader/onReadable.md
index 5adff60..572b298 100644
--- a/sdk/dart/zircon/SocketReader/onReadable.md
+++ b/sdk/dart/zircon/SocketReader/onReadable.md
@@ -10,7 +10,7 @@
 
 [SocketReaderReadableHandler](../../zircon/SocketReaderReadableHandler.md) onReadable
   
-_<span class="feature read / write">read / write</span>_
+_<span class="feature">read / write</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/operator_equals.md b/sdk/dart/zircon/SocketReader/operator_equals.md
index 3d0eb1c..7b1fa8e 100644
--- a/sdk/dart/zircon/SocketReader/operator_equals.md
+++ b/sdk/dart/zircon/SocketReader/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/runtimeType.md b/sdk/dart/zircon/SocketReader/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/SocketReader/runtimeType.md
+++ b/sdk/dart/zircon/SocketReader/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReader/toString.md b/sdk/dart/zircon/SocketReader/toString.md
index 5146701..efd4730 100644
--- a/sdk/dart/zircon/SocketReader/toString.md
+++ b/sdk/dart/zircon/SocketReader/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError-class.md b/sdk/dart/zircon/SocketReaderError-class.md
index c2b3521..87c6672 100644
--- a/sdk/dart/zircon/SocketReaderError-class.md
+++ b/sdk/dart/zircon/SocketReaderError-class.md
@@ -41,7 +41,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 The stack trace at the point where this error was first thrown.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -77,7 +77,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -99,7 +99,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -112,7 +112,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/error.md b/sdk/dart/zircon/SocketReaderError/error.md
index 41ffa84..0cf46f5 100644
--- a/sdk/dart/zircon/SocketReaderError/error.md
+++ b/sdk/dart/zircon/SocketReaderError/error.md
@@ -10,7 +10,7 @@
 
 Object error
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/hashCode.md b/sdk/dart/zircon/SocketReaderError/hashCode.md
index ba98bc3..6c50639 100644
--- a/sdk/dart/zircon/SocketReaderError/hashCode.md
+++ b/sdk/dart/zircon/SocketReaderError/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/noSuchMethod.md b/sdk/dart/zircon/SocketReaderError/noSuchMethod.md
index 029e352..1f2de5c 100644
--- a/sdk/dart/zircon/SocketReaderError/noSuchMethod.md
+++ b/sdk/dart/zircon/SocketReaderError/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/operator_equals.md b/sdk/dart/zircon/SocketReaderError/operator_equals.md
index 4228d33..d3c0a44 100644
--- a/sdk/dart/zircon/SocketReaderError/operator_equals.md
+++ b/sdk/dart/zircon/SocketReaderError/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/runtimeType.md b/sdk/dart/zircon/SocketReaderError/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/SocketReaderError/runtimeType.md
+++ b/sdk/dart/zircon/SocketReaderError/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/stackTrace.md b/sdk/dart/zircon/SocketReaderError/stackTrace.md
index c78ea4f..b1a8057 100644
--- a/sdk/dart/zircon/SocketReaderError/stackTrace.md
+++ b/sdk/dart/zircon/SocketReaderError/stackTrace.md
@@ -12,7 +12,7 @@
 
 StackTrace stackTrace
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/stacktrace.md b/sdk/dart/zircon/SocketReaderError/stacktrace.md
index 9f48628..27a117e 100644
--- a/sdk/dart/zircon/SocketReaderError/stacktrace.md
+++ b/sdk/dart/zircon/SocketReaderError/stacktrace.md
@@ -10,7 +10,7 @@
 
 StackTrace stacktrace
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/SocketReaderError/toString.md b/sdk/dart/zircon/SocketReaderError/toString.md
index 05fc617..5071d5c 100644
--- a/sdk/dart/zircon/SocketReaderError/toString.md
+++ b/sdk/dart/zircon/SocketReaderError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/System-class.md b/sdk/dart/zircon/System-class.md
index 2243cd1..77a663f 100644
--- a/sdk/dart/zircon/System-class.md
+++ b/sdk/dart/zircon/System-class.md
@@ -23,7 +23,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -32,7 +32,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -45,7 +45,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -54,7 +54,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/System/hashCode.md b/sdk/dart/zircon/System/hashCode.md
index 86bf08b..3159a07 100644
--- a/sdk/dart/zircon/System/hashCode.md
+++ b/sdk/dart/zircon/System/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/System/noSuchMethod.md b/sdk/dart/zircon/System/noSuchMethod.md
index d9424b3..d11ff29 100644
--- a/sdk/dart/zircon/System/noSuchMethod.md
+++ b/sdk/dart/zircon/System/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/System/operator_equals.md b/sdk/dart/zircon/System/operator_equals.md
index 19ac978..c17ec60 100644
--- a/sdk/dart/zircon/System/operator_equals.md
+++ b/sdk/dart/zircon/System/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/System/runtimeType.md b/sdk/dart/zircon/System/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/System/runtimeType.md
+++ b/sdk/dart/zircon/System/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/System/toString.md b/sdk/dart/zircon/System/toString.md
index 7ce757d..495eddd 100644
--- a/sdk/dart/zircon/System/toString.md
+++ b/sdk/dart/zircon/System/toString.md
@@ -13,7 +13,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo-class.md b/sdk/dart/zircon/Vmo-class.md
index 60a87d5..e875ce6 100644
--- a/sdk/dart/zircon/Vmo-class.md
+++ b/sdk/dart/zircon/Vmo-class.md
@@ -40,7 +40,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -49,7 +49,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -58,7 +58,7 @@
 
 
   
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -67,7 +67,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -80,7 +80,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -117,7 +117,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -126,7 +126,7 @@
 
 
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -153,7 +153,7 @@
 
 
 A string representation of this object.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -175,7 +175,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/close.md b/sdk/dart/zircon/Vmo/close.md
index 3f2a81c..e43fa99 100644
--- a/sdk/dart/zircon/Vmo/close.md
+++ b/sdk/dart/zircon/Vmo/close.md
@@ -13,7 +13,7 @@
 void close
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/handle.md b/sdk/dart/zircon/Vmo/handle.md
index 4f01e22..b73b3d2 100644
--- a/sdk/dart/zircon/Vmo/handle.md
+++ b/sdk/dart/zircon/Vmo/handle.md
@@ -12,7 +12,7 @@
 
 [Handle](../../zircon/Handle-class.md) handle
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/hashCode.md b/sdk/dart/zircon/Vmo/hashCode.md
index 587d4f6..7f221ee 100644
--- a/sdk/dart/zircon/Vmo/hashCode.md
+++ b/sdk/dart/zircon/Vmo/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/isValid.md b/sdk/dart/zircon/Vmo/isValid.md
index f7cc7d8..2cf9522 100644
--- a/sdk/dart/zircon/Vmo/isValid.md
+++ b/sdk/dart/zircon/Vmo/isValid.md
@@ -12,7 +12,7 @@
 
 bool isValid
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/noSuchMethod.md b/sdk/dart/zircon/Vmo/noSuchMethod.md
index 66b4fa4..2cda6d2 100644
--- a/sdk/dart/zircon/Vmo/noSuchMethod.md
+++ b/sdk/dart/zircon/Vmo/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/operator_equals.md b/sdk/dart/zircon/Vmo/operator_equals.md
index 928013c..7c47d88 100644
--- a/sdk/dart/zircon/Vmo/operator_equals.md
+++ b/sdk/dart/zircon/Vmo/operator_equals.md
@@ -14,7 +14,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/passHandle.md b/sdk/dart/zircon/Vmo/passHandle.md
index 726553d..4bec386 100644
--- a/sdk/dart/zircon/Vmo/passHandle.md
+++ b/sdk/dart/zircon/Vmo/passHandle.md
@@ -13,7 +13,7 @@
 [Handle](../../zircon/Handle-class.md) passHandle
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/runtimeType.md b/sdk/dart/zircon/Vmo/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/Vmo/runtimeType.md
+++ b/sdk/dart/zircon/Vmo/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/Vmo/toString.md b/sdk/dart/zircon/Vmo/toString.md
index ec63198..4f41311 100644
--- a/sdk/dart/zircon/Vmo/toString.md
+++ b/sdk/dart/zircon/Vmo/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult-class.md b/sdk/dart/zircon/WriteResult-class.md
index e1d9305..35562f0 100644
--- a/sdk/dart/zircon/WriteResult-class.md
+++ b/sdk/dart/zircon/WriteResult-class.md
@@ -29,7 +29,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -38,7 +38,7 @@
 
 
   
-_<span class="feature read-only">read-only</span>_
+_<span class="feature">read-only</span>_
 
 
 
@@ -47,7 +47,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -56,7 +56,7 @@
 
 
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
@@ -69,7 +69,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -78,7 +78,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -91,7 +91,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/hashCode.md b/sdk/dart/zircon/WriteResult/hashCode.md
index 0c9cdf7..b892850 100644
--- a/sdk/dart/zircon/WriteResult/hashCode.md
+++ b/sdk/dart/zircon/WriteResult/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/noSuchMethod.md b/sdk/dart/zircon/WriteResult/noSuchMethod.md
index e439fc1..e4c7003 100644
--- a/sdk/dart/zircon/WriteResult/noSuchMethod.md
+++ b/sdk/dart/zircon/WriteResult/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/operator_equals.md b/sdk/dart/zircon/WriteResult/operator_equals.md
index 52cba47..6dd2aa4 100644
--- a/sdk/dart/zircon/WriteResult/operator_equals.md
+++ b/sdk/dart/zircon/WriteResult/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/runtimeType.md b/sdk/dart/zircon/WriteResult/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/WriteResult/runtimeType.md
+++ b/sdk/dart/zircon/WriteResult/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/status.md b/sdk/dart/zircon/WriteResult/status.md
index 5248903..16d3b01 100644
--- a/sdk/dart/zircon/WriteResult/status.md
+++ b/sdk/dart/zircon/WriteResult/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
+_<span class="feature">final</span><span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/WriteResult/toString.md b/sdk/dart/zircon/WriteResult/toString.md
index 21b722e..a01cc0a 100644
--- a/sdk/dart/zircon/WriteResult/toString.md
+++ b/sdk/dart/zircon/WriteResult/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError-class.md b/sdk/dart/zircon/ZirconApiError-class.md
index a18d149..9176adf 100644
--- a/sdk/dart/zircon/ZirconApiError-class.md
+++ b/sdk/dart/zircon/ZirconApiError-class.md
@@ -41,7 +41,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -50,7 +50,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -59,7 +59,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -68,7 +68,7 @@
 
 
 The stack trace at the point where this error was first thrown.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -81,7 +81,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -90,7 +90,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -103,7 +103,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/hashCode.md b/sdk/dart/zircon/ZirconApiError/hashCode.md
index facc47c..a3822ea 100644
--- a/sdk/dart/zircon/ZirconApiError/hashCode.md
+++ b/sdk/dart/zircon/ZirconApiError/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/message.md b/sdk/dart/zircon/ZirconApiError/message.md
index c1c4aab..4864ba1 100644
--- a/sdk/dart/zircon/ZirconApiError/message.md
+++ b/sdk/dart/zircon/ZirconApiError/message.md
@@ -10,7 +10,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/noSuchMethod.md b/sdk/dart/zircon/ZirconApiError/noSuchMethod.md
index 4539d11..1010b1a 100644
--- a/sdk/dart/zircon/ZirconApiError/noSuchMethod.md
+++ b/sdk/dart/zircon/ZirconApiError/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/operator_equals.md b/sdk/dart/zircon/ZirconApiError/operator_equals.md
index 2fbe7ea..4a67aee 100644
--- a/sdk/dart/zircon/ZirconApiError/operator_equals.md
+++ b/sdk/dart/zircon/ZirconApiError/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/runtimeType.md b/sdk/dart/zircon/ZirconApiError/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ZirconApiError/runtimeType.md
+++ b/sdk/dart/zircon/ZirconApiError/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/stackTrace.md b/sdk/dart/zircon/ZirconApiError/stackTrace.md
index c78ea4f..b1a8057 100644
--- a/sdk/dart/zircon/ZirconApiError/stackTrace.md
+++ b/sdk/dart/zircon/ZirconApiError/stackTrace.md
@@ -12,7 +12,7 @@
 
 StackTrace stackTrace
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZirconApiError/toString.md b/sdk/dart/zircon/ZirconApiError/toString.md
index 0379562..3e569f7 100644
--- a/sdk/dart/zircon/ZirconApiError/toString.md
+++ b/sdk/dart/zircon/ZirconApiError/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException-class.md b/sdk/dart/zircon/ZxStatusException-class.md
index fe7af2a..85ee326 100644
--- a/sdk/dart/zircon/ZxStatusException-class.md
+++ b/sdk/dart/zircon/ZxStatusException-class.md
@@ -30,7 +30,7 @@
 
 
 The hash code for this object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -39,7 +39,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -48,7 +48,7 @@
 
 
 A representation of the runtime type of the object.  
-_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
+_<span class="feature">read-only</span><span class="feature">inherited</span>_
 
 
 
@@ -57,7 +57,7 @@
 
 
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
@@ -70,7 +70,7 @@
 
 
 Invoked when a non-existent method or property is accessed.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
@@ -79,7 +79,7 @@
 
 
 A string representation of this object.  
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_
 
 
 
@@ -92,7 +92,7 @@
 
 
 The equality operator.  
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/hashCode.md b/sdk/dart/zircon/ZxStatusException/hashCode.md
index 1f82103..c4901c4 100644
--- a/sdk/dart/zircon/ZxStatusException/hashCode.md
+++ b/sdk/dart/zircon/ZxStatusException/hashCode.md
@@ -12,7 +12,7 @@
 
 int hashCode
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/message.md b/sdk/dart/zircon/ZxStatusException/message.md
index 6b72306..9e09fa7 100644
--- a/sdk/dart/zircon/ZxStatusException/message.md
+++ b/sdk/dart/zircon/ZxStatusException/message.md
@@ -10,7 +10,7 @@
 
 String message
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/noSuchMethod.md b/sdk/dart/zircon/ZxStatusException/noSuchMethod.md
index 3b906f8..9394779 100644
--- a/sdk/dart/zircon/ZxStatusException/noSuchMethod.md
+++ b/sdk/dart/zircon/ZxStatusException/noSuchMethod.md
@@ -13,7 +13,7 @@
 dynamic noSuchMethod
 (Invocation invocation)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/operator_equals.md b/sdk/dart/zircon/ZxStatusException/operator_equals.md
index 17f9690..3ab0524 100644
--- a/sdk/dart/zircon/ZxStatusException/operator_equals.md
+++ b/sdk/dart/zircon/ZxStatusException/operator_equals.md
@@ -13,7 +13,7 @@
 bool operator ==
 (Object other)
 
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/runtimeType.md b/sdk/dart/zircon/ZxStatusException/runtimeType.md
index 4081486..842c9bc 100644
--- a/sdk/dart/zircon/ZxStatusException/runtimeType.md
+++ b/sdk/dart/zircon/ZxStatusException/runtimeType.md
@@ -12,7 +12,7 @@
 
 Type runtimeType
   
-_<span class="feature inherited">inherited</span>_
+_<span class="feature">inherited</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/status.md b/sdk/dart/zircon/ZxStatusException/status.md
index 45df113..11082e5 100644
--- a/sdk/dart/zircon/ZxStatusException/status.md
+++ b/sdk/dart/zircon/ZxStatusException/status.md
@@ -10,7 +10,7 @@
 
 int status
   
-_<span class="feature final">final</span>_
+_<span class="feature">final</span>_
 
 
 
diff --git a/sdk/dart/zircon/ZxStatusException/toString.md b/sdk/dart/zircon/ZxStatusException/toString.md
index 1d64c5b..1f3da3f 100644
--- a/sdk/dart/zircon/ZxStatusException/toString.md
+++ b/sdk/dart/zircon/ZxStatusException/toString.md
@@ -14,7 +14,7 @@
 String toString
 ()
 
-_<span class="feature override">override</span>_
+_<span class="feature">override</span>_