Skip to content

Commit

Permalink
Fix Issue 17534 - dlangspec.pdf: 25.24: getFunctionVariadicStyle's ta…
Browse files Browse the repository at this point in the history
…bles goes over the page margin and uses HTML
  • Loading branch information
andralex committed Dec 15, 2017
1 parent 75dda79 commit 2b4d31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/traits.dd
Expand Up @@ -468,8 +468,8 @@ $(SECTION2 $(GNAME getFunctionVariadicStyle),
)

$(TABLE2 getFunctionVariadicStyle,
$(THEAD string returned, kind, access, example)
$(TROW $(D "none"), not a variadic function,  , $(D void foo();))
$(THEAD result, kind, access, example)
$(TROW $(D "none"), not a variadic function, $(NBSP), $(D void foo();))
$(TROW $(D "argptr"), D style variadic function, $(D _argptr) and $(D _arguments), $(D void bar(...)))
$(TROW $(D "stdarg"), C style variadic function, $(LINK2 $(ROOT_DIR)phobos/core_stdc_stdarg.html, $(D core.stdc.stdarg)), $(D extern (C) void abc(int, ...)))
$(TROW $(D "typesafe"), typesafe variadic function, array on stack, $(D void def(int[] ...)))
Expand Down

0 comments on commit 2b4d31d

Please sign in to comment.