Skip to content

Commit

Permalink
Fix padded link target "class.html# nested" in struct.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Apr 7, 2013
1 parent 8b0d9ea commit 5da5072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions struct.dd
Expand Up @@ -76,8 +76,8 @@ $(SPEC_S Structs and Unions,
$(UNCHECK), $(UNCHECK))
$(TROW const/immutable/shared, $(CHECK), $(CHECK), $(UNCHECK),
$(UNCHECK), $(UNCHECK))
$(TROW inner nesting, $(RELATIVE_LINK2 nested, $(CHECK)), $(DDSUBLINK class,
nested, $(CHECK)), $(UNCHECK), $(UNCHECK), $(UNCHECK))
$(TROW inner nesting, $(RELATIVE_LINK2 nested, $(CHECK)),
$(DDSUBLINK class, nested, $(CHECK)), $(UNCHECK), $(UNCHECK), $(UNCHECK))
)

$(GRAMMAR
Expand Down

0 comments on commit 5da5072

Please sign in to comment.