Move stream documentation to their own files

And generate the index
This commit is contained in:
Konrad Malawski 2018-04-18 11:44:37 +02:00 committed by Arnout Engelen
parent 7b29b08d46
commit 054b70c41b
183 changed files with 2025 additions and 2864 deletions

View file

@ -113,7 +113,7 @@ object ParadoxSupport {
//println(s"Looking for signature regex '$Signature'")
val text =
Source.fromFile(file)(Codec.UTF8).getLines.collect {
case line@Signature(signature, kind, l, definition) if labels contains l.toLowerCase() =>
case line@Signature(signature, kind, l, definition) if labels contains l.replaceAll("Mat$", "").toLowerCase() =>
//println(s"Found label '$l' with sig '$full' in line $line")
if (kind == "type") signature + definition
else signature