Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit db88a6c

Browse files
author
Eduardo Fullea
committed
commenting out abstract filters
1 parent 2391c8f commit db88a6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ <h2><a>MessagingFilter</a> Dictionary</h2>
17811781
</section>
17821782

17831783
<!------------------------ Dictionary FilterOptions -------------------------->
1784-
<section>
1784+
<!--section>
17851785
<h2><a>FilterOptions</a> Dictionary</h2>
17861786
<dl title="dictionary FilterOptions" class="idl">
17871787
<dt>DOMString sortBy</dt>
@@ -1808,7 +1808,7 @@ <h2><a>FilterOptions</a> Dictionary</h2>
18081808
</p>
18091809
18101810
<!------------------------ Interface CompositeFilter ------------------------->
1811-
<section>
1811+
<!--section>
18121812
<h2><a>CompositeFilter</a> Interface</h2>
18131813
<p>The <a>CompositeFilter</a> interface represents a filter that is the result
18141814
of combining several filters with an operator ('and' / 'or').
@@ -1826,7 +1826,7 @@ <h2><a>CompositeFilter</a> Interface</h2>
18261826
18271827
18281828
<!------------------------ Interface AttributeFilter-------------------------->
1829-
<section>
1829+
<!--section>
18301830
<h2><a>AttributeFilter</a> Interface</h2>
18311831
<p>The <a>AttributeFilter</a> interface represents a filter of messages
18321832
based on the value of a specific attribute.
@@ -1849,7 +1849,7 @@ <h2><a>AttributeFilter</a> Interface</h2>
18491849
18501850
18511851
<!------------------------ Interface AttributeRangeFilter -------------------->
1852-
<section>
1852+
<!--section>
18531853
<h2><a>AttributeRangeFilter</a> Interface</h2>
18541854
<p>The <a>AttributeRangeFilter</a> interface represents a filter of messages
18551855
with the value of a specific attribute within a range of values.

0 commit comments

Comments
 (0)