swig/Source/DoxygenTranslator/src
Vadim Zeitlin 6629d93481 Allow upper case letters and digits in Doxygen words.
Although all standard Doxygen commands are composed from lower case letters
and some special symbols only, custom commands can include upper case letters
and digits too.

Also use a symbolic constant defined once instead of repeating the same set of
characters twice.
2014-09-03 17:28:23 +02:00
..
Examples Add new GPL license headers to source files added in this branch 2010-03-06 11:47:21 +00:00
DoxygenCommands.h fixed leading spaces for the second row of table in pydoc, sources formatted 2013-02-23 15:20:27 +01:00
DoxygenEntity.cpp Parsing of comments to tokens rewritten so that html entities and html tags are now treated as commands. Whitespaces are also preserved more acurately, so some doxygen tests fail at the moment 2013-01-10 08:51:56 +01:00
DoxygenEntity.h more refactoring, typedefs were introduced, DoxyCommandEnum moved to DoxygenParser 2012-08-26 20:07:57 +00:00
DoxygenParser.cpp Allow upper case letters and digits in Doxygen words. 2014-09-03 17:28:23 +02:00
DoxygenParser.h Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
DoxygenTranslator.cpp Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
DoxygenTranslator.h Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
JavaDocConverter.cpp Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
JavaDocConverter.h Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
PyDocConverter.cpp Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
PyDocConverter.h Translate Doxygen code blocks to Sphinx code blocks. 2014-08-22 17:45:23 +02:00