Yes, it does. And what I do when I want something in the ToC but nothing shown on the page is put something like:
Code:
<h2 class="hidden">Cover</h2>
With the CSS:
Code:
.hidden {
display: none
}
That way the various ToC generators will create the entry, but there won't be anything on the page or an space taken.