1. 22 Sep, 2014 1 commit
  2. 14 Sep, 2014 1 commit
  3. 11 Sep, 2014 1 commit
  4. 09 Sep, 2014 1 commit
  5. 07 Sep, 2014 1 commit
  6. 31 Aug, 2014 2 commits
  7. 30 Aug, 2014 1 commit
  8. 26 Aug, 2014 1 commit
  9. 18 Aug, 2014 1 commit
  10. 15 Aug, 2014 1 commit
    • albert-github's avatar
      Support multiple extra HTML stylesheets. · 595943c9
      albert-github authored
      In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project
      With this patch it is possible to specify multiple HTML stylesheets.
      Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
      595943c9
  11. 14 Aug, 2014 2 commits
  12. 08 Aug, 2014 1 commit
  13. 04 Aug, 2014 1 commit
  14. 03 Aug, 2014 1 commit
  15. 02 Aug, 2014 1 commit
  16. 18 Jul, 2014 1 commit
  17. 18 May, 2014 1 commit
  18. 09 Mar, 2014 1 commit
    • albert-github's avatar
      Bug 625601 - FORTRAN: recognition free versus fixed formatted code · 2dec1060
      albert-github authored
      The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension.
      With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
      2dec1060
  19. 02 Mar, 2014 1 commit
    • albert-github's avatar
      In case of sections with the same name they are not reported. · ac611be4
      albert-github authored
      In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time.
      Note in section.h the item level was not initialized in the past in case of a copy constructor.
      ac611be4
  20. 15 Feb, 2014 1 commit
  21. 11 Feb, 2014 1 commit
  22. 05 Feb, 2014 1 commit
    • albert-github's avatar
      Better message in case doxygen -u is used · cfd8c241
      albert-github authored
      In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like:
        Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete.
        To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
      appears, but the item is removed from the Doxyfile.
      This patch updates the message (and improves layout) to:
        Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete.
                        This tag has been removed.
      cfd8c241
  23. 08 Jan, 2014 1 commit
  24. 05 Jan, 2014 1 commit
  25. 30 Dec, 2013 1 commit
    • Dimitri van Heesch's avatar
      Reduced and improved functionality of QList · 6e51abf6
      Dimitri van Heesch authored
      - operations on current index and node (next(), prev(), last(), first()) have been removed.
      - access to internal nodes has been removed.
      - old QList has been renamed to QInternalList for use inside qtools only.
      - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()).
      - add compareValues also to QDict for consistency.
      - changed doxygen's implementation to comply with the new QList and QDict interface.
      6e51abf6
  26. 24 Dec, 2013 2 commits
  27. 23 Dec, 2013 1 commit
  28. 17 Dec, 2013 1 commit
  29. 14 Dec, 2013 1 commit
    • albert-github's avatar
      usage: make -d print dev doxygen options · cdbcb67c
      albert-github authored
      This is an extension / improvement to the pull request 67 from  groleo
      - make printing of -d levels more flexible (when adding a new one this is now done automatically)
      - layout of the message
      cdbcb67c
  30. 12 Dec, 2013 1 commit
  31. 11 Nov, 2013 1 commit
  32. 10 Nov, 2013 1 commit
  33. 21 Oct, 2013 1 commit
  34. 13 Oct, 2013 1 commit
  35. 12 Oct, 2013 1 commit
  36. 06 Oct, 2013 1 commit
  37. 18 Sep, 2013 1 commit