aboutsummaryrefslogtreecommitdiff
path: root/vs-c.rst
diff options
context:
space:
mode:
Diffstat (limited to 'vs-c.rst')
-rw-r--r--vs-c.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs-c.rst b/vs-c.rst
index 42f8a38..73d0653 100644
--- a/vs-c.rst
+++ b/vs-c.rst
@@ -58,7 +58,7 @@ C's syntax isn't perfect, but it's usually pretty good.
However, sometimes it just sucks, and in those cases Crowbar makes changes.
* C's variable declaration syntax is far from intuitive in nontrivial cases (function pointers, pointer-to-``const`` vs ``const``-pointer, etc).
- Crowbar uses :doc:`simplified type syntax <types>` to keep types and variable names distinct.
+ Crowbar uses :crowbar:ref:`simplified type syntax <Type>` to keep types and variable names distinct.
* ``_Bool`` is just ``bool``, ``_Complex`` is just ``complex`` (why drag the preprocessor into it?)
* Adding a ``_`` to numeric literals as a separator
* All string literals, char literals, etc are UTF-8