swig/Source/DoxygenTranslator/src
2013-01-16 23:15:14 +01:00
..
Examples Add new GPL license headers to source files added in this branch 2010-03-06 11:47:21 +00:00
.dirstamp Now works end to end :) DoxygenTranslator restructured and placed into SWIG, Changes to java.cxx and 2008-08-15 23:36:18 +00:00
DoxygenCommands.h implemented translation of HTML tags - they are handled as a special class of commands 2013-01-16 23:15:14 +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 implemented translation of HTML tags - they are handled as a special class of commands 2013-01-16 23:15:14 +01:00
DoxygenParser.h implemented translation of HTML tags - they are handled as a special class of commands 2013-01-16 23:15:14 +01:00
DoxygenTranslator.cpp refactored DoxygenEntity class 2012-08-26 15:34:46 +00:00
DoxygenTranslator.h refactored DoxygenEntity class 2012-08-26 15:34:46 +00:00
JavaDocConverter.cpp implemented translation of HTML tags - they are handled as a special class of commands 2013-01-16 23:15:14 +01:00
JavaDocConverter.h implemented translation of HTML tags - they are handled as a special class of commands 2013-01-16 23:15:14 +01:00
PyDocConverter.cpp refactored DoxygenParser: class Token is now nested in Doxygen parser because it is only used there, class TokenList has been removed - it more or less duplicated std::list, other code moved to DoxygenParser 2012-08-26 13:00:52 +00:00
PyDocConverter.h Fixed comments in the source code 2012-08-19 14:42:26 +00:00