marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

Prune scaladoc #1

Closed marklister closed 11 years ago

marklister commented 11 years ago

The scaladoc should not contain CollSeq3 through CollSeq22. Likewise CsvParser3 through CsvParser22 are just noise.

Scaladoc can limit inclusion by source file but not by class.

Anyone with ideas please add to this issue.

marklister commented 11 years ago

Closed by performing an ugly hack on Scaladoc itself.