1. 21 Aug, 2014 2 commits
  2. 15 Aug, 2014 2 commits
    • albert-github's avatar
      Create an easy possibility to take a snippet from the current file. · f8ceac63
      albert-github authored
      In case the snippet of code is in the current file one has to specify the name of the file and also see to it that the file is reachable through the EXAMPLE_PATH.
      A use case is the case of a list of initial values here it is quite often more convenient to have the values listed in a 'nice' list than direct in the definition line.
      With this patch it is possible to specify the name of the file where the snippet resides as: this
      f8ceac63
    • 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
  3. 10 Aug, 2014 1 commit
  4. 04 Aug, 2014 1 commit
  5. 19 Jun, 2014 2 commits
  6. 16 Jun, 2014 2 commits
  7. 15 Jun, 2014 2 commits
  8. 29 May, 2014 1 commit
  9. 26 May, 2014 2 commits
  10. 01 May, 2014 1 commit
    • albert-github's avatar
      Make index for faq · 38dfdcab
      albert-github authored
      Currently the FAQs are in a numbered list, no index / overview. This patch places the FAQs in paragraphs resulting in a readable overview (in index or with a tableofcontents in HTML
      38dfdcab
  11. 21 Apr, 2014 3 commits
  12. 20 Apr, 2014 1 commit
  13. 13 Apr, 2014 2 commits
  14. 29 Mar, 2014 1 commit
  15. 27 Mar, 2014 1 commit
  16. 23 Mar, 2014 1 commit
  17. 15 Mar, 2014 1 commit
  18. 10 Mar, 2014 1 commit
  19. 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
  20. 12 Feb, 2014 2 commits
  21. 11 Feb, 2014 1 commit
  22. 09 Feb, 2014 1 commit
  23. 08 Feb, 2014 1 commit
    • albert-github's avatar
      Recognize all HTML4 special character entities · 1bd64ac0
      albert-github authored
      In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format).
      
      - doxygen_manual.tex
      - latexgen.cpp
        Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly)
        Added option for textcomp package so currency symbol would work properly
      
      - htmlcmds.doc
        Adjusted documentation, listing all entities
      
      - compound.xsd
      - xmlgen.cpp
        Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names.
      
      - util.cpp
      - util.h
        Define all entities with their representation for all output formats.
        Define access routines to the different representations
        Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end.
      
      - docparser.h
        Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed.
        All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur.
        Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter.
      
      - docparser.cpp
        Adjust used symbols to their new names.
        Remove references to letter (as used for accents etc.)
        Replace list of explicitly supported entities with call to symbol code access routine.
      
      - docbookvisitor.cpp
      - htmldocvisitor.cpp
      - latexdocvisitor.cpp
      - mandocvisitor.cpp
      - perlmodgen.cpp
      - printdocvisitor.h
      - rtfdocvisitor.cpp
      - textdocvisitor.cpp
      - xmldocvisitor.cpp
        Replace list of explicitly supported entities with call to access routine and use returned value to output.
      1bd64ac0
  24. 19 Jan, 2014 1 commit
  25. 15 Jan, 2014 1 commit
  26. 12 Jan, 2014 2 commits
  27. 11 Jan, 2014 1 commit
  28. 08 Jan, 2014 1 commit
  29. 29 Dec, 2013 1 commit