scala-search / scaps

Scala API Search
http://scala-search.github.io
Mozilla Public License 2.0
37 stars 4 forks source link

Transform DocComments to common format #10

Closed Luegg closed 9 years ago

Luegg commented 9 years ago

The presentation of doc comments on the front end is pretty ugly. This can be improved by pre-processing doc comments during feature extraction and then render some nice HTML on the frontend.

Ideally, feature extraction would yield HTML. But this requires that the Lucene analyzer ignores HTML Tags.