Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
319 stars 40 forks source link

css validation error in stylesheet #63

Open richard-melvin opened 8 years ago

richard-melvin commented 8 years ago

The stylesheet.css generated by the doclet ends with :

/* NEW v8
div.contentContainer ul.blockList li.blockList h2{
    padding-bottom:0px;
}
/*

which is obviously illegal css comment syntax. This gets reported as a problem by Eclipse for projects using the doclet, because it is pretty eager about doing css validation (sometimes even of generated files).

The error is present in the source file src/main/resources/ch/raffael/doclets/pegdown/stylesheet.8.css.