From abe957952ecf232481a5e9819b94dececa2a5f21 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 2 Nov 2020 23:20:34 -0700 Subject: add skeleton of type syntax --- vs-c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vs-c.rst') 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 ` to keep types and variable names distinct. + Crowbar uses :crowbar:ref:`simplified type syntax ` 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 -- cgit v1.2.3