summaryrefslogtreecommitdiffstats
path: root/testing/068_ref_varargs.cpp
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2017-07-24 04:04:25 (GMT)
committerMatthew White <mehw.is.me@inventati.org>2017-08-03 03:38:51 (GMT)
commit037f465e934ce122c8412b55548a153ad517aba0 (patch)
tree08414d10b34d85e519588b318a7ed7acae2d9023 /testing/068_ref_varargs.cpp
parent6b29c4e55009771545305fe3ec3ba92e8d0ba38e (diff)
downloadDoxygen-037f465e934ce122c8412b55548a153ad517aba0.zip
Doxygen-037f465e934ce122c8412b55548a153ad517aba0.tar.gz
Doxygen-037f465e934ce122c8412b55548a153ad517aba0.tar.bz2
Fix/New: add variadic function args '...' support to @ref
* src/doctokenizer.l: add VARARGS, aka variadic function args '...' * src/util.cpp (linkToText): call substitute() with skip_seq set to 3 to keep each '...' sequence of chars unchanged For instance, the command '@ref fun(int,...)' now is able to parse each '...' sequence of chars correctly to reference fun(int,...). Before this patch, the '...' part was skipped. Also, linkToText() is fixed to not substitute '...' with '::::::' in the text representation of the link.
Diffstat (limited to 'testing/068_ref_varargs.cpp')
0 files changed, 0 insertions, 0 deletions