Move stream documentation to their own files
And generate the index
This commit is contained in:
parent
7b29b08d46
commit
054b70c41b
183 changed files with 2025 additions and 2864 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue