Skip to content

Commit

Permalink
add missing anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile Burg committed Feb 29, 2016
1 parent f1fa75b commit 92f82a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/declaration.dd
Expand Up @@ -211,7 +211,7 @@ $(GNAME StructMemberInitializer):
$(I Identifier) $(D :) $(GLINK NonVoidInitializer)
)

$(H3 Declaration Syntax)
$(H3 $(LNAME2 declaration_syntax, Declaration Syntax))

$(P Declaration syntax generally reads right to left:)

Expand Down Expand Up @@ -583,7 +583,7 @@ $(GNAME Typeof):
template code.
)

$(H3 Void Initializations)
$(H3 $(LNAME2 void_init, Void Initializations))

$(GRAMMAR
$(GNAME VoidInitializer):
Expand All @@ -609,7 +609,7 @@ void foo()
last resort when optimizing critical code.
)

$(H3 Global and Static Initializers)
$(H3 $(LNAME2 global_static_init, Global and Static Initializers))

$(P The $(GLINK Initializer) for a global or static variable must be
evaluatable at compile time.
Expand All @@ -618,7 +618,7 @@ $(H3 Global and Static Initializers)
Runtime initialization can be done with static constructors.
)

$(H3 Type Qualifiers vs. Storage Classes)
$(H3 $(LNAME2 typequal_vs_storageclass, Type Qualifiers vs. Storage Classes))

$(P D draws a distinction between a type qualifer and a storage class.)

Expand Down

0 comments on commit 92f82a2

Please sign in to comment.