Compare commits

...

2 Commits

Author SHA1 Message Date
an eed355d85c fix broken link 2019-08-26 06:42:31 -04:00
an c9b9444940 surname 2019-08-14 12:20:54 -04:00
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ This is documentation for the ZScript language. CC0 public domain. See
* [API](api.md) - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
* [Entry Points](entry.md) - for information on the ways you can tell the engine to add new things.
* [Glossary](glossary.md) - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
* [Language](lang.md) - for information on the language itself.
* [Language](language.md) - for information on the language itself.
If you're wondering where to start, try starting with the language
documentation and working your way from there. Also recommended is looking at

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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: