1. d0f0f90 Update to v4.2.1 by Alistair Delva · 10 weeks ago llvm-r522817 main master
  2. ac85784 Doxygen source rename by William S Fulton · 6 years ago[Renamed (99%) from Source/DoxygenTranslator/src/DoxygenCommands.h]
  3. d1e0912 Correct source code headers by William S Fulton · 6 years ago
  4. 658eb26 Beautify doxygen source code by William S Fulton · 6 years ago
  5. 3b7908f fixed leading spaces for the second row of table in pydoc, sources formatted by Marko Klopcic · 11 years ago
  6. 2df4449 commands \f? (LateX formulas) are no longer ignored - formulas are copied literally to Java comments by Marko Klopcic · 11 years ago
  7. f6fc808 fixed handling of < and > when they are not used for html tag by Marko Klopcic · 11 years ago
  8. 13d2dad added tests for HTML tags, bugs in HTML tags fixed by Marko Klopcic · 11 years ago
  9. 7984516 implemented translation of HTML tags - they are handled as a special class of commands by Marko Klopcic · 11 years ago
  10. 32f34e1 improved commands for escaped characters by Marko Klopcic · 11 years ago
  11. a9ef35b 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 by Marko Klopcic · 11 years ago
  12. cecc793 Various small code fixes. Some unwanted code removed. by Dmitry Kabak · 12 years ago
  13. f0aa6b7 Fixed \cite doxygen command parsing by Dmitry Kabak · 12 years ago
  14. 4ce9f23 Added support for parsing of missing doxygen commands. Now parser produces correct parse tree for every doxygen tag, at least for those included in the testcase. Also added the test with all the tags, even those that will be ignored later. by Dmitry Kabak · 12 years ago
  15. 6a7fe33 Implemented parsing support for missing commands: \xrefitem, \ref, \subpage, \dotfile, \mscfile, \image, fixed \par by Dmitry Kabak · 12 years ago
  16. 6a54fe9 Added support for parsing of nested conditional comments and extended the test by Dmitry Kabak · 12 years ago
  17. be21166 Added parsing support for some new commands by Dmitry Kabak · 12 years ago
  18. 13adf59 Refactored the code, got rid of global objects, got rid of tons of string comparisons by Dmitry Kabak · 12 years ago