mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Stock sphinx isn't happy about :math: or the lack of a favicon in docs/.
Make a fake empty favicon.ico and remove wanton math markup to quell Sphinx warnings. Swift SVN r15165
This commit is contained in:
@@ -28,9 +28,7 @@ Swift has a pretty small set of types right now:
|
||||
* Struct types. Nominal heterogenous fixed-length products.
|
||||
* Class types. Nominal, subtypeable heterogenous fixed-length products
|
||||
with identity.
|
||||
* Protocol and protocol-composition types. Existential types restricted
|
||||
to a single variable which must also be the head type, i.e. more
|
||||
formally :math:`\exists y : P1, P2 . y`.
|
||||
* Protocol and protocol-composition types.
|
||||
|
||||
In addition, each of the nominal types can be made generic; this
|
||||
doesn't affect the overall introduction/elimination design because an
|
||||
|
||||
0
docs/favicon.ico
Normal file
0
docs/favicon.ico
Normal file
Reference in New Issue
Block a user