swig/Source/Doxygen
John McFarland 61dbc4b50c Fix for missing space after \endlink in doxygen
The "endlink" command is processed in processWordCommands, which by
default skips space occuring after the command, which is intended for
removing leading space from a command argument.  For "end" commands,
we don't want to do this.  Note that certain end commands such as
"endcode" aren't processed by processWordCommands (believe
addCommandUnique ends up handling them).

Update usage of \link in doxygen_translate_all_tags.i to test handling
of space after \endlink.

Tweaking some of the usage in doxygen_misc_constructs.i to remove what
seems to be an extra space from the input (otherwise we would need to
add an extra space to the expected output).
2020-05-02 18:42:55 -05:00
..
doxycommands.h Improve doxygen parser handling of \code content 2019-08-07 16:55:35 -05:00
doxyentity.cxx Doxygen source rename 2018-05-26 12:52:52 +01:00
doxyentity.h Doxygen source rename 2018-05-26 12:52:52 +01:00
doxyparser.cxx Fix for missing space after \endlink in doxygen 2020-05-02 18:42:55 -05:00
doxyparser.h Support doxygen \param[] commands 2019-08-07 16:42:24 -05:00
doxytranslator.cxx Correct JavaDoc from doxygen comments indentation 2018-06-17 00:16:57 +01:00
doxytranslator.h Correct JavaDoc from doxygen comments indentation 2018-06-17 00:16:57 +01:00
javadoc.cxx Support doxygen \param[] commands 2019-08-07 16:42:24 -05:00
javadoc.h Doxygen source rename 2018-05-26 12:52:52 +01:00
pydoc.cxx Fix segfault parsing varargs with -doxygen 2020-01-16 19:16:35 +00:00
pydoc.h Flag optional arguments in doxygen pydoc output 2019-08-07 16:42:39 -05:00