pull/1/head
an 2019-08-14 12:20:54 -04:00
bovenliggende 37e4f2a68b
commit c9b9444940
4 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen

Bestand weergeven

@ -36,7 +36,7 @@ In any case, here we are. This documentation will detail all aspects of
ZScript, from the language and type system to the API and finer details. This
document is distributed under the [CC0 public domain license](LICENSE.txt) in
the hope that it is useful reference and serves as a solid basis for further
writings. This document was originally written by Alison Sanderson (Marrub.)
writings. This document was originally written by Alison Watson (Marrub.)
Attribution is encouraged but not required.
# Reading This Document

Bestand weergeven

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
## Distributed under the CC0 public domain license.
## By Alison Sanderson. Attribution is encouraged, though not required.
## By Alison Watson. Attribution is encouraged, though not required.
## <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
## TOCGen: Generates inter-file TOCs.
## Example usage:

Bestand weergeven

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
## Distributed under the CC0 public domain license.
## By Alison Sanderson. Attribution is encouraged, though not required.
## By Alison Watson. Attribution is encouraged, though not required.
## <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
## TreeGen: Generates the glossary files for classes.
## Example usage:

Bestand weergeven

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
## Distributed under the CC0 public domain license.
## By Alison Sanderson. Attribution is encouraged, though not required.
## By Alison Watson. Attribution is encouraged, though not required.
## <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
## ZSClassTree: Generates a class tree from ZScript files.
## Example usage: