Skip to content

Commit

Permalink
lex.dd: Fixed a deprecation link; made a decision on string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Llammissar committed Feb 8, 2013
1 parent a979ed0 commit 919c7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lex.dd
Expand Up @@ -999,7 +999,7 @@ $(MULTICOLS 4,
$(D $(XLINK2 attribute.html#shared, shared))
$(D $(XLINK2 type.html, short))
$(D $(XLINK2 version.html#staticif, static))
<!--$(D $(XLINK2 arrays.html#strings, string)) (alias to immutable(char)[]) -->
$(D $(XLINK2 arrays.html#strings, string)) (alias to immutable(char)[]) <!-- This is important; people want to know these things up front. -->
$(D $(XLINK2 struct.html, struct))
$(D $(XLINK2 expression.html#super, super))
$(D $(XLINK2 statement.html#SwitchStatement, switch))
Expand All @@ -1024,7 +1024,7 @@ $(MULTICOLS 4,

$(D $(XLINK2 version.html#version, version))
$(D $(XLINK2 declaration.html#VoidInitializer, void))
$(D $(XLINK2 deprecate.html#volatile, volatile)) (deprecated)
$(D $(XLINK ctod.html#volatile, volatile)) ($(XLINK2 deprecate.html#volatile, deprecated))

$(D $(XLINK2 type.html, wchar))
$(D $(XLINK2 statement.html#WhileStatement, while))
Expand Down

0 comments on commit 919c7ac

Please sign in to comment.