Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #291 from ntrel/fix-padded-link
Browse files Browse the repository at this point in the history
Fix padded link target "class.html#        nested" in struct.html
  • Loading branch information
AndrejMitrovic committed Apr 7, 2013
2 parents 8b0d9ea + 5da5072 commit e9f71ac
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 e9f71ac

Please sign in to comment.