Blame doc/changelog.doc

Packit 1c1d7e
/** \page changelog Changelog
Packit 1c1d7e
\tableofcontents
Packit 1c1d7e
\section log_1_8 1.8 Series
Packit 1c1d7e
Packit 1c1d7e
\subsection log_1_8_14 Release 1.8.14
Packit 1c1d7e
\htmlonly
Packit 1c1d7e
(release date 25-12-2017)
Packit 1c1d7e
Packit 1c1d7e

Packit 1c1d7e
    Packit 1c1d7e
  • Add language type attribute to programlisting tag [view]
  • Packit 1c1d7e
  • Add links behind nav entries "Namespaces" and "Files" (matching "Classes") [view]
  • Packit 1c1d7e
  • Allow case insensitive file pattern matching based on CASE_SENSE_NAMES [view]
  • Packit 1c1d7e
  • Async load of mathjax javascript [view]
  • Packit 1c1d7e
  • Avoid generating unused dir_* output files for non HTML output formats [view]
  • Packit 1c1d7e
  • Bug 557094 - Wrong spacing in function names with french language (latex output) [view]
  • Packit 1c1d7e
  • Bug 652086 - does ALIAS work for VHDL code? [view]
  • Packit 1c1d7e
  • Bug 729237 - (UnFriendlyTemplate) Spurious warning when documenting friend template [view]
  • Packit 1c1d7e
  • Bug 733705 - parser misinterpreting fortran [view]
  • Packit 1c1d7e
  • Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files [view]
  • Packit 1c1d7e
  • Bug 775493 - Usage of underscore's in parameter names [view]
  • Packit 1c1d7e
  • Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs [view]
  • Packit 1c1d7e
  • Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML [view]
  • Packit 1c1d7e
  • Bug 776964 - Menu does not work without Javascript [view]
  • Packit 1c1d7e
  • Bug 776988 - Too greedy behavior of @ref const matching [view]
  • Packit 1c1d7e
  • Bug 778730 - doxygen build fails [view]
  • Packit 1c1d7e
  • Bug 779014 - Add "\~" command to internatioalization article [view]
  • Packit 1c1d7e
  • Bug 784281 - Problem RTF output: The class list "classes" within the namespace report is wrong indicated. [view]
  • Packit 1c1d7e
  • Bug 786409 - parsing error in Fortran file with preprocessing [view]
  • Packit 1c1d7e
    , [view]
    Packit 1c1d7e
  • Bug 787952 - Problem parsing c++ gnu::visibility [view]
  • Packit 1c1d7e
  • Bug 788209 - C++: False warning message when inheriting class from tag file [view]
  • Packit 1c1d7e
  • Bug 789007 - Error in markdown emphasis examples [view]
  • Packit 1c1d7e
  • Bug 789168 - Increasing access of inherited C++ members with 'using...' is not recognized by Doxygen [view]
  • Packit 1c1d7e
  • Bug 790320 - C++ parameter from lambda not recognized [view]
  • Packit 1c1d7e
  • Bug 790788 - Doxygen not showing the public, non-static member function [view]
  • Packit 1c1d7e
  • CMake: avoid if() around the whole contents of documentation CMakeLists.txt [view]
  • Packit 1c1d7e
  • CMake: avoid if() around the whole contents of plugin CMakeLists.txt [view]
  • Packit 1c1d7e
  • CMake: let CMake handle the C++ standard setting if target_compile_features() is used [view]
  • Packit 1c1d7e
  • CMake: let file(MAKE_DIRECTORY) create all directories at once [view]
  • Packit 1c1d7e
  • CMake: remove CUSTOM_(LINK|INCLUDE)_DIR [view]
  • Packit 1c1d7e
  • CMake: remove needless variable expansions [view]
  • Packit 1c1d7e
  • CMake: remove unused program searching [view]
  • Packit 1c1d7e
  • CMake: search for Qt5 only in config file mode [view]
  • Packit 1c1d7e
  • CMake: use GNUInstallDirs module for man pages directory [view]
  • Packit 1c1d7e
  • CMake: use add_test to create a test [view]
  • Packit 1c1d7e
  • CMakeLists: Avoid MSVC iconv changes for MinGW builds [view]
  • Packit 1c1d7e
  • Call endMemberItem consistently. [view]
  • Packit 1c1d7e
  • Change navtree collapsed list icon [view]
  • Packit 1c1d7e
  • Code color of , (comma) together with only in use statement [view]
  • Packit 1c1d7e
  • Corrected small type [view]
  • Packit 1c1d7e
  • Correction display of backtick in LaTeX [view]
  • Packit 1c1d7e
  • Correction of non reachable links and redirected links in documentation. [view]
  • Packit 1c1d7e
  • Documentation, correct referenced file [view]
  • Packit 1c1d7e
  • Doxygen/VHDLdocgen: [view]
  • Packit 1c1d7e
  • Encode invalid XML characters instead of skipping them. [view]
  • Packit 1c1d7e
  • Expose TOC placeholder in XML output. [view]
  • Packit 1c1d7e
  • Expose underlying enum type in the XML output. [view]
  • Packit 1c1d7e
  • Fetch filename property from object instead of hardcoded duplicated string [view]
  • Packit 1c1d7e
  • Fix C# property initializer parsing [view]
  • Packit 1c1d7e
  • Fix for regression in XML output generation after fixing bug 789168 [view]
  • Packit 1c1d7e
  • Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583. [view]
  • Packit 1c1d7e
  • Fix minor markup issue in the documentation. [view]
  • Packit 1c1d7e
  • Fix not initialized pointer when parser is starting on a new file. [view]
  • Packit 1c1d7e
  • Fix typo [view]
  • Packit 1c1d7e
  • Fix: add missing newline char '\n' [view]
  • Packit 1c1d7e
  • Fix: add missing semicolon ';' at end of line [view]
  • Packit 1c1d7e
  • Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase) [view]
  • Packit 1c1d7e
  • Fix: perl script regexp to toggle flex debug information [view]
  • Packit 1c1d7e
  • Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output. [view]
  • Packit 1c1d7e
  • Fixes for cross platform build with new LLVM/CLANG version [view]
  • Packit 1c1d7e
  • Fixup man page NAME section when page has title [view]
  • Packit 1c1d7e
  • Function declaration following a function definition incorrectly listed as calling dependencing [view]
  • Packit 1c1d7e
  • Further cleanup of lodepng code [view]
  • Packit 1c1d7e
  • Implement "double-space line breaks" syntax in Markdown [view]
  • Packit 1c1d7e
  • Improve Chinese translation [view]
  • Packit 1c1d7e
  • Inline attribute got reset for functions returning an explicit struct type [view]
  • Packit 1c1d7e
  • Isolated none-existing posix threading functions on Android [view]
  • Packit 1c1d7e
  • Marks JS as freely licensed [view]
  • Packit 1c1d7e
  • Misc. doxy and comment typos [view]
  • Packit 1c1d7e
  • Misc. typos [view]
  • Packit 1c1d7e
  • New table features mentioned in the documentation were not enabled. [view]
  • Packit 1c1d7e
  • Pass strings as const references. [view]
  • Packit 1c1d7e
  • Physical newlines in ALIASES configuration tags. [view]
  • Packit 1c1d7e
  • Propagate language information to all <programlisting> XML elements. [view]
  • Packit 1c1d7e
  • Properly copy images for the XML output. [view]
  • Packit 1c1d7e
  • Provide dot path to plantuml [view]
  • Packit 1c1d7e
  • Provide information about enum type "strongness" in the XML output. [view]
  • Packit 1c1d7e
  • Provide page brief in <briefdescription> of XML output. [view]
  • Packit 1c1d7e
  • Provide template parameters also for type aliases in the XML output. [view]
  • Packit 1c1d7e
  • Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3 that ships with XCode [view]
  • Packit 1c1d7e
  • Restore 'make tests' rule [view]
  • Packit 1c1d7e
  • Restore Makefile in vhdlparser dir [view]
  • Packit 1c1d7e
  • Spelling correction [view]
  • Packit 1c1d7e
  • Stripped unused LodePNG code to prevent false positives for coverity [view]
  • Packit 1c1d7e
  • Suppresses warning for XML <see langword="..."/> [view]
  • Packit 1c1d7e
  • Suppression warnings about deprecated directive [view]
  • Packit 1c1d7e
  • Update .travis.yml [view]
  • Packit 1c1d7e
    , [view]
    Packit 1c1d7e
  • Update mathjax path [view]
  • Packit 1c1d7e
  • Updated translator_de.h to doxygen 1.8.13 [view]
  • Packit 1c1d7e
  • Use hidden symbol visibility by default [view]
  • Packit 1c1d7e
  • Use language identifier instead of file extension for language attribute [view]
  • Packit 1c1d7e
  • Use language in stead of lang for language name attribute [view]
  • Packit 1c1d7e
  • Update of the Brazillian translation [view]
  • Packit 1c1d7e
  • [preprocessing.doc] typo amended [view]
  • Packit 1c1d7e
  • add decimal to base identifier [view]
  • Packit 1c1d7e
  • add the number of conditionals path and bugfix [view]
  • Packit 1c1d7e
  • build: fix the way lang_cfg.h is generated [view and view]
  • Packit 1c1d7e
  • bump version number for the development version/next release [view]
  • Packit 1c1d7e
  • const-ify [view]
  • Packit 1c1d7e
  • dot.cpp: Fix DotGfxHierarchyTable first class node loop [view]
  • Packit 1c1d7e
  • fix spelling [view]
  • Packit 1c1d7e
  • fix test to support new programlisting attribute [view]
  • Packit 1c1d7e
  • fix typo [view]
  • Packit 1c1d7e
  • fixes vhdl literal bug [view]
  • Packit 1c1d7e
  • line continuation characters inside comments embedded in a macro definition appeared in the output [view]
  • Packit 1c1d7e
  • make use of clang compilation database [view]
  • Packit 1c1d7e
  • new addon doxyparse, a source parsing engine [view]
  • Packit 1c1d7e
  • sqlite3gen: add index on params [view]
  • Packit 1c1d7e
  • sqlite3gen: add missing protectedsettable column [view]
  • Packit 1c1d7e
  • sqlite3gen: add openDbConnection [view]
  • Packit 1c1d7e
  • sqlite3gen: start checking operations status [view]
  • Packit 1c1d7e
  • sqlite3gen: use sqlite3_exec for schema setup [view]
  • Packit 1c1d7e
  • typos [view]
  • Packit 1c1d7e
  • update compound.xsd to add language attribute [view]
  • Packit 1c1d7e
  • using YAML in the output of "doxyparse" [view]
  • Packit 1c1d7e
    Packit 1c1d7e

    Packit 1c1d7e
    \endhtmlonly
    Packit 1c1d7e
    Packit 1c1d7e
    \subsection log_1_8_13 Release 1.8.13
    Packit 1c1d7e
    \htmlonly
    Packit 1c1d7e
    (release date 29-12-2016)
    Packit 1c1d7e
    Packit 1c1d7e

    Packit 1c1d7e
      Packit 1c1d7e
    • Bug 707266 - C++/CLI indexed property not documented [view]
    • Packit 1c1d7e
    • Bug 707278 - Grouping of results fail when using built-in javascript search [view]
    • Packit 1c1d7e
    • Bug 722112 - 'static' and 'throw' C++ keywords not colored [view]
    • Packit 1c1d7e
    • Bug 729921 - wrong collaboration diagram when in template used scoped argument type [view]
    • Packit 1c1d7e
    • Bug 756185 - Multiline //!< behavior changed [view]
    • Packit 1c1d7e
    • Bug 759402 - C++11 "using" type alias for function pointer with no arguments is formatted incorrectly [view]
    • Packit 1c1d7e
    • Bug 760678 - fails to build with an unreleased python version [view]
    • Packit 1c1d7e
    • Bug 769552 - doxygen warning parsing C++11 "using" declaration [view]
    • Packit 1c1d7e
    • Bug 770973 - Tag file size double between each run [view]
    • Packit 1c1d7e
    • Bug 771152 - C++11 ref-qualifiers do not appear in Member Function Documentation section [view]
    • Packit 1c1d7e
    • Bug 771199 - Web-page bug: Comment blocks in VHDL [view]
    • Packit 1c1d7e
    • Bug 771310 - French description for "Namespace Members" is wrong and causes fatal javascript error [view]
    • Packit 1c1d7e
    • Bug 771344 - Class name 'internal' breaks class hierarchy in C++ [view]
    • Packit 1c1d7e
    • Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a non-word character (e.g. __-1__) [view]
    • Packit 1c1d7e
    • Bug 773231 - Underscores in type or member name cause unwanted hyphenation in PDF output Data Fields [view]
    • Packit 1c1d7e
    • Bug 773354 - "name" attribute of image map not urlencoded, not working in Chrome [view]
    • Packit 1c1d7e
    • Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS [view]
    • Packit 1c1d7e
    • Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work [view]
    • Packit 1c1d7e
    • Bug 774514 - Modify in some pronounciation expression in Korean [view]
    • Packit 1c1d7e
    • Bug 774949 - Unknown reference in manual [view]
    • Packit 1c1d7e
    • Bug 775245 - referencing Python files via tagfile broken [view]
    • Packit 1c1d7e
    • Add NVARCHAR as a SQL type [view]
    • Packit 1c1d7e
    • Add mscgen images to index.qhp [view]
    • Packit 1c1d7e
    • Add sql syntax highlighting to code blocks [view]
    • Packit 1c1d7e
    • Add support for more CSS formatting and column/row spanning in markdown tables [view]
    • Packit 1c1d7e
    • Added missing language value for SQL to XML output [view]
    • Packit 1c1d7e
    • Adds plantuml support Qt compressed help file [view]
    • Packit 1c1d7e
    • Check for undocumented params warnings if members detailed documentation is not written [view]
    • Packit 1c1d7e
    • Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it was needed. [view]
    • Packit 1c1d7e
    • Clear header/footer information in ConfigImpl for postProcess [view]
    • Packit 1c1d7e
    • Documentation small corrections [view]
    • Packit 1c1d7e
    • Doxygen error: Found ';' while parsing initializer list [view]
    • Packit 1c1d7e
    • Fix for PlantUML configuration [view]
    • Packit 1c1d7e
    • Fix plantuml generation issue [view]
    • Packit 1c1d7e
    • Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH file [view]
    • Packit 1c1d7e
    • Fix: replace deprecated {\bf with \textbf{ in LaTeX generator [view]
    • Packit 1c1d7e
    • Fixed constexp.y bison issue [view]
    • Packit 1c1d7e
    • Fixed cross referencing issue when using bitfields. [view]
    • Packit 1c1d7e
    • Fixed jump to anchor issue when navigating to source file [view]
    • Packit 1c1d7e
    • Fixed problem generating per letter namespace member index pages. [view]
    • Packit 1c1d7e
    • Fixed svgpan.js issue with Chrome causing empty SVG graphs [view]
    • Packit 1c1d7e
    • Fixed typedef and define strings for Spanish translation [view]
    • Packit 1c1d7e
    • Fixup man only output to use generator state push pop [view]
    • Packit 1c1d7e
    • For manpages remove trailing dash when no brief description [view]
    • Packit 1c1d7e
    • Made the RTF output honor the PAPER_TYPE option. [view]
    • Packit 1c1d7e
    • New classes for generated HTML div elements. [view]
    • Packit 1c1d7e
    • Option for PlantUML configuration file [view]
    • Packit 1c1d7e
    • Removed x flag from util* source files [view]
    • Packit 1c1d7e
    • Replaced section marker before members by diamond shaped bullet [view]
    • Packit 1c1d7e
    • Reverting pull request #537 until it will be fixed [view]
    • Packit 1c1d7e
    • Update Swedish translation [view]
    • Packit 1c1d7e
    • Updated the Polish translation [view]
    • Packit 1c1d7e
    • bison: use %declarations instead of command line options. [view]
    • Packit 1c1d7e
    • flex: use %option instead of command line options. [view]
    • Packit 1c1d7e
      Packit 1c1d7e

      Packit 1c1d7e
      \endhtmlonly
      Packit 1c1d7e
      Packit 1c1d7e
      \subsection log_1_8_12 Release 1.8.12
      Packit 1c1d7e
      \htmlonly
      Packit 1c1d7e
      (release date 05-09-2016)
      Packit 1c1d7e
      Packit 1c1d7e

      Packit 1c1d7e
        Packit 1c1d7e
      • Bug 306025 - Fix missing title in non-page docanchors from tag files [view]
      • Packit 1c1d7e
      • Bug 504305 - FILTER_PATTERNS won't take command with arguments [view]
      • Packit 1c1d7e
      • Bug 675165 - Uses <img> instead of <object> html tag for SVG images [view]
      • Packit 1c1d7e
      • Bug 700381 - error state 21 with fortran code (fixed format) [view]
      • Packit 1c1d7e
      • Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF output [view]
      • Packit 1c1d7e
      • Bug 722654 - Inherited member of template class issues warning and is not documented [view]
      • Packit 1c1d7e
      • Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 - FORTRAN: comment in subroutine argument list [view]
      • Packit 1c1d7e
      • Bug 749924 - Doxygen handles comments in Objective-C code blocks incorrectly. [view]
      • Packit 1c1d7e
      • Bug 750930 - Representation of arrows [view]
      • Packit 1c1d7e
      • Bug 751416 - Markdown: > escaped within backticks [view]
      • Packit 1c1d7e
      • Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH [view]
      • Packit 1c1d7e
      • Bug 752712 - last entry missing in a @name group of typedefs [view]
      • Packit 1c1d7e
      • Bug 753608 - Link of typedef within namespace on group pages missing [view]
      • Packit 1c1d7e
      • Bug 757509 - __init__.py causes to ignore some inheritance [view]
      • Packit 1c1d7e
      • Bug 760086 - Figure title needs to be on separate line in order for it to work [view]
      • Packit 1c1d7e
      • Bug 760836 - Phantom variables/functions in XML, created from non-code files [view]
      • Packit 1c1d7e
      • Bug 760970 - CASE_SENSE_NAMES ignored [view]
      • Packit 1c1d7e
      • Bug 761007 - Spaces between the closing bracket of the typename and the opening bracket of the parameter list cause detection issues. [view]
      • Packit 1c1d7e
      • Bug 761139 - python unicode docstrings are ignored [view]
      • Packit 1c1d7e
        , [view]
        Packit 1c1d7e
      • Bug 761471 - Do not allow ligatures in log output [view]
      • Packit 1c1d7e
      • Bug 762670 - References for one function can inherit References from subsequent non documented function [view]
      • Packit 1c1d7e
      • Bug 762934 - External search does not properly escape user supplied data, resulting in vulnerability [view]
      • Packit 1c1d7e
      • Bug 762982 - regression, Unescaped percent sign in doxygen output [view]
      • Packit 1c1d7e
      • Bug 763104 - hyperref link label drop underscores [view]
      • Packit 1c1d7e
      • Bug 763105 - Directory list is not generated in HTML output [view]
      • Packit 1c1d7e
      • Bug 763471 - imported section anchors are copied in project tagfile [view]
      • Packit 1c1d7e
      • Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation [view]
      • Packit 1c1d7e
        , [view]
        Packit 1c1d7e
      • Bug 764359 - Recent File list allows only 2 entries [view]
      • Packit 1c1d7e
        , [view]
        Packit 1c1d7e
      • Bug 764515 - doxygen crashes no resolved [view]
      • Packit 1c1d7e
      • Bug 764656 - generated xml has errors [view]
      • Packit 1c1d7e
      • Bug 764711 - quick link index in alphabetical class list in classes.html doesn't work [view]
      • Packit 1c1d7e
      • Bug 765001 - Bad character escaping scheme in HTML anchor generation. [view]
      • Packit 1c1d7e
      • Bug 765002 - `@addindex`entries fail to link to the exact location in Compiled HTML Help. [view]
      • Packit 1c1d7e
      • Bug 765070 - Java: final keyword on a parameter brakes docs inherinance [view]
      • Packit 1c1d7e
      • Bug 765692 - Using `@page` to add title to Markdown file generates surplus empty page. [view]
      • Packit 1c1d7e
      • Bug 766059 - DOT_PATH not expanded [view]
      • Packit 1c1d7e
      • Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygen [view]
      • Packit 1c1d7e
      • Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = YES) [view]
      • Packit 1c1d7e
      • Bug 766698 - VHDL: missing last sign in html documentation of constant declaration [view]
      • Packit 1c1d7e
      • Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output [view]
      • Packit 1c1d7e
      • Bug 766809 - Enumerations heading present but none listed [view]
      • Packit 1c1d7e
      • Bug 767171 - ALIASES stop working after verbatim with formula and /** */ [view]
      • Packit 1c1d7e
      • Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum class contained in a class [view]
      • Packit 1c1d7e
      • Bug 768954 - Segmentation fault when processing md containing only header [view]
      • Packit 1c1d7e
      • Bug 769018 - Invalid XHTML if the directives brief and exception are following immediately [view]
      • Packit 1c1d7e
      • Bug 769028 - Can't scroll using finger documentation in Chrome browser on Android OS [view]
      • Packit 1c1d7e
      • Bug 769736 - doxygen generates incorrect documentation for C enum in latex [view]
      • Packit 1c1d7e
      • Bug 770660 - Code snippet always shows line numbers from 1 [view]
      • Packit 1c1d7e
      • Bug 770747 - Broken links in HTML output with SHOW_FILES=NO [view]
      • Packit 1c1d7e
      • Add caption in verbatim blocks. [view]
      • Packit 1c1d7e
      • Add parameter in/out specifiers to output. [view]
      • Packit 1c1d7e
      • Add section title to output. [view]
      • Packit 1c1d7e
      • Added .codedocs file [view]
      • Packit 1c1d7e
      • Added an option to add "anonymous" headings to the table of contents (currently Markdown only). [view]
      • Packit 1c1d7e
      • Added generating template files and reading templates from disk if present [view]
      • Packit 1c1d7e
      • Added missing free [view]
      • Packit 1c1d7e
      • Added support for encoding tag to the template engine used for HTML help indices [view]
      • Packit 1c1d7e
      • Adding compilation options for flex/lex and bison/yacc [view]
      • Packit 1c1d7e
      • Adding partial htmlhelp support to template system [view]
      • Packit 1c1d7e
      • Adjusted Doxygen to doxygen in running text in the manual [view]
      • Packit 1c1d7e
      • Allow verbatim code block to be placed on the output. [view]
      • Packit 1c1d7e
      • Also map .f95, .f03 and .f08 file types to Fortran [view]
      • Packit 1c1d7e
      • Another possible fix [view]
      • Packit 1c1d7e
      • Applied responsive design to menu bar using smartmenus [view]
      • Packit 1c1d7e
      • Assertion failure generation documentation [view]
      • Packit 1c1d7e
      • Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis) [view]
      • Packit 1c1d7e
      • Building doxyapp fails after update of config methodology to improve performance [view]
      • Packit 1c1d7e
      • Bump version for GIT repo [view]
      • Packit 1c1d7e
      • CMAKE: Fix building on Windows with VS 2015 [view]
      • Packit 1c1d7e
      • Changed configuration mechanism to directly access options in order to improve performance [view]
      • Packit 1c1d7e
      • Code with "extension" unparsed shows line numbers [view]
      • Packit 1c1d7e
      • Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code [view]
      • Packit 1c1d7e
      • Color code word RESULT as keyword in FORTRAN code [view]
      • Packit 1c1d7e
      • Determination of end of parameter list [view]
      • Packit 1c1d7e
      • Disable selecting line number [view]
      • Packit 1c1d7e
      • Disabled debug prints [view]
      • Packit 1c1d7e
      • Documentation for extensions .f95, .f03 and .f08 [view]
      • Packit 1c1d7e
      • Doxygen fails to copy logo image to LaTex output dir [view]
      • Packit 1c1d7e
      • FORTRAN determination string in preprocessing [view]
      • Packit 1c1d7e
      • Feature: Translations for german language (changes since 1.8.4) [view]
      • Packit 1c1d7e
      • Fix STRIP_FROM_PATH when running from drive root [view]
      • Packit 1c1d7e
      • Fix Windows build instructions. [view]
      • Packit 1c1d7e
      • Fix documentation typos [view]
      • Packit 1c1d7e
      • Fix for HTML output when using server side search and the the new menu bar [view]
      • Packit 1c1d7e
      • Fix for changed references due to different removeRedudantWhiteSpace() implementation [view]
      • Packit 1c1d7e
      • Fix for empty file name [view]
      • Packit 1c1d7e
      • Fix for error in travis.yml [view]
      • Packit 1c1d7e
      • Fix issue escaping backslash inside markdown style code span [view]
      • Packit 1c1d7e
      • Fix linker flags for building with clang on Windows [view]
      • Packit 1c1d7e
      • Fix order of member initilaization [view]
      • Packit 1c1d7e
      • Fix return-type warnings with -DNDEBUG [view]
      • Packit 1c1d7e
      • Fix search box rendering in HTML when menu bar is disabled [view]
      • Packit 1c1d7e
      • Fix uppercase letters B-Z being unnecessarily escaped in index HTML anchors. [view]
      • Packit 1c1d7e
      • Fixed for index.hhp output when using template engine [view]
      • Packit 1c1d7e
      • Fixed issue escaping ndashes (\--) and mdashes (\---) [view]
      • Packit 1c1d7e
      • Fixed problem with -w command when no Doxyfile was present and specified [view]
      • Packit 1c1d7e
      • Fixed two regressions found during extensive testing [view]
      • Packit 1c1d7e
      • Fixed typos. [view]
      • Packit 1c1d7e
      • Fixed wrong <p> nesting issue for call/caller graphs [view]
      • Packit 1c1d7e
      • Fortran inline source code and crash on Linux [view]
      • Packit 1c1d7e
      • Improve output on mobile devices [view]
      • Packit 1c1d7e
      • Improved list of files in htmlhelp.hhp [view]
      • Packit 1c1d7e
      • Improved sorting performance for directories and files [view]
      • Packit 1c1d7e
      • Include command show line number (e.g. LaTeX) [view]
      • Packit 1c1d7e
      • Initialization of python variables and type determination [view]
      • Packit 1c1d7e
      • Introducing commands includedoc and snippetdoc [view]
      • Packit 1c1d7e
      • Latex page numbering [view]
      • Packit 1c1d7e
      • Minor build fixes [view]
      • Packit 1c1d7e
      • Minor correction for BUILD.txt [view]
      • Packit 1c1d7e
      • Minor performance improvement sorting directories [view]
      • Packit 1c1d7e
      • Minor update to the installation instructions [view]
      • Packit 1c1d7e
      • Missing semicolon in navtree.css [view]
      • Packit 1c1d7e
      • Modified (readability) layout for member title in HTML and LaTex [view]
      • Packit 1c1d7e
      • Optimized use of convertNameToFile to improve performance [view]
      • Packit 1c1d7e
      • PDF generation stops when image with caption is included in a table. [view]
      • Packit 1c1d7e
        , [view]
        Packit 1c1d7e
      • Parse more than 1 size indiction in defaultHandleTitleAndSize [view]
      • Packit 1c1d7e
      • Problem jumping to line number in source code due to wrong hypertarget name [view]
      • Packit 1c1d7e
      • Python strip code comments [view]
      • Packit 1c1d7e
      • Reimplemented node renumbering for dot graph to improve performance [view]
      • Packit 1c1d7e
      • Remove unused variables [view]
      • Packit 1c1d7e
        , [view]
        Packit 1c1d7e
      • Removed ambiguity in the XML schema definition [view]
      • Packit 1c1d7e
      • Revert #291 [view]
      • Packit 1c1d7e
      • Simplified code of fix for Bug 765001 [view]
      • Packit 1c1d7e
      • Sorting in latex index and missing \@ in index [view]
      • Packit 1c1d7e
      • Split apt-get install commands in travis config in an attempt to reduce timeouts [view]
      • Packit 1c1d7e
      • Style fixes and added numbering to overloaded members [view]
      • Packit 1c1d7e
      • Table of contents breaks when documentation spans multiple comment blocks with same @page [view]
      • Packit 1c1d7e
      • Unified display of enum values across output formats and languages [view]
      • Packit 1c1d7e
      • Unify handling of extra packages in formula.cpp and latexgen.cpp so formula.cpp handles package arguments correctly [view]
      • Packit 1c1d7e
      • Update LICENSE file to latest from FSF [view]
      • Packit 1c1d7e
      • Update copyright year in docs [view]
      • Packit 1c1d7e
      • Updated README.md to include code docs [view]
      • Packit 1c1d7e
      • Updated stylesheet for the manual to fix layout issue in the navigation tree [view]
      • Packit 1c1d7e
      • Warnings from CLANG compiler [view]
      • Packit 1c1d7e
      • fix ninja build error [view]
      • Packit 1c1d7e
      • fixed rtf subsection [view]
      • Packit 1c1d7e
      • mangen.h: remove italic in brief member descriptions [view]
      • Packit 1c1d7e
      • reimplemented removeRedundantWhiteSpace() to improve performance [view]
      • Packit 1c1d7e
      • sqlite3gen: defnname -> defname [view]
      • Packit 1c1d7e
      • sqlite3gen: export proper memberdef refid [view]
      • Packit 1c1d7e
      • sqlite3gen: insert xrefs using integer refids [view]
      • Packit 1c1d7e
      • sqlite3gen: stripFromPath on all calls to insertFile [view]
      • Packit 1c1d7e
      • sqlite3gen: stripWhitespace on bitfield's text [view]
      • Packit 1c1d7e
      • sqlite3gen: sync with xmlgen [view]
      • Packit 1c1d7e
      • sqlite3gen: use the refid stored in the refids table [view]
      • Packit 1c1d7e
        Packit 1c1d7e

        Packit 1c1d7e
        \endhtmlonly
        Packit 1c1d7e
        Packit 1c1d7e
        \subsection log_1_8_11 Release 1.8.11
        Packit 1c1d7e
        \htmlonly
        Packit 1c1d7e
        (release date 30-12-2015)
        Packit 1c1d7e
        Packit 1c1d7e

        Packit 1c1d7e
          Packit 1c1d7e
        • Bug 149792 - Mainpage title has wrong style in RTF [view and [view]
        • Packit 1c1d7e
        • Bug 333106 - $line param [view]
        • Packit 1c1d7e
        • Bug 361814 - python: tuple assignment not recognized as variable initialization [view]
        • Packit 1c1d7e
        • Bug 485701 - Fixes angle brackets (< and >) not escaped in HTML formula alt text [view]
        • Packit 1c1d7e
        • Bug 578720 - [Python] Add pyw as a valid extension [view]
        • Packit 1c1d7e
        • Bug 593642 - Python: STRIP_CODE_COMMENTS Doesn't work within the source code [view]
        • Packit 1c1d7e
        • Bug 595186 - Python ignores \private tag [view]
        • Packit 1c1d7e
        • Bug 606104 - Deprecated list: Wrong prefix '<globalScope>::' for global functions [view]
        • Packit 1c1d7e
        • Bug 629249 - Incorrect "References" and "Referenced by" [view]
        • Packit 1c1d7e
        • Bug 641036 - python script with #!/usr/bin/python are not documented correctly [view]
        • Packit 1c1d7e
        • Bug 646002 - htmlonly content appears in generated XML output [view] and [view]
        • Packit 1c1d7e
        • Bug 648865 - PYTHON: stops processing the file after encountering \"""" [view]
        • Packit 1c1d7e
        • Bug 661814 - writeMemberNavIndex template calls static fixSpaces [view]
        • Packit 1c1d7e
        • Bug 682373 - Math does not work in LaTeX with custom header and footer. [view]
        • Packit 1c1d7e
        • Bug 731509 - Markdown backticks not processed within Markdown links. [view]
        • Packit 1c1d7e
        • Bug 732356 - doxygen's \param command is confused by some python default values [view]
        • Packit 1c1d7e
        • Bug 735152 - Python: Allow undocumented "cls" parameter for class methods [view]
        • Packit 1c1d7e
        • Bug 742715 - Unnamed structs gives: QGDict::hashAsciiKey: Invalid null key [view]
        • Packit 1c1d7e
        • Bug 744938 - PATCH: add option to build latex without timestamps [view]
        • Packit 1c1d7e
        • Bug 745659 - The table in classes.html has no class attribute [view]
        • Packit 1c1d7e
        • Bug 746162 - formulas creating invalid HTML code [view]
        • Packit 1c1d7e
        • Bug 746361 - Doxygen thinks C++ class is Objective-C [view]
        • Packit 1c1d7e
        • Bug 751300 - Doxygen don't support longer key in bibtex [view]
        • Packit 1c1d7e
        • Bug 751321 - \cite still rejects valid BibTeX keys [view]
        • Packit 1c1d7e
        • Bug 751755 - using plantuml cause a popup "openwith" windows when calling java.exe [view]
        • Packit 1c1d7e
        • Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for reproducible output [view]
        • Packit 1c1d7e
        • Bug 752657 - XML not documenting a class in python [view]
        • Packit 1c1d7e
        • Bug 752658 - XML empty <argsstring/> in python [view]
        • Packit 1c1d7e
        • Bug 752712 - last entry missing in a @name group of typedefs [view]
        • Packit 1c1d7e
        • Bug 752845 - Non-alphanumeric characters in Markdown links don't work properly [view]
        • Packit 1c1d7e
        • Bug 753500 - $file when using @name is wrong [view]
        • Packit 1c1d7e
        • Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line [view]
        • Packit 1c1d7e
        • Bug 754130 - class="current" not applied to <li> for module tab within 'group__*.html' module html files [view]
        • Packit 1c1d7e
        • Bug 754184 - \bug paragraph doesn't end with a new sectioning command [view]
        • Packit 1c1d7e
        • Bug 754606 - Double anchors when using groups [view]
        • Packit 1c1d7e
        • Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES [view]
        • Packit 1c1d7e
        • Bug 755293 - Tree view pane overlaps with content tabs [view]
        • Packit 1c1d7e
        • Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections [view]
        • Packit 1c1d7e
        • Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directory [view]
        • Packit 1c1d7e
        • Bug 755939 - Warning refers to incorrect line for undocumented member function (C++) [view]
        • Packit 1c1d7e
        • Bug 756241 - Race condition in parallel DOT runs [view]
        • Packit 1c1d7e
        • Bug 756604 - Unable to prevent a numbered list [view] and [view]
        • Packit 1c1d7e
        • Bug 756724 - Inline markdown links don't support reference targets that contain ) [view]
        • Packit 1c1d7e
        • Bug 757300 - Failed to document nested classes with "reference to array" parameters [view]
        • Packit 1c1d7e
        • Bug 757621 - unclosed tag, c# generics method with where [view]
        • Packit 1c1d7e
        • Bug 757812 - Doxygen do not support comparison angle bracket in template [view]
        • Packit 1c1d7e
        • Bug 758132 - Brief description of non documented functions [view] and [view]
        • Packit 1c1d7e
        • Bug 758495 - Bug in VHDL parser + other fixes [view]
        • Packit 1c1d7e
        • Bug 758900 - C++ templated member-function appears both as public and private [view]
        • Packit 1c1d7e
        • Bug 759177 - Markdown fenced code blocks not parsed properly in comment [view]
        • Packit 1c1d7e
        • Bug 759247 - C++11 unified initializer for array with templates treated as function [view]
        • Packit 1c1d7e
        • Bug 759281 - Doxygen parser confused by C++11 attributes [view]
        • Packit 1c1d7e
        • Bug 759381 - unable to @ref or @link C++ templated operator overloads [view]
        • Packit 1c1d7e
        • Bug 759622 - problems with charset using plantuml [view]
        • Packit 1c1d7e
        • Actually using value of GROUP_NESTED_COMPOUNDS option [view]
        • Packit 1c1d7e
        • Add RPM build for Red Hat [view]
        • Packit 1c1d7e
        • Add WARN_AS_ERROR option to stop execution at first warning (equivalent of compilers' -Werror option) [view]
        • Packit 1c1d7e
        • Add examples to LaTeX / PDF doxygen manual [view and [view]
        • Packit 1c1d7e
        • Add mathjax support to template & context. [view]
        • Packit 1c1d7e
        • Add support for "value" attribute in FORTRAN scanner [view]
        • Packit 1c1d7e
        • Added documentation for creating tables [view]
        • Packit 1c1d7e
        • Added javascript search engine data to the template context [view]
        • Packit 1c1d7e
        • Added missing html resources to the html template file [view]
        • Packit 1c1d7e
        • Added missing information to template version of the all members list [view]
        • Packit 1c1d7e
        • Added support for directory dependency graphs to template engine [view]
        • Packit 1c1d7e
        • Adding compilation options for flex/lex and bison/yacc [view]
        • Packit 1c1d7e
        • Adjusted used option for CLANG usage with CMake in documentation [view]
        • Packit 1c1d7e
        • Alignment in LaTeX parameter table [view]
        • Packit 1c1d7e
        • Avoid using Resource::data as string, as it is not null terminated. [view]
        • Packit 1c1d7e
        • Better handling of implicit statement in source code browser [view]
        • Packit 1c1d7e
        • Bug 149792 - Mainpage title has wrong style in RTF [view]
        • Packit 1c1d7e
        • Bump version so that the GIT repo represents the version for the "next" release [view]
        • Packit 1c1d7e
        • Cmake tries to remove directory refman.tex instead of file refman.tex [view]
        • Packit 1c1d7e
        • Copy user EXTRA_FILES at the end to overrule files generated by default by doxygen [view]
        • Packit 1c1d7e
        • Correct / set types for python variables [view]
        • Packit 1c1d7e
        • Correcting print format error in config.l [view]
        • Packit 1c1d7e
        • DO NOT hardcode x86-64 architecture. [view]
        • Packit 1c1d7e
        • Don't show a console when launching doxywizard on Windows. [view]
        • Packit 1c1d7e
        • Fix computeCommonDirPrefix sometimes not finding the correct prefix [view]
        • Packit 1c1d7e
        • Fix error documentation of in flex debug script [view]
        • Packit 1c1d7e
        • Fix for broken link in the manual [view]
        • Packit 1c1d7e
        • Fix hexChar for inputs 0 <= i < 10 [view and [view]
        • Packit 1c1d7e
        • Fix spelling in doc/commands.doc (descriptionm) [view]
        • Packit 1c1d7e
        • Fix typo in function name [view and [view]
        • Packit 1c1d7e
        • Fixed a couple of small memory leaks [view]
        • Packit 1c1d7e
        • Fixed a number of memory leaks in the template engine [view]
        • Packit 1c1d7e
        • Fixed compiler warning for MacOSX [view]
        • Packit 1c1d7e
        • Fixed link issue for MacOSX 10.11 [view]
        • Packit 1c1d7e
        • Fixed minor typos in comments [view]
        • Packit 1c1d7e
        • Fixed preprocessor macros for flex version check [view]
        • Packit 1c1d7e
        • Fixed problem with latex and PDF bookmarks [view]
        • Packit 1c1d7e
        • Fixed various issues found by PVS-Studio. [view]
        • Packit 1c1d7e
        • Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt text [view]
        • Packit 1c1d7e
        • Fixes to support nested tables again [view]
        • Packit 1c1d7e
        • Fortran module private variables and EXTRACT_PRIVATE = NO [view and view]
        • Packit 1c1d7e
        • Improved handling of <caption> in tables for LaTeX output. [view]
        • Packit 1c1d7e
        • IncludeInfo class had uninitialized member variable [view]
        • Packit 1c1d7e
        • Made paragraph spacing more flexible in the LaTeX output to prevent page overflows [view]
        • Packit 1c1d7e
        • Made several improvements to the performance of template engine [view]
        • Packit 1c1d7e
        • Make doxywizard compatible with Qt5 [view]
        • Packit 1c1d7e
        • Make list of default extensions consistent with language mapping list [view]
        • Packit 1c1d7e
        • Markdown with @cond and @endcond [view]
        • Packit 1c1d7e
        • Markdown with @cond and @endcond [view]
        • Packit 1c1d7e
        • Merge remote-tracking branch 'upstream/master' [view]
        • Packit 1c1d7e
        • Minor change to pycode.l:codifyLines [view]
        • Packit 1c1d7e
        • Moved creation of inline class documentation to separate template file [view]
        • Packit 1c1d7e
        • RTF improvement: Example section was merged with next function title [view]
        • Packit 1c1d7e
        • Remove obsolete py files [view]
        • Packit 1c1d7e
        • Removed BOM marker from greek translator to avoid Visual C warnings [view]
        • Packit 1c1d7e
        • Repaired breaking @include for LaTeX output [view]
        • Packit 1c1d7e
        • Revert "Spelling correction for error message with USE_HTAGS usage" [view]
        • Packit 1c1d7e
        • Revert using container-based infra as sudo is needed :-( [view]
        • Packit 1c1d7e
        • Reverted change that caused doxygen to return error code 2 when it produced a warning [view]
        • Packit 1c1d7e
        • Rework the generation of packages DEB/RPM/... (CPack) [view]
        • Packit 1c1d7e
        • Right alignment of in page table of contents [view]
        • Packit 1c1d7e
        • Small correction of errors in case of CSharp XML tags [view]
        • Packit 1c1d7e
        • Small documentation corrections [view]
        • Packit 1c1d7e
        • Spelling correction for error message with USE_HTAGS usage [view] and [view]
        • Packit 1c1d7e
        • Started with generating LaTeX output via the template engine [view]
        • Packit 1c1d7e
        • Stop when doxygen configuration file ("Doxyfile") cannot be read [view]
        • Packit 1c1d7e
        • Support flex-2.6.0 [view] and [view]
        • Packit 1c1d7e
        • Support set in code highlighting [view]
        • Packit 1c1d7e
        • Template enhancements and various other small fixes [view]
        • Packit 1c1d7e
        • Title in case of USE_MDFILE_AS_MAINPAGE [view]
        • Packit 1c1d7e
        • Tooltip can still contain < and > signs [view]
        • Packit 1c1d7e
        • Tweaked the htmlonly sections in the manual so it produces valid HTML output [view]
        • Packit 1c1d7e
        • Undo _doxygen to libdoxygen target change [view]
        • Packit 1c1d7e
        • Updated instructions to toggle debugging flex code [view]
        • Packit 1c1d7e
        • Updated Italian translation and translator email address [view]
        • Packit 1c1d7e
        • Updated the Greek translation [view]
        • Packit 1c1d7e
        • Use CPack to generate rpm/deb packages [view]
        • Packit 1c1d7e
        • Use STATIC libraries to prevent them being shared [view]
        • Packit 1c1d7e
        • Using tabu package for LaTeX tables [view]
        • Packit 1c1d7e
        • [Bug 755225] On Windows, generated layout is with UNIX EOL [view]
        • Packit 1c1d7e
        • [Doxygen-users] plugin / filter not behaving as expected [view]
        • Packit 1c1d7e
        • add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPC [view]
        • Packit 1c1d7e
        • allow building with custom iconv on Windows [view]
        • Packit 1c1d7e
        • doc: generate doxygen's documentation. [view]
        • Packit 1c1d7e
        • doc: put man pages under share/man/man1 [view]
        • Packit 1c1d7e
        • docparser: warn when finding a documented empty return type [view]
        • Packit 1c1d7e
        • docs: add examples as a dependency of docs [view]
        • Packit 1c1d7e
        • doxyapp and CLANG linking [view]
        • Packit 1c1d7e
        • fixed for travis ci config file [view]
        • Packit 1c1d7e
        • libpng warning: iCCP: known incorrect sRGB profile [view]
        • Packit 1c1d7e
        • rename build target _doxygen to libdoxygen [view]
        • Packit 1c1d7e
        • run_translator.cmake is no longer used [view]
        • Packit 1c1d7e
        • runtests: Simplify dictionary usage [view]
        • Packit 1c1d7e
          Packit 1c1d7e

          Packit 1c1d7e
          \endhtmlonly
          Packit 1c1d7e
          Packit 1c1d7e
          \subsection log_1_8_10 Release 1.8.10
          Packit 1c1d7e
          \htmlonly
          Packit 1c1d7e
          (release date 27-06-2015)
          Packit 1c1d7e
          Packit 1c1d7e

          Packit 1c1d7e
            Packit 1c1d7e
          • change the build system to use cmake [view],
          • Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Add support for basic XML syntax highlighting. [view]
          • Packit 1c1d7e
          • Added documentation for ``` style fenced code block and more robust parsing [view]
          • Packit 1c1d7e
          • Added function arguments to the LaTeX toc [view]
          • Packit 1c1d7e
          • Added missing files and build instructions [view]
          • Packit 1c1d7e
          • Added missing libraries for building doxysearch on Windows [view]
          • Packit 1c1d7e
          • Added support for language codes [view]
          • Packit 1c1d7e
          • Added type constraint relations for Java generics to dot graphs and XML output [view]
          • Packit 1c1d7e
          • Adding commands \hidecallgraph and \hidecallergraph [view]
          • Packit 1c1d7e
          • Adjust test script for longer version number [view]
          • Packit 1c1d7e
          • Adjusted version in configure script [view]
          • Packit 1c1d7e
          • Alignment of project name [view]
          • Packit 1c1d7e
          • Allow selection of specific translators to compile in at build time [view]
          • Packit 1c1d7e
          • Based on the report of Peter D. Barnes in the doxygen forum (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) [view]
          • Packit 1c1d7e
          • Better error message in case of IDL inconsistency [view]
          • Packit 1c1d7e
          • Bug 659590 - EXTRA_PACKAGES can't handle package options [view],
          • Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Bug 739680 - Using HTML entities in PROJECT_NAME [view]
          • Packit 1c1d7e
          • Bug 742095 - Missing documentation after nested C++11 unified initializer [view]
          • Packit 1c1d7e
          • Bug 742151 - Bogus warning: citelist: Unexpected new line character [view]
          • Packit 1c1d7e
          • Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view]
          • Packit 1c1d7e
          • Bug 742235 - Bogus message with addtogroup [view]
          • Packit 1c1d7e
          • Bug 742408 - Configuring doxyfile to only output docbook produces erroneous warning [view]
          • Packit 1c1d7e
          • Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES [view]
          • Packit 1c1d7e
          • Bug 742445 - Wrong icons in TOC of CHM help [view]
          • Packit 1c1d7e
          • Bug 742899 - <CAPTION> inside <TABLE> no longer works for LaTex output [view]
          • Packit 1c1d7e
          • Bug 743604 - Duplicate anchors from tagfiles [view]
          • Packit 1c1d7e
          • Bug 743605 - Tagfile anchors not generated for enumeration values [view]
          • Packit 1c1d7e
          • Bug 743675 - Non-ascii characters are not emphasised [view]
          • Packit 1c1d7e
          • Bug 744762 - Using TAGFILES prevents symbol extraction [view]
          • Packit 1c1d7e
          • Bug 745439 - PATCH: please consider making doxygen output byte for byte identical between individual runs by default [view]
          • Packit 1c1d7e
          • Bug 745481 - Doxygen generates bad "More..." file links for functions within a namespace [view]
          • Packit 1c1d7e
          • Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21 [view],
          • Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Bug 746226 - last enum member not documented [view]
          • Packit 1c1d7e
          • Bug 746417 - Nested list in C# XML comments closes outer list prematurely [view],
          • Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Bug 746614 - Bogus warning regarding nested comments [view]
          • Packit 1c1d7e
          • Bug 746619 - Bogus warnings in case of anonymous namespace and @todo [view]
          • Packit 1c1d7e
          • Bug 746734 - Don't warn about missing documentation for deleted functions. [view],
          • Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Bug 747111 - Table of content incorrect with escaped symbols [view]
          • Packit 1c1d7e
          • Bug 747780 - man output should escape minus signs [view]
          • Packit 1c1d7e
          • Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. [view],
          • Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Bug 750016 - FILE_PATTERNS ignores arbitrary extensions [view]
          • Packit 1c1d7e
          • Bug 751455 - class scoped enum documentation appearing at group level instead of class level [view]
          • Packit 1c1d7e
          • Build fixes for windows build [view]
          • Packit 1c1d7e
          • Bump copyright year [view]
          • Packit 1c1d7e
          • Bump version in configure script [view]
          • Packit 1c1d7e
          • Cleanup & adapt travis config [view]
          • Packit 1c1d7e
          • Consistency in handling HTML and LaTeX in respect to header and footer [view]
          • Packit 1c1d7e
          • Correct string buffer sizes for RTF output, such that the string is always correctly sized. [view]
          • Packit 1c1d7e
          • Crash in case of non generic interface in Fortran [view]
          • Packit 1c1d7e
          • Documentation HTML Header, Footer, and Stylesheet changes [view], [view]
          • Packit 1c1d7e
          • Documenting RESULT variable of Fortran FUNCTION [view], [view]
          • Packit 1c1d7e
          • Doxygen LaTeX / PDF links point to page 1 [view]
          • Packit 1c1d7e
          • Enable relative paths referenced source files [view]
          • Packit 1c1d7e
          • Escape "@" in names as it is not allowed in XML / Docbook names (coming from anon namespaces) [view]
          • Packit 1c1d7e
          • Fix for bug 746673. [view]
          • Packit 1c1d7e
          • Fix for building diagram example conditionally [view]
          • Packit 1c1d7e
          • Fix for issue 744670 [view]
          • Packit 1c1d7e
          • Fix for issue 744671 [view]
          • Packit 1c1d7e
          • Fix for rendering the template parameters of members of variadic template classes. [view]
          • Packit 1c1d7e
          • Fix missing brief documentation for overload and specialization functions [view]
          • Packit 1c1d7e
          • Fix nesting of XML tag "literallayout" for docbook output of enums. [view]
          • Packit 1c1d7e
          • Fix parsing of ODL-style properties [view]
          • Packit 1c1d7e
          • Fix potential null pointer dereference in src/classdef.cpp [view]
          • Packit 1c1d7e
          • Fix potential null pointer dereference in src/context.cpp [view]
          • Packit 1c1d7e
          • Fixed a couple of cases where sharing string data could lead to corruption [view]
          • Packit 1c1d7e
          • Fixed code reachability bug found by coverity in translator_fi.h [view]
          • Packit 1c1d7e
          • Fixed compilation issue on Windows [view]
          • Packit 1c1d7e
          • Fixed issue accessing uninitialized buffer under certain conditions. [view]
          • Packit 1c1d7e
          • Fixed potential crash while generating dot graphs [view]
          • Packit 1c1d7e
          • Fixed potential string buffer issue for dot graphs [view]
          • Packit 1c1d7e
          • Fixed regression due to buffer resizing while generating RTF. [view]
          • Packit 1c1d7e
          • Fixed regression in argument processing [view]
          • Packit 1c1d7e
          • Fixed type in printdocvisitor.h [view]
          • Packit 1c1d7e
          • Fixed typos in comments. [view]
          • Packit 1c1d7e
          • Fixes for showing type constraint relations [view]
          • Packit 1c1d7e
          • Fortran FUNCTION source code [view], [view]
          • Packit 1c1d7e
          • Fortran: code color GOTO as flow keyword. [view]
          • Packit 1c1d7e
          • Fortran: fixed format position 73 and further is comment [view], [view]
          • Packit 1c1d7e
          • Fortran: warning message about not documented module member [view]
          • Packit 1c1d7e
          • Guarded debug prints against printing a NULL pointer. [view]
          • Packit 1c1d7e
          • HTML entity &deg; gives problems in LaTeX [view]
          • Packit 1c1d7e
          • Help message regarding layout file [view],[view]
          • Packit 1c1d7e
          • Internal debug option -d lex is not described [view], [view]
          • Packit 1c1d7e
          • Internal doxygen docs gives: warning: Unsupported xml/html tag <...> found [view]
          • Packit 1c1d7e
          • Missing cross reference link [view]
          • Packit 1c1d7e
          • Patch fixing a typo in Pull Request 307 [view], [view]
          • Packit 1c1d7e
          • Prevent example.tag from being regenerated [view]
          • Packit 1c1d7e
          • Problem running tests under Windows [view]
          • Packit 1c1d7e
          • Remove the new line after @startuml in generated pu file [view]
          • Packit 1c1d7e
          • Remove unreachable code [view]
          • Packit 1c1d7e
          • Remove unused local and static global variables [view]
          • Packit 1c1d7e
          • Remove wrong </File> [view], [view]
          • Packit 1c1d7e
          • Removed OS version check for MACOSX (was not used anywhere) [view]
          • Packit 1c1d7e
          • Removed dbus XML parser, various refinements [view], [view]
          • Packit 1c1d7e
          • Removed old build files, added install targets and other options [view]
          • Packit 1c1d7e
          • Repair doxygen generate invalid styleSheetFile and extensionsFile of RTF [view]
          • Packit 1c1d7e
          • Replace to_c_cmd by resource compiler [view]
          • Packit 1c1d7e
          • Restore deleted file [view]
          • Packit 1c1d7e
          • Showing grey/gray in documentation [view]
          • Packit 1c1d7e
          • Suggestion to use stripPrefix has been implemented for RESULT. For consistency also implemented for arguments. [view], [view]
          • Packit 1c1d7e
          • Support diff that returns "No differences encountered" when comparing test results [view]
          • Packit 1c1d7e
          • Support generating index-color PNG files [view]
          • Packit 1c1d7e
          • Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]
          • Packit 1c1d7e
          • Tcl: fix for extra line breaks in source browser introduced by commit 312bef5 [view]
          • Packit 1c1d7e
          • TranslatorSwedish updated [view]
          • Packit 1c1d7e
          • Update of search from "endless search to 'Character search: criterion. [view]
          • Packit 1c1d7e
          • Update translator_cn.h [view]
          • Packit 1c1d7e
          • Updated changelog for 1.8.9.1 [view]
          • Packit 1c1d7e
          • Updated installation section of the manual [view]
          • Packit 1c1d7e
          • Various VHDL related fixes [view],
          • Packit 1c1d7e
            [view],
            Packit 1c1d7e
            [view]
            Packit 1c1d7e
          • Various minor changes [view]
          • Packit 1c1d7e
          • Warning message multiple mainpages [view]
          • Packit 1c1d7e
          • Warnings without filename [view]
          • Packit 1c1d7e
          • add support for github flavored fenced code blocks [view]
          • Packit 1c1d7e
          • added HHC.exe own output to the debug output when extcmd flag enabled [view]
          • Packit 1c1d7e
          • doc/translator.py -- minor updates [view]
          • Packit 1c1d7e
          • drop #include <unistd.h> [view]
          • Packit 1c1d7e
          • fix *.l for three backticks [view]
          • Packit 1c1d7e
          • fix enum brief description in RTF output [view]
          • Packit 1c1d7e
          • fix for CHM TOC "Classes" entry to point to annotated file [view]
          • Packit 1c1d7e
          • fix for src/translator_tw.h by Gary Lee (translation cleaned) [view]
          • Packit 1c1d7e
          • increase the size of l when result is modified [view]
          • Packit 1c1d7e
          • move layout_default.xml to templates/html/ [view]
          • Packit 1c1d7e
          • runtests.pl: mmn version has dash as separator [view]
          • Packit 1c1d7e
          • specify that doxygen searches files in INPUT tag [view]
          • Packit 1c1d7e
          • sqlite3: add regexp searches to search.py [view]
          • Packit 1c1d7e
          • sqlite3: add schema comments [view]
          • Packit 1c1d7e
          • sqlite3: fix constness [view]
          • Packit 1c1d7e
          • version.py pass configure file path as parameter [view]
          • Packit 1c1d7e
          • xml: use STRIP_FROM_PATH on @file attributes. [view], [view]
          • Packit 1c1d7e
            Packit 1c1d7e

            Packit 1c1d7e
            \endhtmlonly
            Packit 1c1d7e
            Packit 1c1d7e
            \subsection log_1_8_9_1 Release 1.8.9.1
            Packit 1c1d7e
            \htmlonly
            Packit 1c1d7e
            (release date 04-01-2015)
            Packit 1c1d7e
            Packit 1c1d7e

            Packit 1c1d7e
              Packit 1c1d7e
            • Fixed a couple of cases where sharing string data could lead to corruption [view]
            • Packit 1c1d7e
            • Various VHDL related fixes [view]
            • Packit 1c1d7e
            • Bug 742151 - Bogus warning: citelist: Unexpected new line character [view]
            • Packit 1c1d7e
            • Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view]
            • Packit 1c1d7e
            • Bug 742235 - Bogus message with addtogroup [view]
            • Packit 1c1d7e
            • Documentation HTML Header, Footer, and Stylesheet changes [view]
            • Packit 1c1d7e
            • Documenting RESULT variable of Fortran FUNCTION [view]
            • Packit 1c1d7e
            • Fix potential null pointer dereference in src/context.cpp [view]
            • Packit 1c1d7e
            • Fixed compilation issue on Windows [view]
            • Packit 1c1d7e
            • Fortran FUNCTION source code [view]
            • Packit 1c1d7e
            • Fortran: code color GOTO as flow keyword. [view]
            • Packit 1c1d7e
            • Help message regarding layout file [view]
            • Packit 1c1d7e
            • Remove unused local and static global variables [view]
            • Packit 1c1d7e
            • Suggestion to use stripPrefix has been implemented for RESULT. For consistency also implemented for arguments. [view]
            • Packit 1c1d7e
            • Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]
            • Packit 1c1d7e
              Packit 1c1d7e

              Packit 1c1d7e
              \endhtmlonly
              Packit 1c1d7e
              Packit 1c1d7e
              \subsection log_1_8_9 Release 1.8.9
              Packit 1c1d7e
              \htmlonly
              Packit 1c1d7e
              (release date 25-12-2014)
              Packit 1c1d7e
              Packit 1c1d7e

              Packit 1c1d7e
                Packit 1c1d7e
              • Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view]
              • Packit 1c1d7e
              • Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view]
              • Packit 1c1d7e
              • Bug 651859 - Brief description misplaced in man page output [view]
              • Packit 1c1d7e
              • Bug 652276 - Typedefs in manpages has too few linebreak possiblilities [view]
              • Packit 1c1d7e
              • Bug 685597 - C# <code> tag in an <example> tag does not render as expected. [view]
              • Packit 1c1d7e
              • Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET [view]
              • Packit 1c1d7e
              • Bug 704090 - Allow Class{T}.Method in cref to refer to a generic class in XML comments [view]
              • Packit 1c1d7e
              • Bug 722940 - classes with same name in different namespace adding to same group [view]
              • Packit 1c1d7e
              • Bug 729063 - Missing link for item inside the same namespace [view]
              • Packit 1c1d7e
              • Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option [view]
              • Packit 1c1d7e
              • Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has sections/subpages [view]
              • Packit 1c1d7e
              • Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributed [view]
              • Packit 1c1d7e
              • Bug 735198 - plantUML requires epstopdf for building PDF files [view]
              • Packit 1c1d7e
              • Bug 735376 - tag file: Unknown compound attribute `singleton' found! [view]
              • Packit 1c1d7e
              • Bug 735441 - Fix a resource leak in src/vhdldocgen.cpp [view]
              • Packit 1c1d7e
              • Bug 735462 - There's no such thing as a private Q_PROPERTY [view]
              • Packit 1c1d7e
              • Bug 735475 - Same Expression in translator_kr.h [view]
              • Packit 1c1d7e
              • Bug 735477 - Fix a potential null pointer dereference in src/memberdef.cpp [view]
              • Packit 1c1d7e
              • Bug 735481 - Mismatch in memory allocation/de-allocation function in vhdlparser/vhdlstring.h [view]
              • Packit 1c1d7e
              • Bug 735482 - Remove a not needed initialization of a local variable in src/mangen.cpp [view]
              • Packit 1c1d7e
              • Bug 735483 - Fix a potential null pointer dereference in src/searchindex.cpp [view]
              • Packit 1c1d7e
              • Bug 735497 - Fix wrong pointer initialization in src/definition.cpp [view]
              • Packit 1c1d7e
              • Bug 735499 - Fix potential modulo by zero in src/template.cpp [view]
              • Packit 1c1d7e
              • Bug 735584 - Reached end of file while still insided a (nested) comment in Markdown [view]
              • Packit 1c1d7e
              • Bug 735587 - Fix a terminating null character after fread in src/filedef.cpp [view]
              • Packit 1c1d7e
              • Bug 735589 - Remove not needed variable initialization in src/classdef.cpp [view]
              • Packit 1c1d7e
              • Bug 735590 - Remove not needed pointer initialization in src/entry.cpp [view]
              • Packit 1c1d7e
              • Bug 735591 - Provide exit code in case generatePlantUMLOutput fails [view]
              • Packit 1c1d7e
              • Bug 735620 - Remove not needed variable caching in src/markdown.cpp [view]
              • Packit 1c1d7e
              • Bug 735622 - Do not cache inputSize in src/doxygen.cpp [view]
              • Packit 1c1d7e
              • Bug 735623 - Expression is always false because 'else if' condition matches previous condition [view]
              • Packit 1c1d7e
              • Bug 735726 - Fix missing break in switch case statement [view]
              • Packit 1c1d7e
              • Bug 735745 - Spurious ASSERT message [view]
              • Packit 1c1d7e
              • Bug 735759 - Broken man pages due to bad use of autoBreak [view]
              • Packit 1c1d7e
              • Bug 735767 - Fix potential copy and paste issue in vhdlparser/VhdlParser.cc [view]
              • Packit 1c1d7e
              • Bug 735924 - [Patch] Documentation: Wrong link for \\diafile [view]
              • Packit 1c1d7e
              • Bug 735925 - [Patch] DocBook: Possible name clash for generated image files [view]
              • Packit 1c1d7e
              • Bug 735926 - RTF output: \\diafile and \\mscfile do not work [view]
              • Packit 1c1d7e
              • Bug 735929 - Windows: Process exit code is ignored for processes launched using ShellExecuteEx() [view]
              • Packit 1c1d7e
              • Bug 735982 - Fix potential allocation of huge memory amount due to type overflow in src/lodepng.cpp [view]
              • Packit 1c1d7e
              • Bug 735985 - Fix missing unchecked return value in src/dot.cpp [view]
              • Packit 1c1d7e
              • Bug 736018 - Fix potential null pointer dereference in src/dbusxmlscanner.cpp [view]
              • Packit 1c1d7e
              • Bug 736020 - Fix identical code for different branches in src/translator_tw.h [view]
              • Packit 1c1d7e
              • Bug 736022 - Fix potential null pointer dereference in src/index.cpp [view]
              • Packit 1c1d7e
              • Bug 736023 - Remove not needed variable initialization in src/cite.cpp [view]
              • Packit 1c1d7e
              • Bug 736027 - Remove not needed local variable in src/doxygen.cpp [view]
              • Packit 1c1d7e
              • Bug 736029 - Remove redundant if/else branch in src/lodepng.cpp [view]
              • Packit 1c1d7e
              • Bug 736030 - Remove redundant if/else branch in src/translator_lt.h [view]
              • Packit 1c1d7e
              • Bug 736031 - Cleanup redundant if/else branch in src/translator_kr.h [view]
              • Packit 1c1d7e
              • Bug 736032 - Cleanup redundant if/else branch in src/translator_sr.h [view]
              • Packit 1c1d7e
              • Bug 736033 - Cleanup redundant if/else branch in src/translator_tw.h [view]
              • Packit 1c1d7e
              • Bug 736034 - Cleanup redundant if/else branch in src/translator_vi.h [view]
              • Packit 1c1d7e
              • Bug 736036 - Remove redundant local variable initialization in qtools/qstring.cpp [view]
              • Packit 1c1d7e
              • Bug 736037 - Fix wrong member variable initialization in src/define.cpp [view]
              • Packit 1c1d7e
              • Bug 736385 - Fix potential null pointer dereference in src/util.cpp [view]
              • Packit 1c1d7e
              • Bug 736386 - Fix another potential null pointer dereference in src/util.cpp [view]
              • Packit 1c1d7e
              • Bug 736387 - Fix a potential null pointer dereference in src/index.cpp [view]
              • Packit 1c1d7e
              • Bug 736389 - Fix a potential null pointer dereference in src/vhdldocgen.cpp [view]
              • Packit 1c1d7e
              • Bug 736992 - Member functions omitted from tagfile [view]
              • Packit 1c1d7e
              • Bug 737444 - Java: Annotations with brackets prevent documentation [view]
              • Packit 1c1d7e
              • Bug 737830 - Invalid element name in footer part when GENERATE_TREEVIEW specified [view]
              • Packit 1c1d7e
              • Bug 738063 - Fortran attribute contiguous not identified [view]
              • Packit 1c1d7e
              • Bug 738167 - Entity references in XML command attributes are incorrectly handled [view]
              • Packit 1c1d7e
              • Bug 738173 - Entity references in XML code command are incorrectly handled [view]
              • Packit 1c1d7e
              • Bug 738548 - latex: dead links to source code [view]
              • Packit 1c1d7e
              • Bug 738574 - &hellip; is replaced by \cdots rather than \dots in the LaTeX output [view]
              • Packit 1c1d7e
              • Bug 739054 - Python xml not outputting info of functions inside __init__.py [view]
              • Packit 1c1d7e
              • Bug 739056 - Python xml - argsstring is empty, while HTML have arguments [view]
              • Packit 1c1d7e
              • Bug 739209 - Invalid warning about undocumented C++ function imported from tagfile [view]
              • Packit 1c1d7e
              • Bug 739210 - C++11 scoped enums with same name inside different classes are merged if using tagfile [view]
              • Packit 1c1d7e
              • Bug 739211 - Cannot make explicit links to C++ const member functions [view]
              • Packit 1c1d7e
              • Bug 739214 - Cannot make unscoped link to C++ conversion operator [view]
              • Packit 1c1d7e
              • Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently [view]
              • Packit 1c1d7e
              • Bug 739863 - Regression: Base classes incorrect when using CRTP with default template parameter [view]
              • Packit 1c1d7e
              • Bug 740218 - Full scope needed when making link inside cross-referenced section [view]
              • Packit 1c1d7e
              • Bug 740218 - Full scope needed when making link inside cross-referenced section (fixed regression) [view]
              • Packit 1c1d7e
              • Bug 740446 - invalid copydoc target does not result in warning [view]
              • Packit 1c1d7e
              • Bug 741100 - Latex to PDF hangs when using Markdown tables [view]
              • Packit 1c1d7e
              • Bug 741417 - Crash when building gtkmm documentation [view]
              • Packit 1c1d7e
              • Bug 741778 - \cite confused by labels ending with a dot (improved warning message) [view]
              • Packit 1c1d7e
              • fix docbook output [view]
              • Packit 1c1d7e
                    
                1. support other than english
                Packit 1c1d7e
                        
              • fix broken example link id
              • Packit 1c1d7e
                        
              • fix incomplete TOC : no Classe etc.
              • Packit 1c1d7e
                        
              • add brief description for Functions etc.
              • Packit 1c1d7e
                        
              • Comply with REPEAT_BRIEF
              • Packit 1c1d7e
                        
              • Do not output duplicated contents when detailed description is missing.
              • Packit 1c1d7e
                        
              • set table colwidth for Param/RetVal
              • Packit 1c1d7e
                    
                Packit 1c1d7e
                Packit 1c1d7e
              • Add missing escape in doxysearch.cpp when result contained a double quote [view]
              • Packit 1c1d7e
              • Add source code possibility for RTF output [view]
              • Packit 1c1d7e
              • Added Coverity Scan Build Status to Readme [view]
              • Packit 1c1d7e
              • Added clearer range checks for string class to help compiler [view]
              • Packit 1c1d7e
              • Added compilation support for MacOSX 10.10 (yosemite) [view]
              • Packit 1c1d7e
              • Added faster reference counted string implementation with short string optimization [view]
              • Packit 1c1d7e
              • Added graphical hierarchy support to template engine [view]
              • Packit 1c1d7e
              • Added guard to prevent (theoretical) out of bound access [view]
              • Packit 1c1d7e
              • Added language attribute to XML output for classes, namespaces, and files [view]
              • Packit 1c1d7e
              • Avoid a (theoretical) memory leak [view]
              • Packit 1c1d7e
              • Better handling of inline Fortran parameter documentation [view]
              • Packit 1c1d7e
              • Fixed bug for page numbers in the latex indices [view]
              • Packit 1c1d7e
              • Compilation fixes for Windows for new string implementation. [view]
              • Packit 1c1d7e
              • Convert FORTRAN modules to namespaces [view]
              • Packit 1c1d7e
              • Create an easy possibility to take a snippet from the current file. [view]
              • Packit 1c1d7e
              • Debian Bug 762272: segfault with cyclic subgroups [view]
              • Packit 1c1d7e
              • Disabled enter/exit printing for doctokenizer (produced too much noise) [view]
              • Packit 1c1d7e
              • Empty entry in \tableofcontents in case e.g. section without description. [view]
              • Packit 1c1d7e
              • Extra empty line in source fragments [view]
              • Packit 1c1d7e
              • Fix bug with C++11 static_assert [view]
              • Packit 1c1d7e
              • Fix bug: language switch command "\~" failed to detect language id which contains '-' [view]
              • Packit 1c1d7e
              • Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850 [view]
              • Packit 1c1d7e
              • Fix for the second issue in bz 651848 [view]
              • Packit 1c1d7e
              • Fix potential crash when reading tag file which contained nested java classes using generics [view]
              • Packit 1c1d7e
              • Fix rules for closing FORTRAN module and typedef scopes [view]
              • Packit 1c1d7e
              • Fix to ignore the contents of \verbatim and friends while looking for sections [view]
              • Packit 1c1d7e
              • Fix to show relations between C#/Java generic classes [view]
              • Packit 1c1d7e
              • Fixed a number of issues (resource leaks, uninitialized members, etc) found by coverity [view]
              • Packit 1c1d7e
              • Fixed bug in new QCString::sprintf for long string. [view]
              • Packit 1c1d7e
              • Fixed extension matching issue if path contained a dot. [view]
              • Packit 1c1d7e
              • Fixed issue accessing uninitialized data when combining RTF output. [view]
              • Packit 1c1d7e
              • Fixed issue parsing @end directly followed by the end of the file [view]
              • Packit 1c1d7e
              • Fixed problem finding \enduml when using /// style comments. [view]
              • Packit 1c1d7e
              • Fixed refcounting bug in new string implementation [view]
              • Packit 1c1d7e
              • Fixed several Coverity warnings [view]
              • Packit 1c1d7e
              • Fixed to small memory leaks [view]
              • Packit 1c1d7e
              • Fixed typos and formatting in Doxyfile (thanks to Armin Mueller) [view]
              • Packit 1c1d7e
              • Fixed typos in C/C++ comments. There are no functional changes. [view]
              • Packit 1c1d7e
              • Fixed typos in comments. [view]
              • Packit 1c1d7e
              • Fixed typos in comments. No functional changes. [view]
              • Packit 1c1d7e
              • Fortran code color END (regression pull request 259) [view]
              • Packit 1c1d7e
              • Fortran color CALL as keyword [view]
              • Packit 1c1d7e
              • Fortran color code of END [view]
              • Packit 1c1d7e
              • Fortran continuation character seen as begin of function call [view]
              • Packit 1c1d7e
              • Generate error message in case bibtex generation fails [view]
              • Packit 1c1d7e
              • Improved main page rendering via template engine [view]
              • Packit 1c1d7e
              • Initialized potentially uninitialized variable in markdown part [view]
              • Packit 1c1d7e
              • Introduce new optimized string implementation (attempt 2) [view]
              • Packit 1c1d7e
              • Introduced template directory for template and resource files and resource compiler & manager [view]
              • Packit 1c1d7e
              • LaTeX problem with 2 consecutive single quotes [view]
              • Packit 1c1d7e
              • Last comment of \code{.f90} missing [view]
              • Packit 1c1d7e
              • Limit images sizes and make more uniform (LaTeX) [view]
              • Packit 1c1d7e
              • Package mathptmx gives discrepancy between pdf and HTML formulas [view]
              • Packit 1c1d7e
              • Portuguese and Brazilian Portuguese translators updated to 1.8.5. [view]
              • Packit 1c1d7e
              • Prevent overly long terms from stopping the search indexer [view]
              • Packit 1c1d7e
              • Problem in case of line termination (., a dot) direct after the \cite command [view]
              • Packit 1c1d7e
              • Regression class<T extends V> resulted in class<V> as the page title [view]
              • Packit 1c1d7e
              • Remove bogus argument to avoid compiler warning [view]
              • Packit 1c1d7e
              • Remove dependency of PlantUML on HAVE_DOT [view]
              • Packit 1c1d7e
              • Remove extraneous 'README' to allow successful RPM creation [view]
              • Packit 1c1d7e
              • Remove filtering rule when generating FORTRAN module links [view]
              • Packit 1c1d7e
              • Remove redundant code [view]
              • Packit 1c1d7e
              • Removed bash specific construct from ./configure script to make it work on Solaris [view]
              • Packit 1c1d7e
              • Removed some comment statements. [view]
              • Packit 1c1d7e
              • Revert "Bug 634763 - Fortran: external subroutine as dummy argument not recognized" [view]
              • Packit 1c1d7e
              • Reverted back to old string implementation. New one needs more work. [view]
              • Packit 1c1d7e
              • Show tag file name instead of <unknown> for warnings pointing to symbols extracted from tag files. [view]
              • Packit 1c1d7e
              • Show the parent-child type specialization relation in Java/C# generics inheritance diagrams [view]
              • Packit 1c1d7e
              • Support charset option for PlantUML [view]
              • Packit 1c1d7e
              • Support for INLINE_SOURCES in Fortran [view]
              • Packit 1c1d7e
              • Support plantuml !include statement [view]
              • Packit 1c1d7e
              • Support visible=no for main page tab. [view]
              • Packit 1c1d7e
              • Supporting linking for methods bound to FORTRAN classes in source definitions [view]
              • Packit 1c1d7e
              • This is the patch attached to bz 651848 by Robin Gareus. [view]
              • Packit 1c1d7e
              • Update README.md [view]
              • Packit 1c1d7e
              • Updated configuration script and libdoxygen.pro.in to use llvm-config [view]
              • Packit 1c1d7e
              • Use result of vsnprintf [view]
              • Packit 1c1d7e
              • Use substitute() instead of QString conversion [view]
              • Packit 1c1d7e
              • Various VHDL fixes [view]
              • Packit 1c1d7e
              • various fixes and restructuring [view]
              • Packit 1c1d7e
              • Various latex problems [view]
              • Packit 1c1d7e
                Packit 1c1d7e

                Packit 1c1d7e
                \endhtmlonly
                Packit 1c1d7e
                \subsection log_1_8_8 Release 1.8.8
                Packit 1c1d7e
                \htmlonly
                Packit 1c1d7e
                (release date 21-08-2014)
                Packit 1c1d7e
                Packit 1c1d7e

                Packit 1c1d7e

                New features

                Packit 1c1d7e
                  Packit 1c1d7e
                • Bug 731947 - Support for PlantUML [view]
                • Packit 1c1d7e
                • Add BREAD_CRUMB_TRAIL. [view]
                • Packit 1c1d7e
                  Packit 1c1d7e

                  Bug fixes

                  Packit 1c1d7e
                    Packit 1c1d7e
                  • Bug 172072 $title doesn't work in LateX header [view]
                  • Packit 1c1d7e
                  • Bug 583958 Class diagrams and class hierarchy don't work for java generic classes [view]
                  • Packit 1c1d7e
                  • Bug 589707 Flex .rule file for Visual Studio build can't cope with spaces in filenames [view]
                  • Packit 1c1d7e
                  • Bug 623299 Fortran: quotation after define causes error [view]
                  • Packit 1c1d7e
                  • Bug 625601 FORTRAN: recognition free versus fixed formatted code [view]
                  • Packit 1c1d7e
                  • Bug 700510 Bibliography duplicate filenames fails [view] and
                  • Packit 1c1d7e
                                                                                                                                          [view]
                    Packit 1c1d7e
                  • Bug 702584 \cite rejects valid BibTeX keys [view] and
                  • Packit 1c1d7e
                                                                                                                                   [view]
                    Packit 1c1d7e
                  • Bug 705503 TCL: Documentation of oo::define is not working [view]
                  • Packit 1c1d7e
                  • Bug 727732 Nested C structures/unions does not work with groups [view]
                  • Packit 1c1d7e
                  • Bug 728654 configuration stops with settings.h missing [view]
                  • Packit 1c1d7e
                  • Bug 728740 XML Output: Doxygen doesn't escape & characters (included in a hyperlink) in <detaileddescription> [view]
                  • Packit 1c1d7e
                  • Bug 729017 function object in member initializer causes documentation loss [view]
                  • Packit 1c1d7e
                  • Bug 729427 [PATCH] Propagate configure's perl to makefiles [view]
                  • Packit 1c1d7e
                  • Bug 730418 man page extension is incorrect [view]
                  • Packit 1c1d7e
                  • Bug 730520 No documentation generated for method-less C++ struct [view]
                  • Packit 1c1d7e
                  • Bug 730887 [PATCH] Fix potential copy and paste error in inputstring.cpp [view]
                  • Packit 1c1d7e
                  • Bug 730888 [PATCH] Fix missing '&' in Boolean operation in qstring.cpp [view]
                  • Packit 1c1d7e
                  • Bug 731238 Dead links in html documentation when using tabs for indentation in c++ [view]
                  • Packit 1c1d7e
                  • Bug 731363 Callgraphs for C# only generated for methods inside the same class [view]
                  • Packit 1c1d7e
                  • Bug 731985 Variadic macros failing to expand if trailing ... is empty [view]
                  • Packit 1c1d7e
                  • Bug 732594 Two entries for a single member in doxygen XML [view]
                  • Packit 1c1d7e
                  • Bug 732768 nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) [view]
                  • Packit 1c1d7e
                  • Bug 733451 volatile declaration on member functions is not handled as xml attribute [view]
                  • Packit 1c1d7e
                  • Bug 733605 Incorrect LaTeX generation for private union member in C++ [view]
                  • Packit 1c1d7e
                  • Bug 733722 XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form feed character (U+000C) to XML files [view]
                  • Packit 1c1d7e
                  • Bug 733856 segfault in QGListIterator while parsing fortran code [view]
                  • Packit 1c1d7e
                  • Bug 733938 Explicit links using operator()() not generated. [view]
                  • Packit 1c1d7e
                  • Bug 734077 no uniquely matching class member found for inline function definition where parameter argument names don't match [view]
                  • Packit 1c1d7e
                  • Bug 734099 Add support for non-parsed language [view]
                  • Packit 1c1d7e
                  • Bug 734245 Q_PROPERTY switches the member access from private to public [view]
                  • Packit 1c1d7e
                  • Bug 734331 Strong enum members listed in containing namespace [view]
                  • Packit 1c1d7e
                  • Bug 734704 Sigsegv while generating XML output [view]
                  • Packit 1c1d7e
                  • Bug 734727 GENERATE_TAGFILE no longer includes any @*section links [view] and
                  • Packit 1c1d7e
                                                                                                                                                           [view]
                    Packit 1c1d7e
                  • Bug 734828 Request: disable building documentation if Python 2.6 or newer not available [view]
                  • Packit 1c1d7e
                  • Bug 735001 No output for markdown pages with duplicate label title (different anchor) [view]
                  • Packit 1c1d7e
                  • Bug 735037 QGDict::hashAsciiKey: Invalid null key [view]
                  • Packit 1c1d7e
                  • Add FORTRAN 2003 keywords and commands [view]
                  • Packit 1c1d7e
                  • Add type option to FORTRAN select statements [view]
                  • Packit 1c1d7e
                  • Added build support for Python3+ and Python2.6+ [view]
                  • Packit 1c1d7e
                  • Added class/procedure vardefs to FORTRAN code highlighting [view]
                  • Packit 1c1d7e
                  • Added documentation for some missing HTML commands [view]
                  • Packit 1c1d7e
                  • Added flatten, listsort and paginate filters [view]
                  • Packit 1c1d7e
                  • Added get filter, unified index properties [view]
                  • Packit 1c1d7e
                  • Added groupby filter and some more context info [view]
                  • Packit 1c1d7e
                  • Added import keyword to FORTRAN code highlighting [view]
                  • Packit 1c1d7e
                  • Added lists for indices to template context [view]
                  • Packit 1c1d7e
                  • Added mainpage to context and improved page tree [view]
                  • Packit 1c1d7e
                  • Added member indexes to template context [view]
                  • Packit 1c1d7e
                  • Added missing links in changelog when multiple bug ids were on one line [view]
                  • Packit 1c1d7e
                  • Added more missing links to the changelog [view]
                  • Packit 1c1d7e
                  • Added namespace info to the context [view]
                  • Packit 1c1d7e
                  • Addition of module data to context and alphaIndex filter [view]
                  • Packit 1c1d7e
                  • Coded coloring of flow statements corrected (regression) [view]
                  • Packit 1c1d7e
                  • Corrected copyright year [view]
                  • Packit 1c1d7e
                  • Correction of typing error [view]
                  • Packit 1c1d7e
                  • Disabled/fixed segments that produced doxygen warnings while running the test [view]
                  • Packit 1c1d7e
                  • Docbook output improvements [view]
                  • Packit 1c1d7e
                  • Documentation generator: added support for C# property accessors visibility modifiers. [view]
                  • Packit 1c1d7e
                  • Doxywizard: make the Next button on the last page of the expert tab switch to the run tab [view]
                  • Packit 1c1d7e
                  • Doxywizard: make the Next button on the last page of the wizard switch to the run tab [view]
                  • Packit 1c1d7e
                  • Error linking 32-bit windows [view]
                  • Packit 1c1d7e
                  • Fix FORTRAN code function scope test [view]
                  • Packit 1c1d7e
                  • Fix after rebase from master [view]
                  • Packit 1c1d7e
                  • Fix description of USE_PDFLATEX [view]
                  • Packit 1c1d7e
                  • Fix highlighting issues [view]
                  • Packit 1c1d7e
                  • Fix typo [view]
                  • Packit 1c1d7e
                  • Fix unnecessary rules for FORTRAN types [view]
                  • Packit 1c1d7e
                  • Fix warning about unused functions in qstring.cpp [view]
                  • Packit 1c1d7e
                  • Fixed keyword type [view]
                  • Packit 1c1d7e
                  • Fixed missing include for Linux [view]
                  • Packit 1c1d7e
                  • Fixed test 021 [view]
                  • Packit 1c1d7e
                  • Fixed typo [view]
                  • Packit 1c1d7e
                  • Fixed typo and used QString for directory [view]
                  • Packit 1c1d7e
                  • Fixed windows compile issue for is_neutral [view]
                  • Packit 1c1d7e
                  • Fixes for ./configure script on Solaris [view]
                  • Packit 1c1d7e
                  • Fixes regression due to PR 169 [view]
                  • Packit 1c1d7e
                  • Language parser: added support for C# property accessors visibility modifiers. [view]
                  • Packit 1c1d7e
                  • Made INSTALL file version and date independent [view]
                  • Packit 1c1d7e
                  • Made bread crumb trails enabled unconditionally [view]
                  • Packit 1c1d7e
                  • Made setName() virtual so overloading works [view]
                  • Packit 1c1d7e
                  • Make index for faq [view]
                  • Packit 1c1d7e
                  • Messages truncated in warnings file [view]
                  • Packit 1c1d7e
                  • Minor fixes [view]
                  • Packit 1c1d7e
                  • Minor fixes to the template context [view]
                  • Packit 1c1d7e
                  • Missing word after \n command in doxygen rtf output, version 1.8.5 & up [view]
                  • Packit 1c1d7e
                  • More robust extraction of scope information from tag files [view]
                  • Packit 1c1d7e
                  • No warning in case cite definition is missing [view]
                  • Packit 1c1d7e
                  • Preparations for release 1.8.8 [view]
                  • Packit 1c1d7e
                  • Removed not implemented HTML commands from documentation [view]
                  • Packit 1c1d7e
                  • Removed unsupported HTML commands from the docs [view]
                  • Packit 1c1d7e
                  • Set deployment targets for MacOSX 10.5+ versions [view]
                  • Packit 1c1d7e
                  • Support multiple extra HTML stylesheets. [view]
                  • Packit 1c1d7e
                  • Tcl: add missing file that breaks test 057 [view]
                  • Packit 1c1d7e
                  • Tcl: add test code for Bug 729092 [view]
                  • Packit 1c1d7e
                  • Tcl: collect XRefs also if INLINE_SOURCES = no [view]
                  • Packit 1c1d7e
                  • Tcl: correct namespace resolution in case of INLINE_SOURCES = YES [view]
                  • Packit 1c1d7e
                  • Tcl: recurse for [] [view]
                  • Packit 1c1d7e
                  • Tcl: refactor similar code into tcl_codify_token function [view]
                  • Packit 1c1d7e
                  • Tcl: support eval/catch commands [view]
                  • Packit 1c1d7e
                  • Tcl: support switch command [view]
                  • Packit 1c1d7e
                  • Tcl: test 057 additionally tests mutual Xrefs for two files [view]
                  • Packit 1c1d7e
                  • Template context support for CREATE_SUBDIRS [view]
                  • Packit 1c1d7e
                  • Update dot.cpp [view]
                  • Packit 1c1d7e
                  • Update latexgen.cpp [view]
                  • Packit 1c1d7e
                  • Update test 058 because commit 9d315a9 fixes also Bug 729135 [view]
                  • Packit 1c1d7e
                  • Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues [view]
                  • Packit 1c1d7e
                  • New VHDL parser implementation [view]
                  • Packit 1c1d7e
                  • Vhdl fixes [view]
                  • Packit 1c1d7e
                  • \usepackage{fixltx2e} must come before use \usepackage{float} [view]
                  • Packit 1c1d7e
                  • cache anonymous into ClassDefImpl::isAnonymous [view]
                  • Packit 1c1d7e
                  • changed append filter and added index and path attributes to node [view]
                  • Packit 1c1d7e
                  • doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) [view]
                  • Packit 1c1d7e
                  • doc/translator.py unified for Python 2.6+ and Python 3.0+ [view]
                  • Packit 1c1d7e
                  • make.bat: change current directory [view] and
                  • Packit 1c1d7e
                                                           [view]
                    Packit 1c1d7e
                  • removeRedundantWhiteSpace micro-optimization [view]
                  • Packit 1c1d7e
                  • resolves the error of unbalanced tags opened/closed in docbook output: parser error : Opening and ending tag mismatch: para line 358 and tbody [view]
                  • Packit 1c1d7e
                  • winbuild/pack_the_distribution_for_windows.py minor updates [view]
                  • Packit 1c1d7e
                    Packit 1c1d7e

                    Packit 1c1d7e
                    \endhtmlonly
                    Packit 1c1d7e
                    Packit 1c1d7e
                    \subsection log_1_8_7 Release 1.8.7
                    Packit 1c1d7e
                    \htmlonly
                    Packit 1c1d7e
                    (release date 21-04-2014)
                    Packit 1c1d7e
                    Packit 1c1d7e

                    Packit 1c1d7e
                      Packit 1c1d7e
                    • Bug 436885 - c-source and h-source missing for latex [view]
                    • Packit 1c1d7e
                    • Bug 625601 - FORTRAN: recognition free versus fixed formatted code [view]
                    • Packit 1c1d7e
                    • Bug 626172 - Latex $projectname with "&" gets no escaped [view]
                    • Packit 1c1d7e
                    • Bug 643618 - Fortran: variable with name "type" confuses doxygen [view]
                    • Packit 1c1d7e
                    • Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath [view]
                    • Packit 1c1d7e
                    • Bug 678436 - Nested \if messes up list items [view]
                    • Packit 1c1d7e
                    • Bug 678436 - Nested \if messes up list items [view]
                    • Packit 1c1d7e
                    • Bug 683115 - Command ignored when using umlauts in markdown and also C-comments in markdown didn't work properly [view]
                    • Packit 1c1d7e
                    • Bug 692985 - Notes in xml output are not correctly separated [view]
                    • Packit 1c1d7e
                    • Bug 705220 - Enables using unicode (non ASCII) to name output files [view]
                    • Packit 1c1d7e
                    • Bug 705499 - Nested namespace causes incorrect display when referenced via .tag file [view]
                    • Packit 1c1d7e
                    • Bug 712251 - Documentation for enumeration not generated [view]
                    • Packit 1c1d7e
                    • Bug 720691 - Code coloring in case of file without extension [view]
                    • Packit 1c1d7e
                    • Bug 721032 - Trouble with /cond /endcond [view]
                    • Packit 1c1d7e
                    • Bug 721169 - Wrong call graph in simple situation [view]
                    • Packit 1c1d7e
                    • Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section [view]
                    • Packit 1c1d7e
                    • Bug 721462 - Parsing problem with C++11 empty initializer lists [view]
                    • Packit 1c1d7e
                    • Bug 721618 - Move constructors and move assignment operators of embedded classes of template classes cannot be matched. [view]
                    • Packit 1c1d7e
                    • Bug 721878 - Dia diagrams not displayed by Firefox [view]
                    • Packit 1c1d7e
                    • Bug 722457 - regression referencing namespaced type [view]
                    • Packit 1c1d7e
                    • Bug 722603 - doxygen nested \if \endif sample not working [view]
                    • Packit 1c1d7e
                    • Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within the Class List [view]
                    • Packit 1c1d7e
                    • Bug 722711 - Link refs with no title swallow an extra newline [view]
                    • Packit 1c1d7e
                    • Bug 722759 - Documentation for derived classes no longer has an "Additional Inherited Members" section after upgrading doxygen from 1.8.3.1 to 1.8.6 [view]
                    • Packit 1c1d7e
                    • Bug 722786 - configure --prefix=/opt/foo not accepted [view]
                    • Packit 1c1d7e
                    • Bug 722788 - Command \| not working when last character in markdown table line [view]
                    • Packit 1c1d7e
                    • Bug 723299 - Last line of code block lost if it is only one character and there is no text afterward [view]
                    • Packit 1c1d7e
                    • Bug 723314 - Doxygen crashes on incorrect end group /**< @} */ [view]
                    • Packit 1c1d7e
                    • Bug 723516 - star is not printed in \code environment [view]
                    • Packit 1c1d7e
                    • Bug 724241 - Internal inconsistency: namespace in IDL [view]
                    • Packit 1c1d7e
                    • Bug 724949 - Server side (PHP) search broke in 1.8.3 [view]
                    • Packit 1c1d7e
                    • Bug 726219 - python3 import style causes doxygen to ignore some inheritances [view]
                    • Packit 1c1d7e
                    • Bug 726294 - Markdown Extra - fenced code block: '>' before tab width parsed as block quote [view]
                    • Packit 1c1d7e
                    • Bug 726469 - Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabled [view]
                    • Packit 1c1d7e
                    • Bug 726722 - Blockquote followed by text inserts an extra paragraph [view]
                    • Packit 1c1d7e
                    • Bug 726734 - alignment of blockquotes in pdf [view]
                    • Packit 1c1d7e
                    • Bug 728077 - Build fails when --with-libclang on Fedora [view]
                    • Packit 1c1d7e
                    • Bug 728530 - Crash on \addindex \term [view]
                    • Packit 1c1d7e
                    • A new files have been added but is not incorporated in the windows build part [view]
                    • Packit 1c1d7e
                    • Add docbook directory to be removed as well [view]
                    • Packit 1c1d7e
                    • Add extra (documenattion) directories to ignore pattern [view]
                    • Packit 1c1d7e
                    • Add index support to context [view]
                    • Packit 1c1d7e
                    • Add line numbers in case comment is not closed properly. [view]
                    • Packit 1c1d7e
                    • Add template context for annotated class index [view]
                    • Packit 1c1d7e
                    • Add validation of internal consistency to html entity mapper [view]
                    • Packit 1c1d7e
                    • Add warning when encountering a nested comment start (/*) without matching end (*/). [view]
                    • Packit 1c1d7e
                    • Added \latexinclude command (thanks to Juan Zaratiegui for the patch) [view]
                    • Packit 1c1d7e
                    • Added basic arithmetic operations to the template expressions, and made the expression lexer faster [view]
                    • Packit 1c1d7e
                    • Added dir tree nodes to the context [view]
                    • Packit 1c1d7e
                    • Added directory info to the context [view]
                    • Packit 1c1d7e
                    • Added doc/config.doc to .gitignore [view]
                    • Packit 1c1d7e
                    • Added language update for Swedish (thanks to Björn Palmqvist) [view]
                    • Packit 1c1d7e
                    • Added last and first attributes to index tree node [view]
                    • Packit 1c1d7e
                    • Added missing \+ command to build LaTeX manual [view]
                    • Packit 1c1d7e
                    • Added new language maintainer for Swedish, removed generated file language.doc [view]
                    • Packit 1c1d7e
                    • Added optional [block] option to \htmlonly [view]
                    • Packit 1c1d7e
                    • Added reference counting for all context objects [view]
                    • Packit 1c1d7e
                    • Added stricter URL filtering to prevent DOM Based XSS when the tree view is enabled [view]
                    • Packit 1c1d7e
                    • Added support for \-- and \--- to prevent interpretation as ndash and mdash [view]
                    • Packit 1c1d7e
                    • Added support for elif to the template language [view]
                    • Packit 1c1d7e
                    • Added support for range tag in the template language [view]
                    • Packit 1c1d7e
                    • Alterative way to get rules information from flex [view]
                    • Packit 1c1d7e
                    • Better message in case doxygen -u is used [view]
                    • Packit 1c1d7e
                    • Changed "See Also" back to "See also" [view]
                    • Packit 1c1d7e
                    • Chm don't add images multiple times [view]
                    • Packit 1c1d7e
                    • Command \< and \> are not properly shown in section headers (and consequently in index) [view]
                    • Packit 1c1d7e
                    • Consistency of usage of the word LaTeX in the documentation [view]
                    • Packit 1c1d7e
                    • Context enhancement [view]
                    • Packit 1c1d7e
                    • Corrected some definitions for some Fortran keywords [view]
                    • Packit 1c1d7e
                    • Disabled config dependency check to avoid regression [view]
                    • Packit 1c1d7e
                    • Documentation corrections [view]
                    • Packit 1c1d7e
                    • Enable Previous and Next buttons in chm output file [view]
                    • Packit 1c1d7e
                    • Enabling possibility to have { and } in (latex) index items [view]
                    • Packit 1c1d7e
                    • Error message is given for make distclean as generated_src is a directory [view]
                    • Packit 1c1d7e
                    • Extension in config.xml if type=string with format=image [view]
                    • Packit 1c1d7e
                    • Extension specific filtering [view]
                    • Packit 1c1d7e
                    • Fix id parsing for atx markdown headers [view]
                    • Packit 1c1d7e
                    • Fix segfault on invalid bounding FIG when patching dot [view]
                    • Packit 1c1d7e
                    • Fix to VHDL scanner. [view]
                    • Packit 1c1d7e
                    • Fix typos in russian translation [view]
                    • Packit 1c1d7e
                    • Fixed Tidy's 'empty span' warning in HTML output [view]
                    • Packit 1c1d7e
                    • Fixed compiler warnings in section.h [view]
                    • Packit 1c1d7e
                    • Fixed difference between generated XML schema and XML files for HTML entities [view]
                    • Packit 1c1d7e
                    • Fixed issues with @parblock and added regression test case [view]
                    • Packit 1c1d7e
                    • Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTS [view]
                    • Packit 1c1d7e
                    • Fixed memory leak in nested comment administration [view]
                    • Packit 1c1d7e
                    • Fixed off-by one error for last character in compound.xsd [view]
                    • Packit 1c1d7e
                    • Fixed potential crash caused by overloading the variadic warn function [view]
                    • Packit 1c1d7e
                    • Fixed problem handling Obj-C protocol list when proceeded by a newline [view]
                    • Packit 1c1d7e
                    • Fixed problem with ending a paragraph when htmlonly was at the end of a comment block [view]
                    • Packit 1c1d7e
                    • Fixed typo in changelog [view]
                    • Packit 1c1d7e
                    • Fixed typo in doxyindexer.vcproj [view]
                    • Packit 1c1d7e
                    • Fixes for missing build dependencies [view]
                    • Packit 1c1d7e
                    • Give message when PROJECT_LOGO cannot be found or cannot be converted [view]
                    • Packit 1c1d7e
                    • Handlingh of -- by \c and <code> results in - adjusted documentation [view]
                    • Packit 1c1d7e
                    • Improve rendering of sub and superscripts in LaTeX [view]
                    • Packit 1c1d7e
                    • Improved handling of percent symbol [view]
                    • Packit 1c1d7e
                    • Improved performance of rendering large index pages, by replacing images in the tables by spans [view]
                    • Packit 1c1d7e
                    • In case of sections with the same name they are not reported. [view]
                    • Packit 1c1d7e
                    • Inconsistency in usage of simplesecr versus simplesectsep corrected [view]
                    • Packit 1c1d7e
                    • Inconsistency in usage of simplesecr versus simplesectsep corrected [view]
                    • Packit 1c1d7e
                    • Incorrect handling dependencies [view]
                    • Packit 1c1d7e
                    • Items XML_SCHEMA and XML_DTD declared obsolete [view]
                    • Packit 1c1d7e
                    • List only the project pages in "Related Pages" [view]
                    • Packit 1c1d7e
                    • Made documentation more consistent [view]
                    • Packit 1c1d7e
                    • Make sure all ids in g_linkRefs are lower case [view]
                    • Packit 1c1d7e
                    • Make the MAN_SUBDIR setting override the name of the directory the man pages are placed in. [view]
                    • Packit 1c1d7e
                    • Meta tag in the HTML search page was not closed properly [view]
                    • Packit 1c1d7e
                    • Minor fixes for the new build locations [view]
                    • Packit 1c1d7e
                    • Missing & and chars after " in tree of chm documentation [view]
                    • Packit 1c1d7e
                    • More context changes [view]
                    • Packit 1c1d7e
                    • More work on the template and context mechanisms [view]
                    • Packit 1c1d7e
                    • On windows citelist.doc remains [view]
                    • Packit 1c1d7e
                    • Place where dot executable is found [view]
                    • Packit 1c1d7e
                    • Properly escape the XCODE path. [view]
                    • Packit 1c1d7e
                    • Pull out property names in Objective-C. [view]
                    • Packit 1c1d7e
                    • Recognize all HTML4 special character entities [view]
                    • Packit 1c1d7e
                    • Reduced and improved functionality of QList [view]
                    • Packit 1c1d7e
                    • Removed config.doc as it is generated by configgen.py [view]
                    • Packit 1c1d7e
                    • Removed generated file src/settings.h from source repository [view]
                    • Packit 1c1d7e
                    • Removed message, minor restructuring [view]
                    • Packit 1c1d7e
                    • Removed remark about installdox from the FAQ [view]
                    • Packit 1c1d7e
                    • Restructured html entity handling [view]
                    • Packit 1c1d7e
                    • Reverted #132 after submitter reported that it did not work [view]
                    • Packit 1c1d7e
                    • Showing error message on windows in case on error on startup [view]
                    • Packit 1c1d7e
                    • Simplified LaTeX header/footer escaping [view]
                    • Packit 1c1d7e
                    • Some restructuring and some compiler warning fixes [view]
                    • Packit 1c1d7e
                    • Spitting generated files better from source files [view]
                    • Packit 1c1d7e
                    • Superfluous < sign [view]
                    • Packit 1c1d7e
                    • Superfluous backslash in documentation [view]
                    • Packit 1c1d7e
                    • Superfluous include removed [view]
                    • Packit 1c1d7e
                    • Undo previous commit [view]
                    • Packit 1c1d7e
                    • Unified DirFileContext and NestingContext [view]
                    • Packit 1c1d7e
                    • Update doctokenizer.l [view]
                    • Packit 1c1d7e
                    • Update doctokenizer.l [view]
                    • Packit 1c1d7e
                    • Updated copyright [view]
                    • Packit 1c1d7e
                    • Use \newline i.s.o. \par for linebreaks in LaTeX [view]
                    • Packit 1c1d7e
                    • Use hook arrow for hyphens in symbol names in the LaTeX output. [view]
                    • Packit 1c1d7e
                    • Wrong UTF 8 codes [view]
                    • Packit 1c1d7e
                    • Fix broken links to subpages in LaTeX output [view]
                    • Packit 1c1d7e
                    • \xmlonly aoppeared twice in see also section of \htmlonly and \docbookonly [view]
                    • Packit 1c1d7e
                    • add css-escape to avoid jquery based xss [view]
                    • Packit 1c1d7e
                    • add parameter [view]
                    • Packit 1c1d7e
                    • add search.py, a client for doxygen_sqlite3.db [view]
                    • Packit 1c1d7e
                    • add space between br and / for better compatibility [view]
                    • Packit 1c1d7e
                    • added option to have numbers in the bookmark pane (PDF output) [view]
                    • Packit 1c1d7e
                    • config.l: dependency checks for booleans [view]
                    • Packit 1c1d7e
                    • detect python2 as Python 2 binary [view]
                    • Packit 1c1d7e
                    • fixed compile issue on Linux [view]
                    • Packit 1c1d7e
                    • pass libclang header file location; add paths for Ubuntu's llvm-3.4 [view]
                    • Packit 1c1d7e
                    • sqlite3: SQLITE_TRANSIENTs [view]
                    • Packit 1c1d7e
                    • sqlite3: add new searches to search.py [view]
                    • Packit 1c1d7e
                    • sqlite3: clear bindings on errors and more care with return [view]
                    • Packit 1c1d7e
                    • sqlite3: extract more info [view]
                    • Packit 1c1d7e
                    • sqlite3: fedora has libsqlite3.so in /usr/lib64 [view]
                    • Packit 1c1d7e
                    • sqlite3: leave out insertMemberReference until xref location is valid [view]
                    • Packit 1c1d7e
                    • sqlite3: remove some debug messages [view]
                    • Packit 1c1d7e
                    • sqlite3: speedup the SELECTs [view]
                    • Packit 1c1d7e
                    • sqlite3: updates [view]
                    • Packit 1c1d7e
                    • sqlite3: use the new qtools API [view]
                    • Packit 1c1d7e
                    • testsqlite3: a test for sqlite3gen [view]
                    • Packit 1c1d7e
                    • util/patternMatch: break when pattern is found [view]
                    • Packit 1c1d7e
                    • util/patternMatch: don't extract a QCString(QFileInfo) each time we QRegExp.match [view]
                    • Packit 1c1d7e
                      Packit 1c1d7e

                      Packit 1c1d7e
                      \endhtmlonly
                      Packit 1c1d7e
                      Packit 1c1d7e
                      \subsection log_1_8_6 Release 1.8.6
                      Packit 1c1d7e
                      \htmlonly
                      Packit 1c1d7e
                      (release date 24-12-2013)
                      Packit 1c1d7e
                      Packit 1c1d7e

                      Packit 1c1d7e

                      Bug fixes

                      Packit 1c1d7e
                        Packit 1c1d7e
                      • Bug 154880 - if "using namespace" used, call of a static member function in C++ is not recognized or recognized wrong
                      • Packit 1c1d7e
                      • Bug 647517 - make install prepends a slash to the installation path Removed superfluous /
                      • Packit 1c1d7e
                      • Bug 668424 - HTML links in RTF output are broken
                      • Packit 1c1d7e
                      • Bug 683897 - class list not sorted?
                      • Packit 1c1d7e
                      • Bug 692004 - show includes for free functions
                      • Packit 1c1d7e
                      • Bug 693537 - Create possibility to keep user comments in Doxyfile
                      • Packit 1c1d7e
                      • Bug 701949 - Latex: Hyperlinks for \secreflist / \refitem
                      • Packit 1c1d7e
                      • Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)
                      • Packit 1c1d7e
                      • Bug 705910 - Indexing and searching cannot treat non ASCII identifiers
                      • Packit 1c1d7e
                      • Bug 706520 - Fortran: in body documentation lands on wrong place In some cases, in propriety code, with in body Fortran documentation doxygen crashed. I REOPENED Bug_706520 for this
                      • Packit 1c1d7e
                      • Bug 706804 - Fortran: Doxygen mixes up function-attributes with the return type test string should not be equal to "function" but should contain "function"
                      • Packit 1c1d7e
                      • Bug 706813 - RPM build via spec file fails
                      • Packit 1c1d7e
                      • Bug 706874 - Doxygen crash if missing new-line in a snippet
                      • Packit 1c1d7e
                      • Bug 706916 - C++ exception specifications are no longer parsed correctly
                      • Packit 1c1d7e
                      • Bug 707102 - update the Japanese translation
                      • Packit 1c1d7e
                      • Bug 707353 - Accept IDs using unicode(non ASCII) characters in python codes
                      • Packit 1c1d7e
                      • Bug 707389 - GENERATE_TREEVIEW=YES disables touch scrolling with Android 3.x
                      • Packit 1c1d7e
                      • Bug 707431 - Cannot @ref or @link C++ operator overloads
                      • Packit 1c1d7e
                      • Bug 707483 - Wrong page number and header in pdf output
                      • Packit 1c1d7e
                      • Bug 707554 - When I use @INCLUDE DoxyWizard is closed Current directory was not changed at the right time so the include files could not be found in the "current" directory (i.e. the directory where the Doxyfile resides too, as this directory is shown as the current directory in the doxywizard). This is also important when the doxywizard is started from a shortcut.
                      • Packit 1c1d7e
                      • Bug 707567 - Asterisks in comment wrongly displayed for @code
                      • Packit 1c1d7e
                      • Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHS https://bugzilla.gnome.org/show_bug.cgi?id=707641
                      • Packit 1c1d7e
                      • Bug 707685 - Fortran: error message when missing last EOL In case the original buffer in either fixed or free format code does not contain an EOL as last character, add it.
                      • Packit 1c1d7e
                      • Bug 707713 - Add support for dia diagrams
                      • Packit 1c1d7e
                      • Bug 707825 - Const treatment
                      • Packit 1c1d7e
                      • Bug 707925 - False warning for Java "warning: missing ( in exception list on member"
                      • Packit 1c1d7e
                      • Bug 707985 - Strange output when : appended to an parameter description
                      • Packit 1c1d7e
                      • Bug 707995 - @copydoc not working for const member overloads
                      • Packit 1c1d7e
                      • Bug 708446 - Deprecated list breaks HTML tree with xhtml extension
                      • Packit 1c1d7e
                      • Bug 708455 - Enabling INLINE_SIMPLE_STRUCTS messes up Data Structures in tree
                      • Packit 1c1d7e
                      • Bug 708806 - Wrong path to graph_legend figure in graph_legend.html when CREATE_SUBDIRS = YES
                      • Packit 1c1d7e
                      • Bug 709052 - Templated and non-templated method mixup documentation
                      • Packit 1c1d7e
                      • Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTS
                      • Packit 1c1d7e
                      • Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templates
                      • Packit 1c1d7e
                      • Bug 709706 - Terminating C comments within markdown files breaks aliases
                      • Packit 1c1d7e
                      • Bug 709780 - Copying of files via \image tag can get confused by symlinks at the destination
                      • Packit 1c1d7e
                      • Bug 709803 - Generated hhc file contains an error for a section of a mainpage
                      • Packit 1c1d7e
                      • Bug 709845 - Fortran: problem with types with name starting with is
                      • Packit 1c1d7e
                      • Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORT
                      • Packit 1c1d7e
                      • Bug 709921 - position of linebreak in template argument list affects inheritance relation
                      • Packit 1c1d7e
                      • Bug 710917 - Segfault while parsing a C file
                      • Packit 1c1d7e
                      • Bug 710998 - latex_count=5 is not enough
                      • Packit 1c1d7e
                      • Bug 711004 - Vertical bars cannot be sent straight to makeindex
                      • Packit 1c1d7e
                      • Bug 711097 - Compiler warnings because char is unsigned on ARM/PPC: "comparison is always false"
                      • Packit 1c1d7e
                      • Bug 711378 - Nested Aliases fail when the nested alias has two or more arguments.
                      • Packit 1c1d7e
                      • Bug 711639 - [PATCH] #include does not work with absolute paths
                      • Packit 1c1d7e
                      • Bug 711723 - Comment /**/ confuses doxygen
                      • Packit 1c1d7e
                      • Bug 711787 - Long initialization line in C stops doxygen An extra "breakpoint" in the input string has been created in the form of a , (comma), so for initialization lines the line will be shorter and the , (comma) will be copied later on.
                      • Packit 1c1d7e
                      • Bug 712795 - segmentation fault in memberdef.cpp
                      • Packit 1c1d7e
                      • Bug 712819 - Some external namespaces appear in list despite having ALLEXTERNALS = NO
                      • Packit 1c1d7e
                      • Bug 715172 - Consistently document Fortran's equivalent function bodies
                      • Packit 1c1d7e
                      • Bug 719389 - HTML escaping incorrectly applied in source tooltips
                      • Packit 1c1d7e
                      • Bug 719422 - private java class is mentioned in inherited by list of super class
                      • Packit 1c1d7e
                      • Bug 719463 - Invalid null key and segmentation fault
                      • Packit 1c1d7e
                      • Bug 719489 - Label "abstract" instead of "pure virtual" for Java language
                      • Packit 1c1d7e
                      • Bug 719525 - Can't build because the definitions of ***YY_flex_debug are missing.
                      • Packit 1c1d7e
                      • Bug 719591 - expand_as_defined macro does not properly work
                      • Packit 1c1d7e
                      • Bug 719639 - @xrefitem with empty heading string
                      • Packit 1c1d7e
                      • Bug 720046 - Document inline objective-C blocks
                      • Packit 1c1d7e
                      • Bug 720092 - USE_MDFILE_AS_MAINPAGE doesn't work if full path is specified.
                      • Packit 1c1d7e
                      • Bug 720580 - inline source browser shows wrong code with multi-line c++11's raw strings
                      • Packit 1c1d7e
                      • Add support for honoring svg image format preference in msc
                      • Packit 1c1d7e
                      • Added @parblock and @endparblock commands
                      • Packit 1c1d7e
                      • Added compile support for Mavericks
                      • Packit 1c1d7e
                      • Added fix to avoid errors with older compilers.
                      • Packit 1c1d7e
                      • Added generated files to gitignore
                      • Packit 1c1d7e
                      • Added missing docs tag
                      • Packit 1c1d7e
                      • Added missing pthread lib to doxyapp
                      • Packit 1c1d7e
                      • Added missing space after @parblock
                      • Packit 1c1d7e
                      • Added rudimentary support for Django like template system for output creation.
                      • Packit 1c1d7e
                      • Added the possibility to specify the -d option in the Visual studio GUI on windows for the lex rules
                      • Packit 1c1d7e
                      • Adjust internationalization part to current situation
                      • Packit 1c1d7e
                      • Alignment of @code and @verbatim section When having a code and a verbatim section the boxes are not aligned, this patch fixes this. Example code, aa.c; standard Doxyfile: /** \file
                      • Packit 1c1d7e
                      • Allow @ref to unlabeled markdown page by name, i.e. @ref mypage.md
                      • Packit 1c1d7e
                      • Allow links to other markdown pages of the form [link text](page.md)
                      • Packit 1c1d7e
                      • Avoid accessing uninitialized memory in fileToString
                      • Packit 1c1d7e
                      • Build problem with unistd.h and Cygwin The standard g++ compiler under windows (win32-g++) has unistd.gh file; Microsoft windows does not have it, therefore it is better to use the winbuild directory in case of windows and no dependency otherwise
                      • Packit 1c1d7e
                      • Consistency in language part of the documentation Made documentation more inline with other parts of the documentation (regarding the way e.g. filenames are presented) Corrected some spelling errors Corrected the warning in the language.doc by placing ta reference to the files from which language.doc is generated Corrected the color for the languages that are still v1.4.6 (language name now also red in stead of a pink background, was confusing with languages that were 1.5 / 1.6 compatible)
                      • Packit 1c1d7e
                      • Corrected some inconsistencies in the comments
                      • Packit 1c1d7e
                      • Debug output for lexical analyzer
                      • Packit 1c1d7e
                      • Deleted generated files from source repository
                      • Packit 1c1d7e
                      • Doxygen didn't allow @ref to parameters of type reference to an array.
                      • Packit 1c1d7e
                      • Doxysearch under Cygwin should not have extension cgi.exe but just .cgi
                      • Packit 1c1d7e
                      • Esperanto not supported by htmlhelp compiler reverting for Esperanto to default language (US English)
                      • Packit 1c1d7e
                      • Fixed a number of compiler warnings reported by newer clang compiler
                      • Packit 1c1d7e
                      • Fixed compilation issues in doxyapp
                      • Packit 1c1d7e
                      • Fixed compile warning
                      • Packit 1c1d7e
                      • Fixed compiler warning related to implicit size_t to int conversion
                      • Packit 1c1d7e
                      • Fixed constness warning
                      • Packit 1c1d7e
                      • Fixed invalid if statement found by cppcheck
                      • Packit 1c1d7e
                      • Fixed issue with Romanian translator preventing treeview from working
                      • Packit 1c1d7e
                      • Fixed regression autolinking C# template such as MyGenericClass<T>.g()
                      • Packit 1c1d7e
                      • Fixed regression in argument matching for the template example
                      • Packit 1c1d7e
                      • Fortran added keyword IMPURE
                      • Packit 1c1d7e
                      • French translator up-to-date.
                      • Packit 1c1d7e
                      • Internal documentation for debug possibilities Documentation regarding usage of -d option with [f]lex Initial documentation regarding the -d options with doxygen
                      • Packit 1c1d7e
                      • LaTeX: Fix ToC entries of index/bibliography
                      • Packit 1c1d7e
                      • Made lexer rule explicit
                      • Packit 1c1d7e
                      • Make Python detection in configure work with version older than 2.7
                      • Packit 1c1d7e
                      • Minor layout tweaks and extra guard
                      • Packit 1c1d7e
                      • More fixes for the Windows build
                      • Packit 1c1d7e
                      • Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
                      • Packit 1c1d7e
                      • Regenerated language.doc
                      • Packit 1c1d7e
                      • Removed Japanese characters in maintainers.txt as they break the build
                      • Packit 1c1d7e
                      • Removed redundant backslashes in regexp pattern
                      • Packit 1c1d7e
                      • Report details about fork() failure in logs.
                      • Packit 1c1d7e
                      • Russian translator updated, new Russian maintainer added.
                      • Packit 1c1d7e
                      • Small spelling correction to generate an rtf extensions file -> to generate a rtf extensions file
                      • Packit 1c1d7e
                      • Some texts can be independent of \htmlonly / \latexonly
                      • Packit 1c1d7e
                      • Space missing in error message. the word 'in' and the vale of filesOption were concatenated
                      • Packit 1c1d7e
                      • This patch contains changes regarding the build system so that the *nix and Windows systems use the same information (consistency). Some use names routine names have been changed (from .l files with -P option) to reflect the file name that generated the routines, this makes it easier to create a general procedure. A number of include / header files are files are generated from different file types (html, xml, js), due some limitations of the windows build system the generated file names had to be changed (the extension in the windows build system is only available including the '.' so e.g. the file jquery_fx.js generates now jquery_fx.js.h instead of jquery_fx_js.h) In the windows version the creation of .cpp files from .l files has been adjusted to correct for the YY_BUF_SIZE problems. Furthermore on windows (and also used on *nix) some commends have been replaced with python scripts so that on windows only python is need (besides flex and bison). On *nix also perl is required for the generation using tmake.
                      • Packit 1c1d7e
                      • Updated Visual Studio project files to include new source files
                      • Packit 1c1d7e
                      • Usage of the -d option corrected Giving an error when a wrong -d option is given. Made some error messages more consistent. Corrected usage of the exit call, in case of an error: exit(1) otherwise exit(0). A closer look should be made on exitDoxygen as it does not contain any exit statements and it is unclear (to me) when it is used.
                      • VHDL-2008 and arrays on unconstrained elements
                      • Packit 1c1d7e
                      • consider currentFile when searching for global symbols
                      • Packit 1c1d7e
                      • doc/language.doc generated from the updated sources (bgcolored)
                      • Packit 1c1d7e
                      • doc/language.tpl -- UTF-8 reflected in the langhowto template
                      • Packit 1c1d7e
                      • doc/language.tpl -- trailing spaces removed
                      • Packit 1c1d7e
                      • doc/translator.py -- coloured status in HTML
                      • Packit 1c1d7e
                      • doxygen /** style creates spurious code blocks with markdown enabled
                      • Packit 1c1d7e
                      • doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files
                      • Packit 1c1d7e
                      • doxygen.sty.h was not ignored and not included/generated properly
                      • Packit 1c1d7e
                      • testing dir was missing from 'make archive'
                      • Packit 1c1d7e
                      • usage: make -d print dev doxygen options
                      • Packit 1c1d7e
                        Packit 1c1d7e

                        Packit 1c1d7e
                        \endhtmlonly
                        Packit 1c1d7e
                        Packit 1c1d7e
                        \subsection log_1_8_5 Release 1.8.5
                        Packit 1c1d7e
                        \htmlonly
                        Packit 1c1d7e
                        (release date 23-08-2013)
                        Packit 1c1d7e
                        Packit 1c1d7e

                        Packit 1c1d7e

                        Changes

                        Packit 1c1d7e
                          Packit 1c1d7e
                        • Doxygen's source code is now managed using git and GitHub. Automatic builds
                        • Packit 1c1d7e
                              and regression tests are scheduled via Travis CI.
                          Packit 1c1d7e
                        • Configuration data for the config file, the documentation, and the wizard
                        • Packit 1c1d7e
                              are now produced from a single source (thanks to Albert)
                          Packit 1c1d7e
                        • All translation files have been migrated to UTF-8 (thanks to Petr Prikryl)
                        • Packit 1c1d7e
                        • Added black box testing framework and a set of tests.
                        • Packit 1c1d7e
                          Packit 1c1d7e

                          New features

                          Packit 1c1d7e
                            Packit 1c1d7e
                          • Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing.
                          • Packit 1c1d7e
                            Packit 1c1d7e

                            Bug fixes

                            Packit 1c1d7e
                              Packit 1c1d7e
                            • Bug 668007 - HTML commands - documentation of </dd> tag missing
                            • Packit 1c1d7e
                            • Bug 676879 - parameter on doxywizard manual Added sentence in respect to possible argument for doxywizard Added images to the LaTex / pdf version of the manual
                            • Packit 1c1d7e
                            • Bug 684324 - Strange behavior when placing cite within brief.
                            • Packit 1c1d7e
                            • Bug 688858 - SHORT_NAMES break references to \page in PDF output
                            • Packit 1c1d7e
                            • Bug 691315 - Line breaks are not copied/displayed properly when using @copydoc.
                            • Packit 1c1d7e
                            • Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEW
                            • Packit 1c1d7e
                            • Bug 694147 - #undef is ignored by doxygen
                            • Packit 1c1d7e
                            • Bug 698998 - vhdldocgen fails to generate proper latex for VHDL record type
                            • Packit 1c1d7e
                            • Bug 700385 - Incorrectly parsed Q_PROPERTY with 'unsigned int' type
                            • Packit 1c1d7e
                            • Bug 700646 - XML output does not handle HTML entities in titles
                            • Packit 1c1d7e
                            • Bug 700693 - Duplicate entry for class template member function with no parameter
                            • Packit 1c1d7e
                            • Bug 700696 - Template static member functions duplicated as non-static public
                            • Packit 1c1d7e
                            • Bug 700709 - typedef warning when "using" some operator functions
                            • Packit 1c1d7e
                            • Bug 700710 - Docbook output produces invalid XML for <programlisting> elements
                            • Packit 1c1d7e
                            • Bug 700740 - Doxygen does not create links on C++ 11 style enum classes
                            • Packit 1c1d7e
                            • Bug 700788 - support @cite within brief description.
                            • Packit 1c1d7e
                            • Bug 700908 - code after \@cond is removed
                            • Packit 1c1d7e
                            • Bug 701295 - Doxygen 1.8.4 goes into an endless loop
                            • Packit 1c1d7e
                            • Bug 701314 - URLs are not created on C# classes in some cases
                            • Packit 1c1d7e
                            • Bug 701550 - Error List window in Visual Studio no longer recognizes doxygen warnings
                            • Packit 1c1d7e
                            • Bug 701771 - EXPAND_AS_DEFINED not working with some project structures
                            • Packit 1c1d7e
                            • Bug 701919 - VHDL cross-references fail when unpaired apostrophe present
                            • Packit 1c1d7e
                            • Bug 702066 - VHDL: Bad HTML formatting when using inline sources
                            • Packit 1c1d7e
                            • Bug 702170 - Missing space before optional option in method argument list
                            • Packit 1c1d7e
                            • Bug 702189 - Markdown and @image
                            • Packit 1c1d7e
                            • Bug 702491 - UTF-16LE BOM not handled by source browser and \snippet
                            • Packit 1c1d7e
                            • Bug 702590 - Crash with TAB_SIZE=-1
                            • Packit 1c1d7e
                            • Bug 702676 - Closing ) of function in function documentation is in wrong color
                            • Packit 1c1d7e
                            • Bug 703574 - Add configure options to enable static SQLite and non-standard SQLite
                            • Packit 1c1d7e
                            • Bug 703112 - Backward documentation comments are not allowed in Fortran type-bound procedures
                            • Packit 1c1d7e
                            • Bug 703133 - "operator--()" transformed to "operator&ndash;()" in @copydoc
                            • Packit 1c1d7e
                            • Bug 703170 - Segmentation fault parsing a fortran file
                            • Packit 1c1d7e
                            • Bug 703213 - Can't use @ref instead of \ref with msc
                            • Packit 1c1d7e
                            • Bug 703301 - Misleading warning about DOT font
                            • Packit 1c1d7e
                            • Bug 703791 - Out-of-line docs for class template specialisations failing
                            • Packit 1c1d7e
                            • Bug 704079 - Generated XML is malformed
                            • Packit 1c1d7e
                            • Bug 704172 - Nested Aliases fail when the nested alias has two or more arguments.
                            • Packit 1c1d7e
                            • Bug 704412 - doxygen don't hide private Inherited Members
                            • Packit 1c1d7e
                            • Bug 704971 - Can't build with MinGW
                            • Packit 1c1d7e
                            • Bug 704973 - Doxywizard can't show file names using non-ASCII(Unicode)
                            • Packit 1c1d7e
                            • Bug 705190 - Incorrectly parsed Q_PROPERTY with 'long long' or 'long int' type
                            • Packit 1c1d7e
                            • Bug 705217 - Can't use unicode characters to execute external commands
                            • Packit 1c1d7e
                            • Bug 705218 - QRegExp doesn't work with 80-FF
                            • Packit 1c1d7e
                            • Bug 705219 - Accept IDs using unicode for C/C++ preprocessor
                            • Packit 1c1d7e
                            • Bug 705586 - @code tag as the last line of a comment block causes the parser to hang
                            • Packit 1c1d7e
                            • Bug 705702 - Post-comment blocks on C++11 using definitions attach to following entity
                            • Packit 1c1d7e
                            • Bug 706236 - Confusing use of GENERATE_TAGFILE
                            • Packit 1c1d7e
                            • Bug 706520 - Fortran: in body documentation lands on wrong place
                            • Packit 1c1d7e
                            • Small typo corrected in doxywizard_usage.doc Generated config.doc file in git is not identical to the generated one
                            • Packit 1c1d7e
                            • Various improvements to the (still experimental) sqlite3 support (thanks to Adrian Negreanu)
                            • Packit 1c1d7e
                            • jquery: use the env MINIFIER if specified
                            • Packit 1c1d7e
                            • Some words now in code style __attribute__ was seen (markdown) as the bold word attribute Reformulation of a sentence due to a not nice split of word (__declspec was split directly after __ in pdf)
                            • Packit 1c1d7e
                            • Extended list with supported options for automatic link generation
                            • Packit 1c1d7e
                            • Added -v option (analogous to --version). In case option started with -- and is not a known value (help or version) and error is given instead of starting doxygen
                            • Packit 1c1d7e
                            • Fixed regression when nested class were processed before their parent
                            • Packit 1c1d7e
                            • Minor changes to the way the code for config options is generated (thanks to Albert for the patch)
                            • Packit 1c1d7e
                            • Brief description did not appear in the page index, when a page did not have any details.
                            • Packit 1c1d7e
                            • Using & in the project name caused invalid HTML and LaTeX output
                            • Packit 1c1d7e
                            • Fixed regression caused by the patch for bug 705219
                            • Packit 1c1d7e
                            • Fixed issue running dot on files with non-ascii characters
                            • Packit 1c1d7e
                            • Delayed expanding the HTML navigation tree until after the page has loaded
                            • Packit 1c1d7e
                            • Made some fixed to the configure script for Cygwin (thanks to David Stacey)
                            • Packit 1c1d7e
                            • config.xml is now used to generate configoptions.cpp and config.doc
                            • Packit 1c1d7e
                            • Fixed whitespace issue when using \overload without arguments
                            • Packit 1c1d7e
                            • Avoid space in the output after \n command following by a newline.
                            • Packit 1c1d7e
                            • Fixed problem handling C comments inside a \code block.
                            • Packit 1c1d7e
                            • Improved handling of \internal and \endinternal
                            • Packit 1c1d7e
                            • Removed extra newline when reading in an input file
                            • Packit 1c1d7e
                            • Make XML output adhere to MAX_INITIALIZER_LINES
                            • Packit 1c1d7e
                            • Fixed issue handling \elseif after \ifnot
                            • Packit 1c1d7e
                            • Fixed regression that could cause double nested classes
                            • Packit 1c1d7e
                            • Fixed issue handling \docbookonly..\enddocbookonly section
                            • Packit 1c1d7e
                            • The language specifier in e.g. \code{.py} was ignored for the XML output
                            • Packit 1c1d7e
                            • Fix reference to scoped enum imported via a tag file.
                            • Packit 1c1d7e
                            • Replaced utf8 character that broke latex compilation of the manual
                            • Packit 1c1d7e
                            • Fixed unused parameter warnings
                            • Packit 1c1d7e
                            • Add support for writing and importing C++11 style enums to and from tag files
                            • Packit 1c1d7e
                            • Fixed regression introduced by fixed bug 700740
                            • Packit 1c1d7e
                            • Fixed type in function name
                            • Packit 1c1d7e
                            • Remove some unneeded and still enabled debug info
                            • Packit 1c1d7e
                            • Included fix for "Constant Groups" regression on file pages (thanks to Michael Stahl)
                            • Packit 1c1d7e
                            • Add scopes to Fortran prototype name parsing (thanks to Oleg Batrashev).
                            • Packit 1c1d7e
                            • Prototype scan for function, does not yet catch parameter types (thanks to Oleg Batrashev).
                            • Packit 1c1d7e
                              Packit 1c1d7e

                              Packit 1c1d7e
                              \endhtmlonly
                              Packit 1c1d7e
                              Packit 1c1d7e
                              \subsection log_1_8_4 Release 1.8.4
                              Packit 1c1d7e
                              \htmlonly
                              Packit 1c1d7e
                              (release date 19-05-2013)
                              Packit 1c1d7e
                              Packit 1c1d7e

                              Packit 1c1d7e

                              Changes

                              Packit 1c1d7e
                                Packit 1c1d7e
                              • id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs with
                              • Packit 1c1d7e
                                       simple typedefs will be inlined.
                                Packit 1c1d7e
                              • Doxywizard: scrolling with mouse wheel no longer affects the values in
                              • Packit 1c1d7e
                                       the expert view.
                                Packit 1c1d7e
                              • id 681733: More consistent warnings and errors.
                              • Packit 1c1d7e
                                Packit 1c1d7e

                                New features

                                Packit 1c1d7e
                                  Packit 1c1d7e
                                • Added support for "clang assisted parsing", which allows
                                • Packit 1c1d7e
                                         the code to also be parsed via libclang (C/C++ frontend of LLVM) 
                                  Packit 1c1d7e
                                         and can improve the quality of the syntax highlighting, cross-references, 
                                  Packit 1c1d7e
                                         and call graphs, especially for template heavy C++ code. To enable 
                                  Packit 1c1d7e
                                         this feature you have to configure doxygen with the --with-libclang 
                                  Packit 1c1d7e
                                         option. Then you get two new configuration options: CLANG_ASSISTED_PARSING 
                                  Packit 1c1d7e
                                         to enable or disable parsing via clang and CLANG_OPTIONS to pass additional 
                                  Packit 1c1d7e
                                         compiler options needed to compile the files. Note that enabling this feature 
                                  Packit 1c1d7e
                                         has a significant performance penalty.
                                  Packit 1c1d7e
                                • Included patch donated by Intel which adds Docbook support.
                                • Packit 1c1d7e
                                         This can be enabled via GENERATE_DOCBOOK and the output location can
                                  Packit 1c1d7e
                                         be controlled using DOCBOOK_OUTPUT. Docbook specific sections can be
                                  Packit 1c1d7e
                                         added using \docbookonly ... \enddocbookonly
                                  Packit 1c1d7e
                                • Added support for UNO IDL (interface language used in Open/Libre Office), thanks to
                                • Packit 1c1d7e
                                         Michael Stahl for the patch.
                                  Packit 1c1d7e
                                • Included patch by Adrian Negreanu which stores data gathered by
                                • Packit 1c1d7e
                                         doxygen in a sqlite3 database. Currently still work in progress and
                                  Packit 1c1d7e
                                         can only be enabled using --with-sqlite3 during ./configure.
                                  Packit 1c1d7e
                                • For interactive SVG graphs, edges are now highlighted when hovered by
                                • Packit 1c1d7e
                                         the mouse.
                                  Packit 1c1d7e
                                • Include patch by Adrian Negreanu to show duration statistics after a run.
                                • Packit 1c1d7e
                                         You can enable this by running doxygen with the "-d Time" option.
                                  Packit 1c1d7e
                                • Included patch by Markus Geimer which adds a new option
                                • Packit 1c1d7e
                                         LATEX_EXTRA_FILES which works similarly to HTML_EXTRA_FILES in that
                                  Packit 1c1d7e
                                         it copied specified files to the LaTeX output directory.
                                  Packit 1c1d7e
                                • id 698223: Added support for C++11 keyword alignas
                                • Packit 1c1d7e
                                • id 693178: Added support for processing DocSets with Dash (thanks to
                                • Packit 1c1d7e
                                         Bogdan Popescu for the patch 
                                  Packit 1c1d7e
                                • id 684782: Added option EXTERNAL_PAGES which can be used to determine
                                • Packit 1c1d7e
                                         whether or not pages importated via tags will appear under related 
                                  Packit 1c1d7e
                                         pages (similar to EXTERNAL_GROUPS).
                                  Packit 1c1d7e
                                • id 692227: Added new MathJax command MATHJAX_CODEFILE which supports
                                • Packit 1c1d7e
                                         including a file with MathJax related scripting to be inserted before
                                  Packit 1c1d7e
                                         the MathJax script is loaded. Thanks to Albert for the patch.
                                  Packit 1c1d7e
                                • id 693537: Comments in the config file starting with ## will now be
                                • Packit 1c1d7e
                                         kept when upgrading the file with doxygen -u (and doxygen -s -u).
                                  Packit 1c1d7e
                                         Thanks to Albert for the patch.
                                  Packit 1c1d7e
                                • id 693422: Adds support for Latvian (thanks to a patch by Lauris).
                                • Packit 1c1d7e
                                • Included language updates for Ukrainian, Romanian, and Korean
                                • Packit 1c1d7e
                                  Packit 1c1d7e

                                  Bug fixes

                                  Packit 1c1d7e
                                    Packit 1c1d7e
                                  • id 145294: Fixed parse issue when using less than inside a template
                                  • Packit 1c1d7e
                                           argument.
                                    Packit 1c1d7e
                                  • id 325266 man page output was missing a linebreak before .SH when
                                  • Packit 1c1d7e
                                           definition a group with a section.
                                    Packit 1c1d7e
                                  • id 338205: @anchor were wrong when CREATE_SUBDIRS was enabled.
                                  • Packit 1c1d7e
                                  • id 427012: Putting a @todo in front of an anonymous namespace caused
                                  • Packit 1c1d7e
                                           bogus entry in the todo list.
                                    Packit 1c1d7e
                                  • id 564462: Fixed alignment issue with tabs and multibyte characters.
                                  • Packit 1c1d7e
                                  • id 567542: Character entities in titles were not rendered correctly
                                  • Packit 1c1d7e
                                           in the HTML navigation tree.
                                    Packit 1c1d7e
                                  • id 571561: No space between * and tag (e.g. \endcode) made parser
                                  • Packit 1c1d7e
                                           misbehave
                                    Packit 1c1d7e
                                  • id 583233: Included patch to limit generated Doxyfile comments to 80
                                  • Packit 1c1d7e
                                           columns
                                    Packit 1c1d7e
                                  • id 592626: Fixed off-by-one with MAX_DOT_GRAPH_DEPTH.
                                  • Packit 1c1d7e
                                  • id 619790: Improved linking to template specializations.
                                  • Packit 1c1d7e
                                           Thanks to David Haney for the patch.
                                    Packit 1c1d7e
                                  • id 627712: Doxygen Header in C Files makes empty Lines in HTML Source
                                  • Packit 1c1d7e
                                           Code when starts in Line 1
                                    Packit 1c1d7e
                                  • id 639954: Fortran: array constructors with brackets were not correctly
                                  • Packit 1c1d7e
                                           recognized.
                                    Packit 1c1d7e
                                  • id 646428: The generated man pages had a .PP just before the subject
                                  • Packit 1c1d7e
                                           description
                                    Packit 1c1d7e
                                  • id 646431: On generated manpages the return section is incorrectly
                                  • Packit 1c1d7e
                                           indented
                                    Packit 1c1d7e
                                  • id 650004: use \page now generates a man page were the . is not
                                  • Packit 1c1d7e
                                           replaced by _8.
                                    Packit 1c1d7e
                                  • id 657704: Fixed issue with PROJECT_LOGO when using backslashes in
                                  • Packit 1c1d7e
                                           the path.
                                    Packit 1c1d7e
                                  • id 666008: Fortran: Using @var at module level didn't work.
                                  • Packit 1c1d7e
                                           expect a file/path name.
                                    Packit 1c1d7e
                                  • id 673218: Replaced "echo -n" with "printf" in the configure script.
                                  • Packit 1c1d7e
                                  • id 674856: Removed warning when using \endinternal
                                  • Packit 1c1d7e
                                  • id 675607: Added &, @, and # as allowed characters for commands that
                                  • Packit 1c1d7e
                                  • id 679626: Included patch by Abert to correctly link pages in the manual
                                  • Packit 1c1d7e
                                  • id 681874: Added support for single column Markdown tables.
                                  • Packit 1c1d7e
                                  • id 682369: Incomplete documentation on doxygen -w latex
                                  • Packit 1c1d7e
                                  • id 683516: Doxygen crashed when structural commands (like \var) appeared
                                  • Packit 1c1d7e
                                           in .md files.
                                    Packit 1c1d7e
                                  • id 686259: Fixed character encoding problem when multibytes characters
                                  • Packit 1c1d7e
                                           were used in anchors.
                                    Packit 1c1d7e
                                  • id 691071: Documentation before an anonymous member did not appear.
                                  • Packit 1c1d7e
                                  • id 692162: Fixed Markdown related indentation problem.
                                  • Packit 1c1d7e
                                  • id 692320: Regression: Text after @copydoc was not visible anymore.
                                  • Packit 1c1d7e
                                  • id 692537: Linked to external pages was done using the page label
                                  • Packit 1c1d7e
                                           rather than the file name.
                                    Packit 1c1d7e
                                  • id 693331: build using ./configure ; make did not work if the path
                                  • Packit 1c1d7e
                                           contained a space.
                                    Packit 1c1d7e
                                  • id 693406: Tag files are now identfied by the full path instead of
                                  • Packit 1c1d7e
                                           only the name of the tag file.
                                    Packit 1c1d7e
                                  • id 694376: In some cases members were missing from the tag file.
                                  • Packit 1c1d7e
                                  • id 694027: Fortran: derive intent from documentation in case no
                                  • Packit 1c1d7e
                                           intent is specified
                                    Packit 1c1d7e
                                  • id 694610: Warning was not reported at the correct line in two cases.
                                  • Packit 1c1d7e
                                  • id 694631, 694632: @cond..@endcond did not work properly for removing
                                  • Packit 1c1d7e
                                           macro definitions.
                                    Packit 1c1d7e
                                  • id 694685: Fixed crash when adding two different functions with the
                                  • Packit 1c1d7e
                                           same name to the same group.
                                    Packit 1c1d7e
                                  • id 694726: VHDL: fixed issue generating LaTeX output.
                                  • Packit 1c1d7e
                                  • id 695277: Fortran: improved handling of protected statement
                                  • Packit 1c1d7e
                                  • id 695974: Fortran: Fixed issue resulting in
                                  • Packit 1c1d7e
                                           "Stack buffers nested too deeply" error.
                                    Packit 1c1d7e
                                  • id 696708: @cond was not handled properly by the preprocessor.
                                  • Packit 1c1d7e
                                  • id 697233: @copyright command did not end a brief description.
                                  • Packit 1c1d7e
                                  • id 697249: Markdown tables caused errors reported at wrong line number.
                                  • Packit 1c1d7e
                                  • id 697494: Removed double entry from the messages produced by doxygen.
                                  • Packit 1c1d7e
                                  • id 698818: Fixed problem handling @cond for #define's
                                  • Packit 1c1d7e
                                  • id 698007: Fixed potential crash when searching files.
                                  • Packit 1c1d7e
                                  • id 696925: #include's inside namespace could result in duplicate entries.
                                  • Packit 1c1d7e
                                  • id 696954: Doxywizard: Labels of items are now also grayed out
                                  • Packit 1c1d7e
                                           when an item is disabled (thanks to Albert for the patch).
                                    Packit 1c1d7e
                                  • id 699195: Changed Markdown page label to support multiple .md files
                                  • Packit 1c1d7e
                                           with the same name.
                                    Packit 1c1d7e
                                  • id 699218: Fixed issue with margin computation in resize.js.
                                  • Packit 1c1d7e
                                  • id 699381: Lonely h4,h5,h6 end tag caused assert.
                                  • Packit 1c1d7e
                                  • id 699437: Trailing comments were not always rendered properly if
                                  • Packit 1c1d7e
                                           MARKDOWN_SUPPORT was enabled.
                                    Packit 1c1d7e
                                  • id 699460: Updated doxygen man page (thanks to Manuel for the patch).
                                  • Packit 1c1d7e
                                  • id 699464: Added reference to \xmlonly and \docbookonly in \htmlonly
                                  • Packit 1c1d7e
                                  • id 699731: LaTeX: switch to using the xtabular package instead of
                                  • Packit 1c1d7e
                                           longtable to prevent overfull vbox errors.
                                    Packit 1c1d7e
                                  • id 699732: Template parameters and Exceptions were rendered differently
                                  • Packit 1c1d7e
                                           than Parameters and Return Values in the LaTeX output.
                                    Packit 1c1d7e
                                  • id 700153: Tcl: Fixed crash when parsing certain Tcl code.
                                  • Packit 1c1d7e
                                  • id 700345: Comment blocking ending with ///// made slashes appear in
                                  • Packit 1c1d7e
                                           the output.
                                    Packit 1c1d7e
                                  • id 700456: Added support for separating auto list items with an
                                  • Packit 1c1d7e
                                           empty paragraph.
                                    Packit 1c1d7e
                                  • Included a couple of VHDL fixes (thanks to Martin Kreis for the patch)
                                  • Packit 1c1d7e
                                  • \include and \includelineno both showed line numbers.
                                  • Packit 1c1d7e
                                  • Putting '// @endverbatim' inside a C comment block was not handled
                                  • Packit 1c1d7e
                                           properly by the preprocessor.
                                    Packit 1c1d7e
                                  • Fixed various typo's in the manual and improved cross referencing
                                  • Packit 1c1d7e
                                           (thanks to Albert and Guillem Jover for their help)
                                    Packit 1c1d7e
                                  • Added a couple of missing configuration dependencies.
                                  • Packit 1c1d7e
                                    Packit 1c1d7e

                                    Packit 1c1d7e
                                    \endhtmlonly
                                    Packit 1c1d7e
                                    Packit 1c1d7e
                                    \subsection log_1_8_3_1 Release 1.8.3.1
                                    Packit 1c1d7e
                                    \htmlonly
                                    Packit 1c1d7e
                                    (release date 20-01-2013)
                                    Packit 1c1d7e
                                    Packit 1c1d7e

                                    Packit 1c1d7e

                                    Changes

                                    Packit 1c1d7e
                                      Packit 1c1d7e
                                    • Changed to way the search results for multiple projects can be linked
                                    • Packit 1c1d7e
                                             together. A project is now no longer identified by the tag files name but
                                      Packit 1c1d7e
                                             via new option EXTERNAL_SEARCH_ID giving a bit more flexibility.
                                      Packit 1c1d7e
                                    • Disabled the disk cache for member data. Allows removing quite some complexity
                                    • Packit 1c1d7e
                                             in doxygen and is not really needed now that 64bit systems with >4GB RAM 
                                      Packit 1c1d7e
                                             are becoming more common. Let me know if you think you benefit from this caching.
                                      Packit 1c1d7e
                                    • id 691607: Using $relpath$ in a custom footer could lead to ambiguities
                                    • Packit 1c1d7e
                                             when followed by a name that could also be a marker, like 'search'.
                                      Packit 1c1d7e
                                             Now $relpath^ should be used instead. $relpath$ is still supported for
                                      Packit 1c1d7e
                                             backward compatibility.
                                      Packit 1c1d7e
                                      Packit 1c1d7e

                                      New features

                                      Packit 1c1d7e
                                        Packit 1c1d7e
                                      • You can now use EXTENSION_MAPPING on files without any extension using
                                      • Packit 1c1d7e
                                               no_extension as placeholder (thanks to Jason Majors for the patch).
                                        Packit 1c1d7e
                                      • To make navindex section inside a layout file that links to
                                      • Packit 1c1d7e
                                               a specific URL you can use usergroup with the url attribute.
                                        Packit 1c1d7e
                                      • To make navindex section without any link inside a layout file you
                                      • Packit 1c1d7e
                                               can use usergroup with special title [none].
                                        Packit 1c1d7e
                                        Packit 1c1d7e

                                        Bug fixes

                                        Packit 1c1d7e
                                          Packit 1c1d7e
                                        • id 644350: Fortran: Included patch to improve parsing line continuation
                                        • Packit 1c1d7e
                                                 characters.
                                          Packit 1c1d7e
                                        • id 645423: Fortran: added support for protected attribute
                                        • Packit 1c1d7e
                                        • id 682550, 691315: When using @copydoc, paragraphs breaks did not appear
                                        • Packit 1c1d7e
                                                 in the copied documentation.
                                          Packit 1c1d7e
                                        • id 686581: Fortran: handle single quotes in normal Fortran comment.
                                        • Packit 1c1d7e
                                        • id 686689, 691335: Scope of forwardly declared template class was lost
                                        • Packit 1c1d7e
                                                 in the output.
                                          Packit 1c1d7e
                                        • id 689713: Tcl: Inline source code was not rendered correctly.
                                        • Packit 1c1d7e
                                        • id 690787: Fixed case were a cyclic inheritance relation could crash
                                        • Packit 1c1d7e
                                                 doxygen.
                                          Packit 1c1d7e
                                        • id 690831: Using @subpage in a -# style list was not handled properly.
                                        • Packit 1c1d7e
                                        • id 691000: For a mainpage without title the project name is now shown as
                                        • Packit 1c1d7e
                                                 the title in the XML output.
                                          Packit 1c1d7e
                                        • id 691277: The generated list of citations is now no longer included in
                                        • Packit 1c1d7e
                                                 the tag file.
                                          Packit 1c1d7e
                                        • id 691073: Documenting strongly typed enum values outside of the enum
                                        • Packit 1c1d7e
                                                 did not work.
                                          Packit 1c1d7e
                                        • id 691310: Python: = was missing in the output for variable assignment.
                                        • Packit 1c1d7e
                                        • id 691323: Doxygen could crash when creating inline msc graphs.
                                        • Packit 1c1d7e
                                        • id 691340: Members didn't have a More.. link to jump to detailed docs.
                                        • Packit 1c1d7e
                                        • id 691602: Doxygen did not probably distinguish between two template
                                        • Packit 1c1d7e
                                        • id 691798: regression: C++ style comments that started with a line of
                                        • Packit 1c1d7e
                                                 slashes did not get processed correctly anymore. 
                                          Packit 1c1d7e
                                        • id 692031: Fixed parse error when left shift operator occurred as a
                                        • Packit 1c1d7e
                                                 default parameter.
                                          Packit 1c1d7e
                                                 members or functions that only differ in the return type.
                                          Packit 1c1d7e
                                        • Setting SEARCH_INCLUDES to NO resulted in no include graphs and no
                                        • Packit 1c1d7e
                                                 include files being listed in the output.
                                          Packit 1c1d7e
                                        • Improved support for MinGW (thanks to a patch by Brecht Sanders).
                                        • Packit 1c1d7e
                                        • Removed the Graphviz/dot dependency when building the doxygen
                                        • Packit 1c1d7e
                                                 documentation.
                                          Packit 1c1d7e
                                        • Anchors to sub pages were wrong in the XML output.
                                        • Packit 1c1d7e
                                        • Included VHDL patch by Martin Kreis that improves the flow chart
                                        • Packit 1c1d7e
                                                 generation.
                                          Packit 1c1d7e
                                        • corrected several code pages and fontsets for proper RTF output for
                                        • Packit 1c1d7e
                                                 a number of languages such as Greek.
                                          Packit 1c1d7e
                                          Packit 1c1d7e

                                          Packit 1c1d7e
                                          \endhtmlonly
                                          Packit 1c1d7e
                                          \subsection log_1_8_3 Release 1.8.3
                                          Packit 1c1d7e
                                          \htmlonly
                                          Packit 1c1d7e
                                          Packit 1c1d7e
                                          (release date 26-12-2012)
                                          Packit 1c1d7e

                                          Packit 1c1d7e

                                          Changes

                                          Packit 1c1d7e
                                            Packit 1c1d7e
                                          • Expanding the tree in an index page of the HTML output, will now
                                          • Packit 1c1d7e
                                                   expand only one level instead of the whole sub-tree (thanks to
                                            Packit 1c1d7e
                                                   Pez Cuckow for the patch).
                                            Packit 1c1d7e
                                          • A blockquote in Markdown does no longer require a whitespace
                                          • Packit 1c1d7e
                                                   after the last '>' if the '>' is followed by a newline.
                                            Packit 1c1d7e
                                          • id 682718: Included patch to add version info to all generated
                                          • Packit 1c1d7e
                                                   template files (headers, footers, stylesheets, layout files, etc).
                                            Packit 1c1d7e
                                            Packit 1c1d7e

                                            New features

                                            Packit 1c1d7e
                                              Packit 1c1d7e
                                            • Added support for using external tools to index and search through
                                            • Packit 1c1d7e
                                                     the HTML documentation. An example index tool is provided (doxyindexer) 
                                              Packit 1c1d7e
                                                     and an example search engine (doxysearch.cgi).
                                              Packit 1c1d7e
                                                     To configure the external search engine the following new options
                                              Packit 1c1d7e
                                                     are added to the configuration file: EXTERNAL_SEARCH (to enable the
                                              Packit 1c1d7e
                                                     feature), SEARCHENGINE_URL (to specify the URL of the search engine),
                                              Packit 1c1d7e
                                                     SEARCHDATA_FILE (to specify the name of the raw search data to index),
                                              Packit 1c1d7e
                                                     EXTRA_SEARCH_MAPPINGS (for search through multiple projects).
                                              Packit 1c1d7e
                                                     See the manual for details.
                                              Packit 1c1d7e
                                            • Added USE_MDFILE_AS_MAINPAGE config option to select a markdown page to
                                            • Packit 1c1d7e
                                                     be used as the main page.
                                              Packit 1c1d7e
                                            • id 630645: This patch (contributed by Albert) adds support for
                                            • Packit 1c1d7e
                                                     simple logic expressions for \cond, \if, and friends, i.e. you can do
                                              Packit 1c1d7e
                                                     \if (SOME_SECTION_NAME && (!THIS_ALTERNATIVE || THAT_ALTERNATIVE))
                                              Packit 1c1d7e
                                            • id 684152: Patch (contributed by Albert) adds a new configuration
                                            • Packit 1c1d7e
                                                     option MATHJAX_FORMAT to select the MathJax output format. Options are
                                              Packit 1c1d7e
                                                     HTML-CSS, NativeMML, or SVG.
                                              Packit 1c1d7e
                                              Packit 1c1d7e

                                              Bug fixes

                                              Packit 1c1d7e
                                                Packit 1c1d7e
                                              • id 670853: Fixed compile issues with 0 to QCString cast for
                                              • Packit 1c1d7e
                                                       old compilers.
                                                Packit 1c1d7e
                                              • id 678139: A class A deriving from another class B inside a namespace
                                              • Packit 1c1d7e
                                                       not known to doxygen, caused class B to appear in the global scope.
                                                Packit 1c1d7e
                                              • id 681209: Fixed problem processing .bib files when they were located
                                              • Packit 1c1d7e
                                                       in a path containing spaces.
                                                Packit 1c1d7e
                                              • id 681830: Using \addindex in a page will now produce a link to the
                                              • Packit 1c1d7e
                                                       word, instead of the start of the page.
                                                Packit 1c1d7e
                                              • id 681831: The TREEVIEW_WIDTH option did not have any effect.
                                              • Packit 1c1d7e
                                              • id 681898: Jumping from a level 3 section to a level 1 section did
                                              • Packit 1c1d7e
                                                       not appear correctly in the page TOC.
                                                Packit 1c1d7e
                                              • id 681976: C++11: Improved handling of noexcept expressions, e.g.:
                                              • Packit 1c1d7e
                                                       Test() noexcept ( noexcept(T::T()) ) = default;
                                                Packit 1c1d7e
                                              • id 682048: Improved SIGINT handling when running multiple dot instances.
                                              • Packit 1c1d7e
                                              • id 682602: Fixed problem processing .bib files when using a non default
                                              • Packit 1c1d7e
                                                       output directory.
                                                Packit 1c1d7e
                                              • id 682713: Comment for IDL_PROPERTY_SUPPORT in the config file template
                                              • Packit 1c1d7e
                                                       did not have line wrapping.
                                                Packit 1c1d7e
                                              • id 682728: Setting SHOW_FILES to NO prevented call graphs from being
                                              • Packit 1c1d7e
                                                       generated.
                                                Packit 1c1d7e
                                              • id 682740: Fortran: In initialization statement the "=" was missing
                                              • Packit 1c1d7e
                                              • id 683284: Fortran: ALIASes where not replaced in !! and !< comments.
                                              • Packit 1c1d7e
                                              • id 683976: Added meta tag "generator" to HTML output (thanks to
                                              • Packit 1c1d7e
                                                       Albert for the patch).
                                                Packit 1c1d7e
                                              • id 684781: Sections of the main page did not appear in the
                                              • Packit 1c1d7e
                                                       navigation tree until the main page had sub pages.
                                                Packit 1c1d7e
                                                       Also fixed bug in treeview that caused mainpage with title and
                                                Packit 1c1d7e
                                                       sections to appear at the same level as the sections.
                                                Packit 1c1d7e
                                              • id 685125: Doxygen could select the wrong overloaded method when
                                              • Packit 1c1d7e
                                                       the only difference in parameter types was the template type of 
                                                Packit 1c1d7e
                                                       a typedef.
                                                Packit 1c1d7e
                                              • id 685181: Inheriting member documentation did not work in combination
                                              • Packit 1c1d7e
                                                       with Java interfaces.
                                                Packit 1c1d7e
                                              • id 685623: Enum values did not appear in the detailed documentation
                                              • Packit 1c1d7e
                                                       when using C++11 style enums.
                                                Packit 1c1d7e
                                              • id 685879: Even though HIDE_UNDOC_MEMBERS was enabled, the navigation
                                              • Packit 1c1d7e
                                                       still showed undocumented members.
                                                Packit 1c1d7e
                                              • id 685940: Fixed back button behaviour when using the navigation tree.
                                              • Packit 1c1d7e
                                              • id 686284: Added anchors to refs in the index.qhp TOC.
                                              • Packit 1c1d7e
                                              • id 686826: Added XML declaration to index.qhp TOC.
                                              • Packit 1c1d7e
                                              • id 686956: When a class and its base class has the same nested class,
                                              • Packit 1c1d7e
                                                       the collaboration diagram could point to the wrong class.
                                                Packit 1c1d7e
                                              • id 686983: Comments inside a function macro parameter appeared before
                                              • Packit 1c1d7e
                                                       the expanded macro, instead of being treated as part of the parameter.
                                                Packit 1c1d7e
                                              • id 687301: Allow minus in the name of a HTML attribute.
                                              • Packit 1c1d7e
                                              • id 687572: Code fragments were wrapped too early in the latex output.
                                              • Packit 1c1d7e
                                              • id 688226: Fixed Qt version number in ./configure --help text.
                                              • Packit 1c1d7e
                                              • id 688463: Included patch to prevent processing identifiers starting
                                              • Packit 1c1d7e
                                                       with _ or __ as markdown.
                                                Packit 1c1d7e
                                              • id 688531: Horizontal ruler inside paragraph caused missing </p>
                                              • Packit 1c1d7e
                                              • id 688542: Using "usergroup" in the layout.xml caused missing <div>
                                              • Packit 1c1d7e
                                              • id 688739: Fixed problem with user defined entries in the eclipse help
                                              • Packit 1c1d7e
                                                       index (thanks to Rene Papenhoven for the fix).
                                                Packit 1c1d7e
                                              • id 688647: Fixed problem parsing initializer list with C++11 style
                                              • Packit 1c1d7e
                                                       uniform types.
                                                Packit 1c1d7e
                                              • id 689341: \if around list item preceded by whitespace caused wrong
                                              • Packit 1c1d7e
                                                       list in the output. 
                                                Packit 1c1d7e
                                              • id 689461: Correct link in documentation of SIP_SUPPORT option.
                                              • Packit 1c1d7e
                                              • id 689720: Fixed bug that could prevent refman.tex from being generated.
                                              • Packit 1c1d7e
                                              • id 689833: Fixed missing space in Chinese translation.
                                              • Packit 1c1d7e
                                              • id 690093: Files added via HTML_EXTRA_STYLESHEET did not correct refer
                                              • Packit 1c1d7e
                                                       to files that where placed in a subdirectory.
                                                Packit 1c1d7e
                                              • id 690190: Searching for multibyte characters did not work with the
                                              • Packit 1c1d7e
                                                       server based search engine.
                                                Packit 1c1d7e
                                              • id 690250: Fixed case where line numbers got out of sync with the code.
                                              • Packit 1c1d7e
                                              • id 690341: First member of an anonymous C++11 style enum was not shown
                                              • Packit 1c1d7e
                                                       properly.
                                                Packit 1c1d7e
                                              • id 690385: Fixed case where _'s where falsely converted to Markdown
                                              • Packit 1c1d7e
                                                       emphasis.
                                                Packit 1c1d7e
                                              • id 690403: Title not used when \ref'ing to a \section imported via
                                              • Packit 1c1d7e
                                                       a tag file.
                                                Packit 1c1d7e
                                              • id 690418: Behavior of @cond was accidentally reversed by new expression
                                              • Packit 1c1d7e
                                                       parser.
                                                Packit 1c1d7e
                                              • id 690602: Fixed problems handling @cond inside /// comments.
                                              • Packit 1c1d7e
                                              • id 690629: Fixed case where doxygen would during preprocessing.
                                              • Packit 1c1d7e
                                              • id 690685: A file specified using HTML_EXTRA_STYLEHSHEET did not end
                                              • Packit 1c1d7e
                                                       up in the Qt Help index.
                                                Packit 1c1d7e
                                              • Improved the way enum's are rendered in the HTML output.
                                              • Packit 1c1d7e
                                              • When inlining structs (INLINE_SIMPLE_STRUCTS=YES) a <p> was missing
                                              • Packit 1c1d7e
                                                       for members with a detailed description, causing invalid XHTML.
                                                Packit 1c1d7e
                                              • Fixed problem loading the navigation tree when using .xhtml as the
                                              • Packit 1c1d7e
                                                       file extension.
                                                Packit 1c1d7e
                                              • The navigation tree was not always correctly positioned upon initial
                                              • Packit 1c1d7e
                                                       load when using Chrome.
                                                Packit 1c1d7e
                                              • HTML Navigation tree showed static members even when EXTRACT_STATIC was
                                              • Packit 1c1d7e
                                                       set to NO.
                                                Packit 1c1d7e
                                              • Same word could appear multiple times in the match list for an entry
                                              • Packit 1c1d7e
                                                       in the search results when using server based search.
                                                Packit 1c1d7e
                                                Packit 1c1d7e

                                                Packit 1c1d7e
                                                \endhtmlonly
                                                Packit 1c1d7e
                                                \subsection log_1_8_2 Release 1.8.2
                                                Packit 1c1d7e
                                                \htmlonly
                                                Packit 1c1d7e
                                                Packit 1c1d7e
                                                (release date 11-08-2012)
                                                Packit 1c1d7e

                                                Packit 1c1d7e

                                                Changes

                                                Packit 1c1d7e
                                                  Packit 1c1d7e
                                                • Using a fenced block (~~~~) in Markdown without explicit extension will
                                                • Packit 1c1d7e
                                                         now be interpreted as a @code..@endcode block instead 
                                                  Packit 1c1d7e
                                                         of @verbatim..@endverbatim.
                                                  Packit 1c1d7e
                                                • Classes inheriting from an class that is outside the scope of doxygen
                                                • Packit 1c1d7e
                                                         are still shown in diagrams. This does not hold for usage relations.
                                                  Packit 1c1d7e
                                                  Packit 1c1d7e

                                                  New features

                                                  Packit 1c1d7e
                                                    Packit 1c1d7e
                                                  • Added support for C++11:
                                                  • Packit 1c1d7e
                                                           
                                                      Packit 1c1d7e
                                                             
                                                    • strongly typed enums, e.g.:
                                                    • Packit 1c1d7e
                                                                  
                                                      enum class E
                                                      Packit 1c1d7e
                                                             
                                                    • enums with explicit type, e.g.:
                                                    • Packit 1c1d7e
                                                                  
                                                      enum E : unsigned int { ... }
                                                      Packit 1c1d7e
                                                             
                                                    • id 678097: added support for final keyword on classes and methods.
                                                    • Packit 1c1d7e
                                                             
                                                    • support for override keyword for methods.
                                                    • Packit 1c1d7e
                                                             
                                                    • nullptr is new a type keyword in code fragments.
                                                    • Packit 1c1d7e
                                                             
                                                    • support for variables with initializer lists,
                                                    • Packit 1c1d7e
                                                               e.g.: 
                                                      const int var {10};
                                                      Packit 1c1d7e
                                                             
                                                    • support for trailing return types,
                                                    • Packit 1c1d7e
                                                               e.g.: 
                                                      auto foo() -> Bar;
                                                      Packit 1c1d7e
                                                             
                                                    • id 672372: added support for template aliases,
                                                    • Packit 1c1d7e
                                                               e.g.: 
                                                      template<typename T> using A = B<T>;
                                                      Packit 1c1d7e
                                                             
                                                    • support for C++11 variadic templates,
                                                    • Packit 1c1d7e
                                                               e.g.: 
                                                      template<typename... Values> class C;
                                                      Packit 1c1d7e
                                                             
                                                    • support for documenting template class declarations.
                                                    • Packit 1c1d7e
                                                             
                                                    • id 680098: static_assert(...); inside a class is now ignored.
                                                    • Packit 1c1d7e
                                                             
                                                    • id 679740: Add support parameters with default lambda functions,
                                                    • Packit 1c1d7e
                                                               e.g.:  
                                                      int foo(int i, std::function<int(int)> f = [](int x) -> int { return x / 2; })
                                                      Packit 1c1d7e
                                                             
                                                    • default initializers for non-static data members,
                                                    • Packit 1c1d7e
                                                               e.g.:  
                                                      class C { public: int x = 4; int y {6}; int z = y*func(); };
                                                      Packit 1c1d7e
                                                             
                                                    • support for decltype as a way selecting a type for a variable,
                                                    • Packit 1c1d7e
                                                               e.g.: 
                                                      int x; decltype(x) y;
                                                      Packit 1c1d7e
                                                             
                                                    • support for new string literals,
                                                    • Packit 1c1d7e
                                                               e.g.  
                                                      u8"utf8", u"utf-16", U"utf-32", L"wchar"
                                                      Packit 1c1d7e
                                                             
                                                    • support for raw string literals (with and without user defined
                                                    • Packit 1c1d7e
                                                               delimiter), 
                                                      Packit 1c1d7e
                                                               e.g.  
                                                      R"(some"thing)", u8R"raw(some)"thing)raw"
                                                      Packit 1c1d7e
                                                             
                                                    • support for explicitly deleted and defaulted special members
                                                    • Packit 1c1d7e
                                                               (=default and =delete).
                                                      Packit 1c1d7e
                                                             
                                                      Packit 1c1d7e
                                                    • Made several improvements to the way Objective-C categories and protocols
                                                    • Packit 1c1d7e
                                                             are handled:
                                                      Packit 1c1d7e
                                                             
                                                        Packit 1c1d7e
                                                               
                                                      • Class extensions are now treated as part of the class, whereas
                                                      • Packit 1c1d7e
                                                                 categories are listed separately.
                                                        Packit 1c1d7e
                                                               
                                                      • Fixed parse problem where category had a { } section.
                                                      • Packit 1c1d7e
                                                               
                                                      • Fixed parse problem for categories that implemented protocols.
                                                      • Packit 1c1d7e
                                                               
                                                      • Fixed render bug for protocols in class diagrams.
                                                      • Packit 1c1d7e
                                                               
                                                      • Attributes with the same name as a method are now no longer matched.
                                                      • Packit 1c1d7e
                                                               
                                                      • Internal properties are now also marked with [implementation]
                                                      • Packit 1c1d7e
                                                               
                                                      • Members of categories are shown in the class they extend as well, and
                                                      • Packit 1c1d7e
                                                                 cross reference links are made between these members.
                                                        Packit 1c1d7e
                                                               
                                                      • Class extension implementing protocols are now shown as protocols
                                                      • Packit 1c1d7e
                                                                 inherited by the class itself, including the "Implemented by" relation.
                                                        Packit 1c1d7e
                                                               
                                                        Packit 1c1d7e
                                                      • Added option HTML_EXTRA_STYLESHEET which allows adding an additional
                                                      • Packit 1c1d7e
                                                               stylesheet without completely replacing doxygen.css.
                                                        Packit 1c1d7e
                                                      • Added option AUTOLINK_SUPPORT which can be used to enable/disable
                                                      • Packit 1c1d7e
                                                               autolinking globally.
                                                        Packit 1c1d7e
                                                      • Included language updates for Czech, Spanish, Greek, Slovak, and
                                                      • Packit 1c1d7e
                                                               Esparanto.
                                                        Packit 1c1d7e
                                                        Packit 1c1d7e

                                                        Bug fixes

                                                        Packit 1c1d7e
                                                          Packit 1c1d7e
                                                        • Fixed render glitch where template member of a base class was not
                                                        • Packit 1c1d7e
                                                                 properly hidden in the derived class.
                                                          Packit 1c1d7e
                                                        • Privately nested classes no longer appear in the declaration section
                                                        • Packit 1c1d7e
                                                                 of their parent if EXTRACT_PRIVATE is disabled.
                                                          Packit 1c1d7e
                                                        • In the declaration section the separator line was in between the
                                                        • Packit 1c1d7e
                                                                 member and its brief description.
                                                          Packit 1c1d7e
                                                        • Fixed a couple of compiler warning with the new XCode 4.4 compiler.
                                                        • Packit 1c1d7e
                                                        • Added compilation support for Mountain Lion (Mac OS X 10.8).
                                                        • Packit 1c1d7e
                                                        • id 679631: Nested namespaces did not appear in the namespace list if the
                                                        • Packit 1c1d7e
                                                                 parent namespace was undocumented.
                                                          Packit 1c1d7e
                                                        • id 680227: Fixed some spelling errors in the code comments.
                                                        • Packit 1c1d7e
                                                        • id 680398: Fortran: comma at begin of argument list description in
                                                        • Packit 1c1d7e
                                                                 case of implicit type
                                                          Packit 1c1d7e
                                                        • id 680405: Fortran: Entities on line with USE, ONLY were not hyperlinked
                                                        • Packit 1c1d7e
                                                                 in code.
                                                          Packit 1c1d7e
                                                        • id 680408: Fortran: handle carriage return in non terminated strings.
                                                        • Packit 1c1d7e
                                                        • id 680492: Using Markdown formatting in @todo/@bug/.. like descriptions
                                                        • Packit 1c1d7e
                                                                 did not work.
                                                          Packit 1c1d7e
                                                        • id 680575: Fixed potential crash when <code> appeared inside <summary>
                                                        • Packit 1c1d7e
                                                                 for C# code.
                                                          Packit 1c1d7e
                                                        • id 680697: \xrefitems of the same type are not grouped together under
                                                        • Packit 1c1d7e
                                                                 the same heading (just like \todo and friends). 
                                                          Packit 1c1d7e
                                                        • Fixed case where full directory path was shown even though
                                                        • Packit 1c1d7e
                                                                 FULL_PATH_NAMES was set to NO.
                                                          Packit 1c1d7e
                                                        • id 680709: HTML output of template-derived classes contained unescaped
                                                        • Packit 1c1d7e
                                                                 characters.
                                                          Packit 1c1d7e
                                                        • id 679963: "Class Index" appeared twice in the PDF TOC, Index at the
                                                        • Packit 1c1d7e
                                                                 end did not appear at all.
                                                          Packit 1c1d7e
                                                        • In a declaration no link was created when referring to a class inside
                                                        • Packit 1c1d7e
                                                                 an undocumented namespace imported via a tag file.
                                                          Packit 1c1d7e
                                                        • id 681281: Make default for TAB_SIZE 4 and added remark in Markdown
                                                        • Packit 1c1d7e
                                                                 section of the manual about the effect of TAB_SIZE on code block 
                                                          Packit 1c1d7e
                                                                 processing when using tabs in the comment block.
                                                          Packit 1c1d7e
                                                        • id 681023: Project logo was not included in the Qt help output.
                                                        • Packit 1c1d7e
                                                        • id 680992: Fixed a couple of typos in the comments.
                                                        • Packit 1c1d7e
                                                        • id 681350: Fixed a problem with Markdown processing of a @code block
                                                        • Packit 1c1d7e
                                                                 inside an indented /// style comment.
                                                          Packit 1c1d7e
                                                        • id 679928: Disabled section level correction for Markdown pages as
                                                        • Packit 1c1d7e
                                                                 it was confusing.
                                                          Packit 1c1d7e
                                                          Packit 1c1d7e

                                                          Packit 1c1d7e
                                                          \endhtmlonly
                                                          Packit 1c1d7e
                                                          \subsection log_1_8_1_2 Release 1.8.1.2
                                                          Packit 1c1d7e
                                                          \htmlonly
                                                          Packit 1c1d7e
                                                          Packit 1c1d7e
                                                          (release date 12-07-2012)
                                                          Packit 1c1d7e

                                                          Packit 1c1d7e

                                                          Changes

                                                          Packit 1c1d7e
                                                            Packit 1c1d7e
                                                          • doxygen now strips the leading indentation shared by the lines in a
                                                          • Packit 1c1d7e
                                                                   @code..@endcode block.
                                                            Packit 1c1d7e
                                                          • id 678218: Changed title of the SVG graphs from 'G' to the root node
                                                          • Packit 1c1d7e
                                                                   of the graph.
                                                            Packit 1c1d7e
                                                            Packit 1c1d7e

                                                            New features

                                                            Packit 1c1d7e
                                                              Packit 1c1d7e
                                                            • Added button in the navigation tree to allow enabling/disabling
                                                            • Packit 1c1d7e
                                                                     syncing the navigation tree with the content.
                                                              Packit 1c1d7e
                                                            • Extended the number of HTML entities with Greek letters and other
                                                            • Packit 1c1d7e
                                                                     symbols (thanks to Charles Karney for the patch).
                                                              Packit 1c1d7e
                                                            • id 663645: Added support for C++11 strongly typed enums
                                                            • Packit 1c1d7e
                                                                     (enum class E { ... }).
                                                              Packit 1c1d7e
                                                              Packit 1c1d7e

                                                              Bug fixes

                                                              Packit 1c1d7e
                                                                Packit 1c1d7e
                                                              • id 590518: Added missing class member initialization to a
                                                              • Packit 1c1d7e
                                                                       class in doxmlparser and made the library compile again.
                                                                Packit 1c1d7e
                                                              • id 667678: Added support for Obj-C property attribute "unsafe_retained".
                                                              • Packit 1c1d7e
                                                              • id 674842, 676984: Unmatched quote in a comment prevented alias expansion.
                                                              • Packit 1c1d7e
                                                              • id 676019: Fixed another case where local include path did not appear
                                                              • Packit 1c1d7e
                                                                       correctly in the class documentation.
                                                                Packit 1c1d7e
                                                              • id 676966: Fortran: Some keyword were not colored in the source view.
                                                              • Packit 1c1d7e
                                                              • id 676981: Fortran: Argument type was wrong type of in case of out of
                                                              • Packit 1c1d7e
                                                                       place !> comment
                                                                Packit 1c1d7e
                                                              • id 677935: Included patch to fix problem compiling for x86 release on
                                                              • Packit 1c1d7e
                                                                       Windows.
                                                                Packit 1c1d7e
                                                              • id 677992: Section without title could result in an invalid Qt Help
                                                              • Packit 1c1d7e
                                                                       index.
                                                                Packit 1c1d7e
                                                              • id 678022: Anonymous enum could result in an invalid Qt Help index.
                                                              • Packit 1c1d7e
                                                              • id 678102: Superfluous trailing comma in javascript
                                                              • Packit 1c1d7e
                                                                       prevented navigation tree to load in IE7.
                                                                Packit 1c1d7e
                                                              • id 678177: a + at the start of a line inside a <pre> block,
                                                              • Packit 1c1d7e
                                                                       triggered the start of a list. Also -- and --- where not kept untouched 
                                                                Packit 1c1d7e
                                                                       inside a <pre> block.
                                                                Packit 1c1d7e
                                                              • id 678180: ndash (--) appearing in a brief description could lead
                                                              • Packit 1c1d7e
                                                                       to invalid SVG images.
                                                                Packit 1c1d7e
                                                              • id 678288: -- and --- inside a Markdown code block were not handled
                                                              • Packit 1c1d7e
                                                                       properly.
                                                                Packit 1c1d7e
                                                              • id 679331, 675766: In body documentation with a different indentation then the
                                                              • Packit 1c1d7e
                                                                       main documentation was not rendered correctly (MARKDOWN=YES).
                                                                Packit 1c1d7e
                                                              • id 679436: Using an escaped pipe symbol in a Markdown table did not get
                                                              • Packit 1c1d7e
                                                                       unescaped in the output.
                                                                Packit 1c1d7e
                                                              • id 679533: Code fragments did not appear properly in the doxygen manual.
                                                              • Packit 1c1d7e
                                                              • id 679615: Added missing delete call in a piece of debugging code.
                                                              • Packit 1c1d7e
                                                              • id 679626: Fixed some navigation issues in the manual
                                                              • Packit 1c1d7e
                                                              • Not all inherited members appeared in the "Additional inherited members"
                                                              • Packit 1c1d7e
                                                                       list.
                                                                Packit 1c1d7e
                                                              • Link to call after "Inherited members" was not correct when
                                                              • Packit 1c1d7e
                                                                       CREATE_SUBDIRS was enabled.
                                                                Packit 1c1d7e
                                                              • New VHDL diagram was not generated if the path contained spaces.
                                                              • Packit 1c1d7e
                                                              • Fixed a couple of problems handling Objective-C categories.
                                                              • Packit 1c1d7e
                                                                Packit 1c1d7e

                                                                Packit 1c1d7e
                                                                \endhtmlonly
                                                                Packit 1c1d7e
                                                                \subsection log_1_8_1_1 Release 1.8.1.1
                                                                Packit 1c1d7e
                                                                \htmlonly
                                                                Packit 1c1d7e
                                                                Packit 1c1d7e
                                                                (release date 10-06-2012)
                                                                Packit 1c1d7e

                                                                Packit 1c1d7e

                                                                Changes

                                                                Packit 1c1d7e
                                                                  Packit 1c1d7e
                                                                • Integrated the root navigation tree in navtree.js for faster loading.
                                                                • Packit 1c1d7e
                                                                • When the navigation tree is enabled, clicking jump to a line in
                                                                • Packit 1c1d7e
                                                                         the source code view will now highlight the line.
                                                                  Packit 1c1d7e
                                                                  Packit 1c1d7e

                                                                  New features

                                                                  Packit 1c1d7e
                                                                    Packit 1c1d7e
                                                                  • VHDL code now has a new Design Overview page (thanks for Martin Kreis
                                                                  • Packit 1c1d7e
                                                                           for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg.
                                                                    Packit 1c1d7e
                                                                  • id 677678: Added support for strong and weak attributes in Objective-C
                                                                  • Packit 1c1d7e
                                                                           properties.
                                                                    Packit 1c1d7e
                                                                    Packit 1c1d7e

                                                                    Bug fixes

                                                                    Packit 1c1d7e
                                                                      Packit 1c1d7e
                                                                    • id 618462: Fortran: Appearance of comments in the HTML output
                                                                    • Packit 1c1d7e
                                                                             are now customizable via CSS again.
                                                                      Packit 1c1d7e
                                                                    • id 673660: <code> inside a <summary> or <remarks> section is now treated
                                                                    • Packit 1c1d7e
                                                                             as @code (was already the code for C#).
                                                                      Packit 1c1d7e
                                                                    • id 673921: When a comment started at indent >= 4 after a /** and
                                                                    • Packit 1c1d7e
                                                                             continued at the same indent without leading * after a blank line, 
                                                                      Packit 1c1d7e
                                                                             the continued part appeared at as a code block when Markdown was enabled.
                                                                      Packit 1c1d7e
                                                                    • id 675036: If a file was not indexed, the navigation tree became empty.
                                                                    • Packit 1c1d7e
                                                                    • id 676019: Include path using quotes did not work as documented.
                                                                    • Packit 1c1d7e
                                                                    • id 676877: @warning did not end at blank line when followed by
                                                                    • Packit 1c1d7e
                                                                             a numbered list.
                                                                      Packit 1c1d7e
                                                                    • id 676902: An anonymous namespace could introduce an invalid entry in
                                                                    • Packit 1c1d7e
                                                                             the navigation list.
                                                                      Packit 1c1d7e
                                                                    • id 676948: Breadcrumb navigation path had wrong links when
                                                                    • Packit 1c1d7e
                                                                             CREATE_SUBDIRS was enabled.
                                                                      Packit 1c1d7e
                                                                    • id 677315: Fixed case where function was incorrectly detected as a
                                                                    • Packit 1c1d7e
                                                                             variable.
                                                                      Packit 1c1d7e
                                                                    • id 677589: Fixed typo in the documentation of the LAYOUT_FILE option.
                                                                    • Packit 1c1d7e
                                                                    • id 677771: Fixed visual misalignment for first argument.
                                                                    • Packit 1c1d7e
                                                                    • The "arrow out" button in interactive SVG did not work when
                                                                    • Packit 1c1d7e
                                                                             served from a web server, due to the use of an absolute path.
                                                                      Packit 1c1d7e
                                                                    • If a declaration was too wide for a page, the content in HTML spilled
                                                                    • Packit 1c1d7e
                                                                             over the boundary of its box, which looked ugly.
                                                                      Packit 1c1d7e
                                                                    • Empty lines in a code fragment were collapsed.
                                                                    • Packit 1c1d7e
                                                                    • Navigation tree entries of the hierarchy appeared under class index as
                                                                    • Packit 1c1d7e
                                                                             well.
                                                                      Packit 1c1d7e
                                                                    • Grouped globals and enum values were not added to the navigation index.
                                                                    • Packit 1c1d7e
                                                                    • Inlined class were not properly shows in the navigation index.
                                                                    • Packit 1c1d7e
                                                                    • Documented class in undocumented namespace did not show up in
                                                                    • Packit 1c1d7e
                                                                             class list and navigation tree.
                                                                      Packit 1c1d7e
                                                                    • ALLEXTERNALS=YES did not show all external classes in the class list.
                                                                    • Packit 1c1d7e
                                                                    • External reference via URL did not work for new
                                                                    • Packit 1c1d7e
                                                                             "Additional Inherited Members" section + inherited from class link.
                                                                      Packit 1c1d7e
                                                                    • Objective-C protocols and C# generics were not index and listed
                                                                    • Packit 1c1d7e
                                                                             properly in the navigation tree and indices.
                                                                      Packit 1c1d7e
                                                                    • Undocumented files could produce a broken link in the navigation tree.
                                                                    • Packit 1c1d7e
                                                                    • Additional Inherited Members could turn up empty of all members of
                                                                    • Packit 1c1d7e
                                                                             the inherited class were grouped and SUBGROUPING was set to NO.
                                                                      Packit 1c1d7e
                                                                      Packit 1c1d7e

                                                                      Packit 1c1d7e
                                                                      \endhtmlonly
                                                                      Packit 1c1d7e
                                                                      \subsection log_1_8_1 Release 1.8.1
                                                                      Packit 1c1d7e
                                                                      \htmlonly
                                                                      Packit 1c1d7e
                                                                      Packit 1c1d7e
                                                                      (release date 19-05-2012)
                                                                      Packit 1c1d7e

                                                                      Packit 1c1d7e

                                                                      Changes

                                                                      Packit 1c1d7e
                                                                        Packit 1c1d7e
                                                                      • Changed the way indexes (Class,File,Namespace,Groups) are rendered:
                                                                      • Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                               There are now shown in a uniform way in the HTML output as a tree.
                                                                        Packit 1c1d7e
                                                                               Trees can be expanded and collapsed interactively 
                                                                        Packit 1c1d7e
                                                                               (this makes USE_INLINE_TREES obsolete). 
                                                                        Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                               The class list now also shows namespaces and nested classes. 
                                                                        Packit 1c1d7e
                                                                               The file list now also shows directories (this makes SHOW_DIRECTORIES 
                                                                        Packit 1c1d7e
                                                                               obsolete). 
                                                                        Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                               Member sections are now each rendered in a separate table.
                                                                        Packit 1c1d7e
                                                                               This makes the HTML_ALIGN_MEMBERS option obsolete.
                                                                        Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                        Note: If you use a custom header for the HTML output (HTML_HEADER) 
                                                                        Packit 1c1d7e
                                                                        make sure you add the following:
                                                                        Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                               
                                                                        Packit 1c1d7e
                                                                        <script type="text/javascript" src="$relpath$jquery.js"></script>
                                                                        Packit 1c1d7e
                                                                        <script type="text/javascript" src="$relpath$dynsections.js"></script>

                                                                        Packit 1c1d7e
                                                                               Otherwise the interactivity of the trees does not work.
                                                                        Packit 1c1d7e
                                                                               

                                                                        Packit 1c1d7e
                                                                        Packit 1c1d7e
                                                                      • Included a couple of performance improvements (thanks to Dirk Reiners)
                                                                      • Packit 1c1d7e
                                                                      • Changed the way member attributes (like protected, virtual, and static)
                                                                      • Packit 1c1d7e
                                                                               are rendered in the HTML output.
                                                                        Packit 1c1d7e
                                                                      • Changed the look of the source code output.
                                                                      • Packit 1c1d7e
                                                                      • Included language updates for Chinese, Czech, German, Esperanto,
                                                                      • Packit 1c1d7e
                                                                               Italian, Slovak, Spanish, Hungarian, and Polish.
                                                                        Packit 1c1d7e
                                                                      • Syntax highlighting in source code fragments is no longer dependent
                                                                      • Packit 1c1d7e
                                                                               on LATEX_SOURCE_CODE being set to YES.
                                                                        Packit 1c1d7e
                                                                      • Added natural scrolling for tablet devices (like the iPad)
                                                                      • Packit 1c1d7e
                                                                               when using the treeview.
                                                                        Packit 1c1d7e
                                                                      • For interactive SVGs the print button has been replaced by a
                                                                      • Packit 1c1d7e
                                                                               "arrow out" button that opens the original non-interactive SVG in a 
                                                                        Packit 1c1d7e
                                                                               new window for easy printing or saving. 
                                                                        Packit 1c1d7e
                                                                      • id 661499: Long names are now wrapped in the dot nodes to avoid
                                                                      • Packit 1c1d7e
                                                                               very wide graphs.
                                                                        Packit 1c1d7e
                                                                        Packit 1c1d7e

                                                                        New features

                                                                        Packit 1c1d7e
                                                                          Packit 1c1d7e
                                                                        • id 666527: Added support for <inheritdoc/> C# XML command
                                                                        • Packit 1c1d7e
                                                                                 (thanks to John Werner for the patch).
                                                                          Packit 1c1d7e
                                                                        • id 670965, Added support for resolving environment variables of the
                                                                        • Packit 1c1d7e
                                                                                 form $(PROGRAMFILES(X86)) inside the config file
                                                                          Packit 1c1d7e
                                                                        • Doxygen now shows Objective-C properties in collaboration diagrams
                                                                        • Packit 1c1d7e
                                                                                 (thanks to Sven Weidauer for the patch).
                                                                          Packit 1c1d7e
                                                                        • Added ability to search for group or page titles.
                                                                        • Packit 1c1d7e
                                                                        • Inherited class members are now shown as expandable sections in the
                                                                        • Packit 1c1d7e
                                                                                 member overview (default is collapsed). Each section is rendered as
                                                                          Packit 1c1d7e
                                                                                 a table. 
                                                                          Packit 1c1d7e
                                                                        • id 674349: Included build support for NetBSD.
                                                                        • Packit 1c1d7e
                                                                        • A -- will now be rendered as an 'en dash', similarly, --- will produce an
                                                                        • Packit 1c1d7e
                                                                                 mdash.
                                                                          Packit 1c1d7e
                                                                          Packit 1c1d7e

                                                                          Bug fixes

                                                                          Packit 1c1d7e
                                                                            Packit 1c1d7e
                                                                          • id 523156: Fortran: Prefix of routines got stripped.
                                                                          • Packit 1c1d7e
                                                                          • id 666088: Include VHDL patch (thanks to Martin Kreis).
                                                                          • Packit 1c1d7e
                                                                          • id 670235: Fixed include guard detection problem when using
                                                                          • Packit 1c1d7e
                                                                                   #pragma once
                                                                            Packit 1c1d7e
                                                                          • id 670805: A numbered list (1. 2. 3.) where each list item ended with
                                                                          • Packit 1c1d7e
                                                                                   an empty line is no longer treated as a set of separate lists (all 
                                                                            Packit 1c1d7e
                                                                                   starting with 1.).
                                                                            Packit 1c1d7e
                                                                          • id 670889: Java: last enum value did not appear in the output unless it was
                                                                          • Packit 1c1d7e
                                                                                   followed by a comma.
                                                                            Packit 1c1d7e
                                                                          • id 671023, 671312: Regression: Autolist items starting on a new paragraph
                                                                          • Packit 1c1d7e
                                                                                   at indent level larger than 0 were not processed correctly. 
                                                                            Packit 1c1d7e
                                                                          • id 671076: Sections could be missing from the navigation tree in
                                                                          • Packit 1c1d7e
                                                                                   some situations.
                                                                            Packit 1c1d7e
                                                                          • id 671158: @tableofcontents did not work for the main page (@mainpage)
                                                                          • Packit 1c1d7e
                                                                          • id 671159: Sections in a separate markdown page did not appear in the
                                                                          • Packit 1c1d7e
                                                                                   table of contents.
                                                                            Packit 1c1d7e
                                                                          • id 671166: Fortran: Fixed problem causing call/caller graphs not to be
                                                                          • Packit 1c1d7e
                                                                                   generated.
                                                                            Packit 1c1d7e
                                                                          • id 671171: RPM spec file was updated to make it work with RHEL 6.2
                                                                          • Packit 1c1d7e
                                                                                   (thanks to Peter Klotz for the patch)
                                                                            Packit 1c1d7e
                                                                          • id 671240: Corrected line number of error message reported for
                                                                          • Packit 1c1d7e
                                                                                   pages.
                                                                            Packit 1c1d7e
                                                                          • id 671291: C# regression: enum values where not shown in the docs.
                                                                          • Packit 1c1d7e
                                                                          • id 671395: When #some_member appeared at the start of a line it was
                                                                          • Packit 1c1d7e
                                                                                   seen as a level one header instead of a link to a member when
                                                                            Packit 1c1d7e
                                                                                   Markdown processing was enabled. Now at least one space is required
                                                                            Packit 1c1d7e
                                                                                   after the # to make it a header.
                                                                            Packit 1c1d7e
                                                                          • id 671426: Fixed case where doxygen could crash when a section and
                                                                          • Packit 1c1d7e
                                                                                   subsection had the same label.
                                                                            Packit 1c1d7e
                                                                          • id 671591: docset creating could fail due to invalid Nodes.xml
                                                                          • Packit 1c1d7e
                                                                          • id 671702: Using \internal in a group or member did not hide it
                                                                          • Packit 1c1d7e
                                                                                   from the navigation tree if there was no documentation.
                                                                            Packit 1c1d7e
                                                                          • id 671709: Backticks in C# comments did not appear as inline
                                                                          • Packit 1c1d7e
                                                                                   fragments, like was the case for other languages.
                                                                            Packit 1c1d7e
                                                                          • id 672119: PHP: defines are now shown as constants rather than enums.
                                                                          • Packit 1c1d7e
                                                                          • id 672662: File with .md or .markdown extension were not included
                                                                          • Packit 1c1d7e
                                                                                   with the default setting of FILE_PATTERNS.
                                                                            Packit 1c1d7e
                                                                          • id 672366: mailto style URLs did not work correctly in combination with
                                                                          • Packit 1c1d7e
                                                                                   CREATE_SUBDIRS = YES.
                                                                            Packit 1c1d7e
                                                                          • id 672472: Removed bogus </b> when using @par.
                                                                          • Packit 1c1d7e
                                                                          • id 672475: Added "warning:" prefix to "missing \endcode" message.
                                                                          • Packit 1c1d7e
                                                                          • id 672479: Doxygen comments after a macro definition were not
                                                                          • Packit 1c1d7e
                                                                                   removed in the source browser view.
                                                                            Packit 1c1d7e
                                                                          • id 672526: Removed black line in front of custom paragraphs.
                                                                          • Packit 1c1d7e
                                                                          • id 672536: PHP: use keyword was not handled correctly when importing
                                                                          • Packit 1c1d7e
                                                                                   classes from another namespace.
                                                                            Packit 1c1d7e
                                                                          • id 672620: Switched to using "Macro" in the output instead of "Define".
                                                                          • Packit 1c1d7e
                                                                          • id 672656: Using ![caption](filename.png) did not work correctly for
                                                                          • Packit 1c1d7e
                                                                                   local images pointed to with IMAGE_PATH.
                                                                            Packit 1c1d7e
                                                                          • id 673045: A block of ///'s inside a verbatim block inside a .md
                                                                          • Packit 1c1d7e
                                                                                   file was replaced by /** ..  */
                                                                            Packit 1c1d7e
                                                                          • id 673066: Doxygen now skips scanning files in directories starting with
                                                                          • Packit 1c1d7e
                                                                                   a dot (e.g. .svn).
                                                                            Packit 1c1d7e
                                                                          • id 673219: Included patch by Ryan Schmidt to make the Mac versions
                                                                          • Packit 1c1d7e
                                                                                   in qglobal.h match that of Apple header files.
                                                                            Packit 1c1d7e
                                                                          • id 673870: Added C++11 classes when BUILTIN_STL_SUPPORT is enabled.
                                                                          • Packit 1c1d7e
                                                                          • id 673983: Using a backslash in a section cause 026E30F to appear in the
                                                                          • Packit 1c1d7e
                                                                                   latex TOC.
                                                                            Packit 1c1d7e
                                                                          • id 674563: Fortran: case sensitiveness for routines and functions
                                                                          • Packit 1c1d7e
                                                                                   did not work
                                                                            Packit 1c1d7e
                                                                          • id 674583: Fortran: continuation by ampersand not placed in code output.
                                                                          • Packit 1c1d7e
                                                                          • id 675757: Fixed indenting issue after the end of a markdown code block
                                                                          • Packit 1c1d7e
                                                                                   inside a list.
                                                                            Packit 1c1d7e
                                                                          • id 676116: Use new index style for page index.
                                                                          • Packit 1c1d7e
                                                                          • id 676294: Fixed LaTeX error when backslash appeared in a hyperlinked
                                                                          • Packit 1c1d7e
                                                                                   code fragment.
                                                                            Packit 1c1d7e
                                                                          • Tag files had wrong character encoding set in the header.
                                                                          • Packit 1c1d7e
                                                                          • C# in/out did not appear in generics using covariance or contravariance.
                                                                          • Packit 1c1d7e
                                                                          • When marker of an alias appeared at the end of the alias text it was
                                                                          • Packit 1c1d7e
                                                                                   not expanded.
                                                                            Packit 1c1d7e
                                                                          • Aliases did not work in Markdown files.
                                                                          • Packit 1c1d7e
                                                                          • Fixed some problems with the navigation tree for IE9 and Opera.
                                                                          • Packit 1c1d7e
                                                                          • Included patch by Jake Colman to make the configgen.py work with older
                                                                          • Packit 1c1d7e
                                                                                   Python version such as 2.4.3.
                                                                            Packit 1c1d7e
                                                                          • Fixed problem parsing \code{.py}...\endcode
                                                                          • Packit 1c1d7e
                                                                          • UML_LIMIT_NUM_FIELDS did not work correctly in all cases.
                                                                          • Packit 1c1d7e
                                                                          • Setting SORT_GROUP_NAMES to YES, had no effect on child groups within
                                                                          • Packit 1c1d7e
                                                                                   a group.
                                                                            Packit 1c1d7e
                                                                            Packit 1c1d7e

                                                                            Packit 1c1d7e
                                                                            \endhtmlonly
                                                                            Packit 1c1d7e
                                                                            \subsection log_1_8_0 Release 1.8.0
                                                                            Packit 1c1d7e
                                                                            \htmlonly
                                                                            Packit 1c1d7e
                                                                            Packit 1c1d7e
                                                                            (release date 25-02-2012)
                                                                            Packit 1c1d7e

                                                                            Packit 1c1d7e

                                                                            Changes

                                                                            Packit 1c1d7e
                                                                              Packit 1c1d7e
                                                                            • Auto list items can now consist of multiple paragraphs.
                                                                            • Packit 1c1d7e
                                                                                     The indentation of the (first line) of a new paragraph detemines
                                                                              Packit 1c1d7e
                                                                                     to which list item the paragraph belongs or if it marks the end of the
                                                                              Packit 1c1d7e
                                                                                     list. 
                                                                              Packit 1c1d7e
                                                                            • When UML_LOOK is enabled, relations shown on the edge of a graph
                                                                            • Packit 1c1d7e
                                                                                     are not shown as attributes (conform to the UML notation)
                                                                              Packit 1c1d7e
                                                                            • Updated the manual and improved the look.
                                                                            • Packit 1c1d7e
                                                                            • Made the contents in the navigation tree more consistent for
                                                                            • Packit 1c1d7e
                                                                                     groups, pages with subpages, and grouped subpages.
                                                                              Packit 1c1d7e
                                                                            • id 669079: Latex: made the margins of latex page layout smaller using
                                                                            • Packit 1c1d7e
                                                                                     the geometry package.
                                                                              Packit 1c1d7e
                                                                            • The tool doxytag has been declared obsolete and is removed
                                                                            • Packit 1c1d7e
                                                                                     (it wasn't working properly anyway). Same goes for the installdox 
                                                                              Packit 1c1d7e
                                                                                     script.
                                                                              Packit 1c1d7e
                                                                            • Updated the copyright in source code and doxywizard "about" to 2012.
                                                                            • Packit 1c1d7e
                                                                            • id 668008: HTML version of the manual now has the treeview enabled
                                                                            • Packit 1c1d7e
                                                                                     for easier navigation.
                                                                              Packit 1c1d7e
                                                                              Packit 1c1d7e

                                                                              New features

                                                                              Packit 1c1d7e
                                                                                Packit 1c1d7e
                                                                              • Added support for
                                                                              • Packit 1c1d7e
                                                                                       Markdown
                                                                                Packit 1c1d7e
                                                                                       formatting.
                                                                                Packit 1c1d7e
                                                                                       This is enabled by default, but can be disabled by 
                                                                                Packit 1c1d7e
                                                                                       setting MARKDOWN_SUPPORT to NO. When enabled the following is 
                                                                                Packit 1c1d7e
                                                                                       processed differently:
                                                                                Packit 1c1d7e
                                                                                       
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • tabs are converted to spaces according to TAB_SIZE.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • blockquotes are created for lines that start with one or more >'s
                                                                                • Packit 1c1d7e
                                                                                              (amount of >'s determine the indentation level).
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • emphasis using *emphasize this* or _emphasis this_ or
                                                                                • Packit 1c1d7e
                                                                                              strong emphasis using **emphasis this**. Unlike classic
                                                                                  Packit 1c1d7e
                                                                                              Markdown 'some_great_indentifier' is not touched.
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • code spans can be created using back-ticks, i.e. `here's an example`
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • Using three or more -'s or *'s alone on a line with only spaces
                                                                                • Packit 1c1d7e
                                                                                              will produce a horizontal ruler.
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • A header can be created by putting a ===== (for h1) or ----- (for h2)
                                                                                • Packit 1c1d7e
                                                                                              on the next line or by using 1 to 6 #'s at the start of a line
                                                                                  Packit 1c1d7e
                                                                                              for h1-h6.
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • auto lists item can also start with + or * instead of only -
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • ordered lists can be made using 1. 2. ... labels.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • verbatim blocks can be produced by indenting 4 additional spaces.
                                                                                • Packit 1c1d7e
                                                                                              Note that doxygen uses a relative indent of 4 spaces, not an
                                                                                  Packit 1c1d7e
                                                                                              absolute indent like Markdown does. 
                                                                                  Packit 1c1d7e
                                                                                         
                                                                                • Markdown style hyperlinks and hyperlink references.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • Simple tables can be created using the Markdown Extra format.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • Fenced code blocks are also supported, include language selection.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                • files with extension .md or .markdown are converted to related pages.
                                                                                • Packit 1c1d7e
                                                                                         
                                                                                  Packit 1c1d7e
                                                                                         See the section about Markdown support in the manual for details.
                                                                                  Packit 1c1d7e
                                                                                • It is now possible to add user defined tabs or groups of tabs to
                                                                                • Packit 1c1d7e
                                                                                         the navigation menu using the layout file (see the section of the manual
                                                                                  Packit 1c1d7e
                                                                                         about customizing the output for details).
                                                                                  Packit 1c1d7e
                                                                                • Added new command \tableofcontents (or [TOC] if you prefer Markdown)
                                                                                • Packit 1c1d7e
                                                                                         which can be used in a related page with sections to produce a 
                                                                                  Packit 1c1d7e
                                                                                         table of contents at the top of the HTML page (for other formats the
                                                                                  Packit 1c1d7e
                                                                                         command has no effect).
                                                                                  Packit 1c1d7e
                                                                                • When using SVG images and INTERACTIVE_SVG is enabled, a print icon
                                                                                • Packit 1c1d7e
                                                                                         will be visible along with the navigation controls to facilitate 
                                                                                  Packit 1c1d7e
                                                                                         printing of the part of the graph that is visible on screen.
                                                                                  Packit 1c1d7e
                                                                                • Added obfuscation of email addresses for the HTML output to make
                                                                                • Packit 1c1d7e
                                                                                         email harvesting more difficult.
                                                                                  Packit 1c1d7e
                                                                                • Added build targets for 64 bit Windows (thanks to Vladimir Simonov).
                                                                                • Packit 1c1d7e
                                                                                         The installer script is also updated to install a 64 bit version of
                                                                                  Packit 1c1d7e
                                                                                         doxygen on 64 bit systems and the 32 bit version on 32 bit systems.
                                                                                  Packit 1c1d7e
                                                                                • Added support for using the HTML tag <blockquote> in comments.
                                                                                • Packit 1c1d7e
                                                                                • Included patch by Gauthier Haderer that fixes some issues with the
                                                                                • Packit 1c1d7e
                                                                                         dbus XML parser.
                                                                                  Packit 1c1d7e
                                                                                • Added support for Markdown style fenced code blocks.
                                                                                • Packit 1c1d7e
                                                                                • Added option to @code command to force parsing and syntax highlighting
                                                                                • Packit 1c1d7e
                                                                                         according to a particular language.
                                                                                  Packit 1c1d7e
                                                                                • Section of pages are now added to the navigation index.
                                                                                • Packit 1c1d7e
                                                                                • Added support for cell alignment and table header shading in
                                                                                • Packit 1c1d7e
                                                                                         LaTeX and RTF output. 
                                                                                  Packit 1c1d7e
                                                                                • Added -d filteroutput option to show the output of an input filter
                                                                                • Packit 1c1d7e
                                                                                         (thanks to Albert for the patch).
                                                                                  Packit 1c1d7e
                                                                                • id 668010: Latex: for Windows doxygen new generates a makepdf.bat
                                                                                • Packit 1c1d7e
                                                                                         file in the latex output dir to create the latex documentation.
                                                                                  Packit 1c1d7e
                                                                                  Packit 1c1d7e

                                                                                  Bug fixes

                                                                                  Packit 1c1d7e
                                                                                    Packit 1c1d7e
                                                                                  • id 498703: Fixed encoding issue in CHM index file for group titles.
                                                                                  • Packit 1c1d7e
                                                                                  • id 510975: FORTRAN: Keywords like .GT. recognized as symbols for
                                                                                  • Packit 1c1d7e
                                                                                           cross ref.
                                                                                    Packit 1c1d7e
                                                                                  • id 511906, 581303, 622749: \copydoc did copy the brief description
                                                                                  • Packit 1c1d7e
                                                                                           into the detailed section, causing a difference between the original  
                                                                                    Packit 1c1d7e
                                                                                           and the copy.
                                                                                    Packit 1c1d7e
                                                                                  • id 555327: Using @ref for an example file, caused it to appear as
                                                                                  • Packit 1c1d7e
                                                                                           file::ext.
                                                                                    Packit 1c1d7e
                                                                                  • id 567494: Fortran: Included patch for blockdata sub-programs.
                                                                                  • Packit 1c1d7e
                                                                                  • id 628417: Fortran: doxygen filter, preparsing fixed form of null
                                                                                  • Packit 1c1d7e
                                                                                  • id 662286: TCL: Included patch to fixed UTF-8 support.
                                                                                  • Packit 1c1d7e
                                                                                  • id 662289: TCL: Included patch to prevent ##### from appearing in the
                                                                                  • Packit 1c1d7e
                                                                                           output.
                                                                                    Packit 1c1d7e
                                                                                  • id 646319: Using a file name with path for HTML_STYLESHEET caused the
                                                                                  • Packit 1c1d7e
                                                                                           path to appear in the HTML output.
                                                                                    Packit 1c1d7e
                                                                                  • id 664826: Fixed one more problem with include guard detection.
                                                                                  • Packit 1c1d7e
                                                                                  • id 665629: Fixed parse problem when a #define appeared inside an enum.
                                                                                  • Packit 1c1d7e
                                                                                  • id 665855: Fixed problem parsing C++ template specialization of the
                                                                                  • Packit 1c1d7e
                                                                                           form A<func(T*)> such as used in boost::signal2 types.
                                                                                    Packit 1c1d7e
                                                                                  • id 666047: A </p> followed by an htmlonly..endhtmlonly section
                                                                                  • Packit 1c1d7e
                                                                                           caused invalid XHTML output.
                                                                                    Packit 1c1d7e
                                                                                  • id 666085: Fixed include handling in case the include guard was
                                                                                  • Packit 1c1d7e
                                                                                           documented.
                                                                                    Packit 1c1d7e
                                                                                  • id 666124: Fixed problem loading the navigation tree in IE8 when
                                                                                  • Packit 1c1d7e
                                                                                           serving pages via a web server.
                                                                                    Packit 1c1d7e
                                                                                  • id 666337: Included patch to avoid hyphenation hints in front of the
                                                                                  • Packit 1c1d7e
                                                                                           first capital in a word.
                                                                                    Packit 1c1d7e
                                                                                  • id 666568: When SHOW_FILES was NO, a grouped function did not appear
                                                                                  • Packit 1c1d7e
                                                                                           in the javascript based search index.
                                                                                    Packit 1c1d7e
                                                                                  • id 666909: \copybrief introduced extra spacing in the HTML output.
                                                                                  • Packit 1c1d7e
                                                                                  • id 666986: Fixed case where search engine specific code appeared
                                                                                  • Packit 1c1d7e
                                                                                           twice in the HTML output.
                                                                                    Packit 1c1d7e
                                                                                  • id 666993: Fixed bug in the generated makefile causing index not
                                                                                  • Packit 1c1d7e
                                                                                           to be generated when using pdflatex.
                                                                                    Packit 1c1d7e
                                                                                  • id 667020: HTML output for example pages was not well-formed.
                                                                                  • Packit 1c1d7e
                                                                                  • id 667192: Include statements in latex output where placed all on
                                                                                  • Packit 1c1d7e
                                                                                           one line in the LaTeX output.
                                                                                    Packit 1c1d7e
                                                                                  • id 667835: PHP: Fixed problem handling heredoc blocks
                                                                                  • Packit 1c1d7e
                                                                                  • id 667844: For aliases with a single argument it is no longer required
                                                                                  • Packit 1c1d7e
                                                                                           to escape commas that appear inside the argument text.
                                                                                    Packit 1c1d7e
                                                                                  • id 668037: Latex: tables can now span multiple pages by using the xtab
                                                                                  • Packit 1c1d7e
                                                                                           package.
                                                                                    Packit 1c1d7e
                                                                                  • id 668218: Doxygen will ignore the common prefix shared by all
                                                                                  • Packit 1c1d7e
                                                                                           directories when computing a names for the directory's output files.
                                                                                    Packit 1c1d7e
                                                                                           This will make the names of the output more stable.
                                                                                    Packit 1c1d7e
                                                                                  • id 668519: Added missing newline in man page output.
                                                                                  • Packit 1c1d7e
                                                                                  • id 669071, 669072: Fixed parse problem for Q_PROPERTY when a template
                                                                                  • Packit 1c1d7e
                                                                                           with a namespaced type was used.
                                                                                    Packit 1c1d7e
                                                                                  • id 669078: Included patch which changes MATHJAX_RELPATH to use the
                                                                                  • Packit 1c1d7e
                                                                                           content delivery network by default.
                                                                                    Packit 1c1d7e
                                                                                  • id 669138: Fortran: Fixed problem handling multiple definition
                                                                                  • Packit 1c1d7e
                                                                                           statements on one line.
                                                                                    Packit 1c1d7e
                                                                                  • id 669406: Using -d Preprocessor now also works when QUIET is YES.
                                                                                  • Packit 1c1d7e
                                                                                  • id 669434: Latex: citations where only generated properly if the
                                                                                  • Packit 1c1d7e
                                                                                           bib files specified via CITE_BIB_FILES did not have a path.
                                                                                    Packit 1c1d7e
                                                                                  • id 669758: Tcl: Same function in multiple Tcl namespaces not added.
                                                                                  • Packit 1c1d7e
                                                                                  • id 670289: Fixed case where doxygen would not correctly detect
                                                                                  • Packit 1c1d7e
                                                                                           >> as a termination of a nested template.
                                                                                    Packit 1c1d7e
                                                                                  • id 670571: subpages generate empty pages in latex/rtf output and
                                                                                  • Packit 1c1d7e
                                                                                           broken links when SHORT_NAME was set to YES.
                                                                                    Packit 1c1d7e
                                                                                  • Included VHDL fixes provided by Martin Kreis.
                                                                                  • Packit 1c1d7e
                                                                                  • The word "dummy" wrongly appeared before the first parameter type in
                                                                                  • Packit 1c1d7e
                                                                                           the LaTeX output for an Objective-C method.
                                                                                    Packit 1c1d7e
                                                                                  • Fixed several small glitches in the tree view javascript code.
                                                                                  • Packit 1c1d7e
                                                                                  • Included a patch by Vladimir Simonov to make it possible to compile
                                                                                  • Packit 1c1d7e
                                                                                           doxygen with Visual Studio 2005.
                                                                                    Packit 1c1d7e
                                                                                  • Fixed some typos in the manual (thanks Albert).
                                                                                  • Packit 1c1d7e
                                                                                    Packit 1c1d7e

                                                                                    Packit 1c1d7e
                                                                                    \endhtmlonly
                                                                                    Packit 1c1d7e
                                                                                    \section log_1_7 1.7 Series
                                                                                    Packit 1c1d7e
                                                                                    \htmlonly
                                                                                    Packit 1c1d7e
                                                                                    Packit 1c1d7e

                                                                                    Packit 1c1d7e

                                                                                    Doxygen Release 1.7.6.1

                                                                                    Packit 1c1d7e

                                                                                    (release date 10-12-2011)

                                                                                    Packit 1c1d7e

                                                                                    Changes

                                                                                    Packit 1c1d7e
                                                                                      Packit 1c1d7e
                                                                                    • Doxygen now reports its cache usage (for the symbol and the
                                                                                    • Packit 1c1d7e
                                                                                             lookup cache) at the end of a run (if QUIET=NO), and recommends 
                                                                                      Packit 1c1d7e
                                                                                             settings for SYMBOL_CACHE_SIZE and LOOKUP_CACHE_SIZE for your 
                                                                                      Packit 1c1d7e
                                                                                             project if either cache is too small.
                                                                                      Packit 1c1d7e
                                                                                      Packit 1c1d7e

                                                                                      New features

                                                                                      Packit 1c1d7e
                                                                                        Packit 1c1d7e
                                                                                      • Added new option LOOKUP_CACHE_SIZE to control the internal cache
                                                                                      • Packit 1c1d7e
                                                                                               doxygen uses to find symbols given their name and a context.
                                                                                        Packit 1c1d7e
                                                                                      • Python: added support for @staticmethod
                                                                                      • Packit 1c1d7e
                                                                                        Packit 1c1d7e

                                                                                        Bug fixes

                                                                                        Packit 1c1d7e
                                                                                          Packit 1c1d7e
                                                                                        • Python: scopes are now shown with . instead of ::
                                                                                        • Packit 1c1d7e
                                                                                        • id 665313: Space before @if was not preserved, causing problems
                                                                                        • Packit 1c1d7e
                                                                                                 with inline @if .. @endif constructs.
                                                                                          Packit 1c1d7e
                                                                                        • id 665583: Fixed XHTML validity problem when using mscgen graphs.
                                                                                        • Packit 1c1d7e
                                                                                        • id 665641: Fixed XHTML validity problem when GENERATE_TREEVIEW was
                                                                                        • Packit 1c1d7e
                                                                                                 disabled.
                                                                                          Packit 1c1d7e
                                                                                        • id 665720: Included patch to fix hang issue when non-empty
                                                                                        • Packit 1c1d7e
                                                                                                 INCLUDE_PATH was used.
                                                                                          Packit 1c1d7e
                                                                                        • id 665778: Fixed parse issue when a comma appeared as part of an
                                                                                        • Packit 1c1d7e
                                                                                                 enum's value.
                                                                                          Packit 1c1d7e
                                                                                          Packit 1c1d7e
                                                                                          Packit 1c1d7e

                                                                                          Doxygen Release 1.7.6

                                                                                          Packit 1c1d7e

                                                                                          (release date 03-12-2011)

                                                                                          Packit 1c1d7e

                                                                                          Changes

                                                                                          Packit 1c1d7e
                                                                                            Packit 1c1d7e
                                                                                          • To improve the performance of loading the navigation tree,
                                                                                          • Packit 1c1d7e
                                                                                                   the data is now split into multiple javascript files which
                                                                                            Packit 1c1d7e
                                                                                                   are loaded dynamically.
                                                                                            Packit 1c1d7e
                                                                                          • The selected member is now briefly highlighted in the HTML output
                                                                                          • Packit 1c1d7e
                                                                                                   (when GENERATE_TREEVIEW is enabled).
                                                                                            Packit 1c1d7e
                                                                                          • The navigation tree (GENERATE_TREEVIEW) now shows the same information
                                                                                          • Packit 1c1d7e
                                                                                                   as the index.
                                                                                            Packit 1c1d7e
                                                                                          • The navindex section of layout now also controls what is shown in
                                                                                          • Packit 1c1d7e
                                                                                                   the navigation tree.
                                                                                            Packit 1c1d7e
                                                                                          • Improved HTML output support for IE9.
                                                                                          • Packit 1c1d7e
                                                                                          • Included redesigned VHDL parser (thanks to Martin Kreis for the patch)
                                                                                          • Packit 1c1d7e
                                                                                          • When a class/structs has many (>15) members of the same type, only
                                                                                          • Packit 1c1d7e
                                                                                                   the first 10 are shown in the UML diagram.  
                                                                                            Packit 1c1d7e
                                                                                          • Made the output of the javascript based search engine more compact.
                                                                                          • Packit 1c1d7e
                                                                                            Packit 1c1d7e

                                                                                            New features

                                                                                            Packit 1c1d7e
                                                                                              Packit 1c1d7e
                                                                                            • Update of the French translation.
                                                                                            • Packit 1c1d7e
                                                                                            • id 607305: Added support for PHP heredoc and nowdoc constructs.
                                                                                            • Packit 1c1d7e
                                                                                            • Added support for cross-referencing in case of operator-> overloading.
                                                                                            • Packit 1c1d7e
                                                                                                     This includes support for std::auto_ptr,std::smart_ptr,std::unique_ptr 
                                                                                              Packit 1c1d7e
                                                                                                     and std::weak_ptr when BUILTIN_STL_SUPPORT is enabled.
                                                                                              Packit 1c1d7e
                                                                                              Packit 1c1d7e

                                                                                              Bug fixes

                                                                                              Packit 1c1d7e
                                                                                                Packit 1c1d7e
                                                                                              • Regression: some information was no longer available for a class,
                                                                                              • Packit 1c1d7e
                                                                                                       due to accidental deletion of a code block.
                                                                                                Packit 1c1d7e
                                                                                              • Regression: fixed matching problem in the code parser.
                                                                                              • Packit 1c1d7e
                                                                                              • Included fixes for TCL to support commands with \ and command
                                                                                              • Packit 1c1d7e
                                                                                                       definitions preceded by whitespace (thanks to Rene Zaumseil)
                                                                                                Packit 1c1d7e
                                                                                              • When using "static int a,b" variable "b" incorrectly appeared in the
                                                                                              • Packit 1c1d7e
                                                                                                       output even though EXTRACT_STATIC was set to NO.
                                                                                                Packit 1c1d7e
                                                                                              • id 521717: .spec file was only updated after running ./configure
                                                                                              • Packit 1c1d7e
                                                                                              • id 656642: Fixed potential crash when using doxygen for large projects.
                                                                                              • Packit 1c1d7e
                                                                                              • id 656878: Fixed problem running bibtex with \cite command on Windows.
                                                                                              • Packit 1c1d7e
                                                                                              • id 657152: Fixed constant expression evaluation error in the
                                                                                              • Packit 1c1d7e
                                                                                                       preprocessor.
                                                                                                Packit 1c1d7e
                                                                                              • id 652277: Removed bogus ' from the man page output.
                                                                                              • Packit 1c1d7e
                                                                                              • id 659244: Quotes in the brief description could appear unescaped in
                                                                                              • Packit 1c1d7e
                                                                                                       the tooltip.
                                                                                                Packit 1c1d7e
                                                                                              • id 641336: #includes with ../ were not always processed correctly.
                                                                                              • Packit 1c1d7e
                                                                                              • Fixed potential crash when INLINE_GROUPED_CLASSES and INLINE_SIMPLE_STRUCTS
                                                                                              • Packit 1c1d7e
                                                                                                       are set to YES.
                                                                                                Packit 1c1d7e
                                                                                              • id 658896: Fixed preprocessor problem handling #defines whose value was
                                                                                              • Packit 1c1d7e
                                                                                                       a constant string containing ///.
                                                                                                Packit 1c1d7e
                                                                                              • id 660332: Using a \ at the end of a comment line could cause
                                                                                              • Packit 1c1d7e
                                                                                                       parsing problems for C# as the \ was treated as a line continuation.
                                                                                                Packit 1c1d7e
                                                                                              • id 658033: Fixed parser problem when using multiple member groups
                                                                                              • Packit 1c1d7e
                                                                                                       inside a macro definition.
                                                                                                Packit 1c1d7e
                                                                                              • id 503239: Fixed several issues related to \cite handling.
                                                                                              • Packit 1c1d7e
                                                                                              • id 658587: Improved the way macro definitions are collected.
                                                                                              • Packit 1c1d7e
                                                                                              • id 660501: Fixed LaTeX error when using \name with a description.
                                                                                              • Packit 1c1d7e
                                                                                              • id 661292: The documentation for \mainpage incorrectly mentioned that
                                                                                              • Packit 1c1d7e
                                                                                                       one has to use \ref main in case GENERATE_TREEVIEW was set to YES, which
                                                                                                Packit 1c1d7e
                                                                                                       is no longer the case.
                                                                                                Packit 1c1d7e
                                                                                              • id 659096: Nested aliases definitions where not always expanded properly
                                                                                              • Packit 1c1d7e
                                                                                                       (regression w.r.t version 1.7.4)
                                                                                                Packit 1c1d7e
                                                                                              • id 658038: Fixed preprocessor problem where the @ character inside a
                                                                                              • Packit 1c1d7e
                                                                                                       macro definition could appear as @@.
                                                                                                Packit 1c1d7e
                                                                                              • id 658646: Fixed problem running mscgen for LaTeX and RTF output.
                                                                                              • Packit 1c1d7e
                                                                                              • id 661723: Using ClassName%'s did not work anymore, and also
                                                                                              • Packit 1c1d7e
                                                                                                       ClassName's wasn't autolinked.
                                                                                                Packit 1c1d7e
                                                                                              • id 662044: Fixed potential printing of null pointer when using
                                                                                              • Packit 1c1d7e
                                                                                                       a version filter that returned blanks.
                                                                                                Packit 1c1d7e
                                                                                              • id 625518: Fortran: first problem where subroutine using results
                                                                                              • Packit 1c1d7e
                                                                                                       variable appeared as a function.
                                                                                                Packit 1c1d7e
                                                                                              • id 654153: If an URL appeared at the end of a sentence, the period
                                                                                              • Packit 1c1d7e
                                                                                                       was included in the URL.
                                                                                                Packit 1c1d7e
                                                                                              • id 656560: Fortran: Added support for the Double Complex type.
                                                                                              • Packit 1c1d7e
                                                                                              • id 663640: Included workaround for Solaris CC issue in index.cpp
                                                                                              • Packit 1c1d7e
                                                                                              • id 662190: Included patch to fix some TCL issues and add the TCL_SUBST
                                                                                              • Packit 1c1d7e
                                                                                                       configuration option.
                                                                                                Packit 1c1d7e
                                                                                              • id 661672: Fortran: Added support for ALIAS expansion in comment blocks.
                                                                                              • Packit 1c1d7e
                                                                                              • id 663101: Fixed case where a macro was not corrected found in the header
                                                                                              • Packit 1c1d7e
                                                                                                       file when it could only be found via INCLUDE_PATH.
                                                                                                Packit 1c1d7e
                                                                                              • id 664718: using multiple <para>'s inside a <summary> block caused
                                                                                              • Packit 1c1d7e
                                                                                                       text to be joined without spacing.
                                                                                                Packit 1c1d7e
                                                                                              • id 656556: Java enums are now parsed as classes.
                                                                                              • Packit 1c1d7e
                                                                                              • id 664826: Fixed problem in the preprocessor regarding the handling
                                                                                              • Packit 1c1d7e
                                                                                                       of include guards.
                                                                                                Packit 1c1d7e
                                                                                              • id 664893: Fixed typo in the docs for EXCLUDE_SYMLINKS.
                                                                                              • Packit 1c1d7e
                                                                                              • id 665466: Using a relative URL with <a href> did not work when
                                                                                              • Packit 1c1d7e
                                                                                                       CREATE_SUBDIRS was enabled.
                                                                                                Packit 1c1d7e
                                                                                              • id 665464: Using an absolute URL with <img> did not work when
                                                                                              • Packit 1c1d7e
                                                                                                       CREATE_SUBDIRS was enabled.
                                                                                                Packit 1c1d7e
                                                                                                Packit 1c1d7e
                                                                                                Packit 1c1d7e

                                                                                                Doxygen Release 1.7.5.1

                                                                                                Packit 1c1d7e

                                                                                                (release date 21-08-2011)

                                                                                                Packit 1c1d7e

                                                                                                New features

                                                                                                Packit 1c1d7e
                                                                                                  Packit 1c1d7e
                                                                                                • Update of the French translation.
                                                                                                • Packit 1c1d7e
                                                                                                  Packit 1c1d7e

                                                                                                  Bug fixes

                                                                                                  Packit 1c1d7e
                                                                                                    Packit 1c1d7e
                                                                                                  • id 521717: .spec file was only updated after running ./configure
                                                                                                  • Packit 1c1d7e
                                                                                                  • id 656642: Fixed potential crash when using doxygen for large projects.
                                                                                                  • Packit 1c1d7e
                                                                                                  • id 656878: Fixed problem running bibtex with \cite command on Windows.
                                                                                                  • Packit 1c1d7e
                                                                                                  • Regression: some information was no longer available for a class,
                                                                                                  • Packit 1c1d7e
                                                                                                        due to accidental deletion of a code block.
                                                                                                    Packit 1c1d7e
                                                                                                  • Regression: fixed matching problem in the code parser.
                                                                                                  • Packit 1c1d7e
                                                                                                    Packit 1c1d7e
                                                                                                    Packit 1c1d7e

                                                                                                    Doxygen Release 1.7.5

                                                                                                    Packit 1c1d7e

                                                                                                    (release date 14-08-2011)

                                                                                                    Packit 1c1d7e

                                                                                                    Changes

                                                                                                    Packit 1c1d7e
                                                                                                      Packit 1c1d7e
                                                                                                    • id 641904: Function in the call graphs are now shown based on first
                                                                                                    • Packit 1c1d7e
                                                                                                             appearance rather then alphabetical order.
                                                                                                      Packit 1c1d7e
                                                                                                    • id 616213: When customizing the HTML header $title now only generates
                                                                                                    • Packit 1c1d7e
                                                                                                             the title excluding the project name (which can still be added using
                                                                                                      Packit 1c1d7e
                                                                                                             $projectname)
                                                                                                      Packit 1c1d7e
                                                                                                    • Improved the look of the class index: all items now have equal spacing.
                                                                                                    • Packit 1c1d7e
                                                                                                      Packit 1c1d7e

                                                                                                      New features

                                                                                                      Packit 1c1d7e
                                                                                                        Packit 1c1d7e
                                                                                                      • New option INTERACTIVE_SVG which when set to YES in combination
                                                                                                      • Packit 1c1d7e
                                                                                                               with DOT_IMAGE_FORMAT=svg will make doxygen
                                                                                                        Packit 1c1d7e
                                                                                                               generate interactive SVG diagrams that support zooming and 
                                                                                                        Packit 1c1d7e
                                                                                                               panning via the mouse (only for large graphs). 
                                                                                                        Packit 1c1d7e
                                                                                                      • Added support for the Tcl programming language
                                                                                                      • Packit 1c1d7e
                                                                                                               (thanks to Rene Zaumseil and Samuel Bentley for the patch).
                                                                                                        Packit 1c1d7e
                                                                                                      • Added @copyright command.
                                                                                                      • Packit 1c1d7e
                                                                                                      • added option MATHJAX_EXTENSIONS to provide additional extensions for
                                                                                                      • Packit 1c1d7e
                                                                                                               MathJax (thanks to David Munger for the patch).
                                                                                                        Packit 1c1d7e
                                                                                                      • added option INLINE_SIMPLE_STRUCTS which when enabled shows the fields
                                                                                                      • Packit 1c1d7e
                                                                                                               of simple classes and structs (with only public data fields) as a table
                                                                                                        Packit 1c1d7e
                                                                                                               and inline in context (file/group/namespace/class) provided this context 
                                                                                                        Packit 1c1d7e
                                                                                                               is documented.
                                                                                                        Packit 1c1d7e
                                                                                                      • When using the server based search engine (SEARCHENGINE=YES and
                                                                                                      • Packit 1c1d7e
                                                                                                               SERVER_BASED_SEARCH=YES) doxygen now advertises a opensearch provider
                                                                                                        Packit 1c1d7e
                                                                                                               for your project, that allows integrating the search directly in
                                                                                                        Packit 1c1d7e
                                                                                                               the search field of the browser (thanks to Phil Lello for the patch).
                                                                                                        Packit 1c1d7e
                                                                                                      • id 503239: Added new option CITE_BIB_FILES and LATEX_BIB_STYLE and a new
                                                                                                      • Packit 1c1d7e
                                                                                                               command \cite, allowing you to make references to literature (as defined 
                                                                                                        Packit 1c1d7e
                                                                                                               in one or more .bib files). This also works for output formats other 
                                                                                                        Packit 1c1d7e
                                                                                                               than LaTeX. The tool bibtex is required for this to work though. Thanks
                                                                                                        Packit 1c1d7e
                                                                                                               to David Munger for the initial patch upon which this feature is based.
                                                                                                        Packit 1c1d7e
                                                                                                      • PHP namespaces are now shown as A\B in the output.
                                                                                                      • Packit 1c1d7e
                                                                                                      • Added new \snippet command that can be used to include marked
                                                                                                      • Packit 1c1d7e
                                                                                                               sections from a source file. See 
                                                                                                        Packit 1c1d7e
                                                                                                               http://www.doxygen.org/commands.html#cmdsnippet for more info.
                                                                                                        Packit 1c1d7e
                                                                                                      • Added translation support for Armenian, thank to Armen Tangamyan.
                                                                                                      • Packit 1c1d7e
                                                                                                               and included translation updates for a number of languages.
                                                                                                        Packit 1c1d7e
                                                                                                        Packit 1c1d7e

                                                                                                        Bug fixes

                                                                                                        Packit 1c1d7e
                                                                                                          Packit 1c1d7e
                                                                                                        • Fixed a couple of potential race conditions found by Helgrind while
                                                                                                        • Packit 1c1d7e
                                                                                                                 running dot from multiple threads.
                                                                                                          Packit 1c1d7e
                                                                                                        • Graphs did not appear when enabling both INTERACTIVE_SVG and
                                                                                                        • Packit 1c1d7e
                                                                                                                 HTML_DYNAMIC_SECTIONS.
                                                                                                          Packit 1c1d7e
                                                                                                        • PDFs generated by newer versions of dot (i.e. 2.28) did not appear
                                                                                                        • Packit 1c1d7e
                                                                                                                 in the output, because doxygen failed to extract the bounding box.
                                                                                                          Packit 1c1d7e
                                                                                                        • Improved call graph and cross-reference support for Python.
                                                                                                        • Packit 1c1d7e
                                                                                                        • INTERACTIVE_SVG now also works with IE9 if the html file extension is
                                                                                                        • Packit 1c1d7e
                                                                                                                 set to xhtml.
                                                                                                          Packit 1c1d7e
                                                                                                        • Fixed several cases where the LaTeX output could produce too long
                                                                                                        • Packit 1c1d7e
                                                                                                                 lines.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 318061: Putting two functions in the same group that only
                                                                                                        • Packit 1c1d7e
                                                                                                                 different in the number of template arguments did not work.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 437346, 564614: Fixed proper encoding of multibyte output in RTF
                                                                                                        • Packit 1c1d7e
                                                                                                                 depending on the code page (thanks to Hirao for the patch).
                                                                                                          Packit 1c1d7e
                                                                                                        • id 521717: The .spec file in the source distribution did not get
                                                                                                        • Packit 1c1d7e
                                                                                                                 updated to the latest version.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 521861: Fortran: Continuation character was not recognised in
                                                                                                        • Packit 1c1d7e
                                                                                                                 fixed format code.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 522496: Fortran: @param checking was not case insensitive.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 560105: Fixed problem combining @cond with preprocessor directives.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 577359: Using "struct A : C, D {};" showed a private inheritance
                                                                                                        • Packit 1c1d7e
                                                                                                                 relation for D.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 584194: Some links to typedef where pointing to the typedef'ed
                                                                                                        • Packit 1c1d7e
                                                                                                                 class instead. 
                                                                                                          Packit 1c1d7e
                                                                                                        • id 619560: Anonymous enums caused an invalid entry in the LaTeX TOC.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 622935: Deriving from an unknown template class could cause the
                                                                                                        • Packit 1c1d7e
                                                                                                                 class to appear with a -g postfix in C# 
                                                                                                          Packit 1c1d7e
                                                                                                        • id 625731: Fortran: Fixed issue handling private subroutines.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 632946: LaTeX now starts a new page when starting a new module.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 634837: Fortran: Prefix of function was overwritten and the word
                                                                                                        • Packit 1c1d7e
                                                                                                                 'function' not specified.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 637099: Fortran: Included fix for using collaboration diagrams.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 642468: Added PHP support for namespace with curly braces.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 643219: Fortran: Improved handling of semicolons.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 643617: Fortran: Added support for "type is".
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 643944: A macro added to a group appeared twice in the group
                                                                                                        • Packit 1c1d7e
                                                                                                                 documentation if was also made related to a class using \relates.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 646321: Fixed problem were the search box was missing when using
                                                                                                        • Packit 1c1d7e
                                                                                                                 a custom HTML header.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 646447: Fixed unterminated img tab in the XHTML output.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 646463: Fixed problem handling MSCFILE_DIRS option with multiple
                                                                                                        • Packit 1c1d7e
                                                                                                                 paths.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 646533: Included patch to sort overloaded members by appearance in
                                                                                                        • Packit 1c1d7e
                                                                                                                 the code.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 646747, 646879: Putting an autolist inside a @todo, @bug or similar
                                                                                                        • Packit 1c1d7e
                                                                                                                 section did not work anymore.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 646922: Referring to a logo with a relative path, caused
                                                                                                        • Packit 1c1d7e
                                                                                                                 a broken image target when using a custom HTML header.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 647499: Fixed HTML rendering problem on older browsers when
                                                                                                        • Packit 1c1d7e
                                                                                                                 GENERATE_TREEVIEW was enabled.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 647768: Linking to a section on the main page could result in a
                                                                                                        • Packit 1c1d7e
                                                                                                                 broken link when GENERATE_TREEVIEW was enabled.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 647889: Fixed invalid warning when using @deparated method with
                                                                                                        • Packit 1c1d7e
                                                                                                                 default values for parameters.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 648302: A function made related using @relates could end up in
                                                                                                        • Packit 1c1d7e
                                                                                                                 the wrong class if there was already a method with a matching
                                                                                                          Packit 1c1d7e
                                                                                                                 argument list in that other class.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 649103: Return types containing multiple *'s ended up in the
                                                                                                        • Packit 1c1d7e
                                                                                                                 output with only one * in some cases.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 650397: Fixed problem with alias substitution if the alias had
                                                                                                        • Packit 1c1d7e
                                                                                                                 more then 9 parameters.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 650430: For nested anonymous structs @xx markers could appear in
                                                                                                        • Packit 1c1d7e
                                                                                                                 the output.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 650463: Added compilation support for MacOSX 10.7 (aka Lion).
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 650958: Fixed issue printing HTML pages when the
                                                                                                        • Packit 1c1d7e
                                                                                                                 GENERATE_TREEVIEW option is set to YES.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 651611: Fixed broken link to an undocumented namespace.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 652138: Fixed potential crash while parsing Fortran code.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 652188: Fixed problem parsing comment which included
                                                                                                        • Packit 1c1d7e
                                                                                                                 an unterminated alias within quotes (i.e. "\word{")
                                                                                                          Packit 1c1d7e
                                                                                                        • id 652277: Lines starting with . did not appear in the man page output.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 652389: Fortran: Fixed text is detailed function section.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 652396: When enabling INTERACTIVE_SVG wide graphs are now also
                                                                                                        • Packit 1c1d7e
                                                                                                                 fit to the screen width.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 652695: Added missing space between parameter type and name in
                                                                                                        • Packit 1c1d7e
                                                                                                                 the RTF output.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 652741: Use background-color instead of background in doxygen.css.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 653344: Fixed potential segfault while creating man pages.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 653666: Fortran: add a space to "type" in argument list.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 653801: Fixed problem handling include guard when multiple
                                                                                                        • Packit 1c1d7e
                                                                                                                 blocks guarded by the same guard were used in a header file. 
                                                                                                          Packit 1c1d7e
                                                                                                        • id 653963: Fortran: Unified handling of @params at various places.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 654108: make clean failed on a system without qmake.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 654244: Fixed compile issue for HP Itanium.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 654779: Fortran: Interface was seen as a class with constructor /
                                                                                                        • Packit 1c1d7e
                                                                                                                 destructor.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 654869: Using the word "property" as a type in C caused wrong
                                                                                                        • Packit 1c1d7e
                                                                                                                 results.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 654866: Fortran: fixed issue parsing function type that looked like
                                                                                                        • Packit 1c1d7e
                                                                                                                 C function pointers.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 655178: Fortran: Fixed parse issue when using variable name
                                                                                                        • Packit 1c1d7e
                                                                                                                            starting with the word interface.
                                                                                                          Packit 1c1d7e
                                                                                                        • id 655591: Improved error handling for empty html style list.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 655935: Fixed case where %s could end up in a warning messge.
                                                                                                        • Packit 1c1d7e
                                                                                                        • id 656005: Methods of Objective-C categories defined in an .m file are
                                                                                                        • Packit 1c1d7e
                                                                                                                 now marked as private.
                                                                                                          Packit 1c1d7e
                                                                                                          Packit 1c1d7e
                                                                                                          Packit 1c1d7e

                                                                                                          Doxygen Release 1.7.4

                                                                                                          Packit 1c1d7e

                                                                                                          (release date 28-03-2011)

                                                                                                          Packit 1c1d7e

                                                                                                          Changes

                                                                                                          Packit 1c1d7e
                                                                                                            Packit 1c1d7e
                                                                                                          • doxygen -w html now reads the default Doxyfile even if not specified
                                                                                                          • Packit 1c1d7e
                                                                                                                   explicitly
                                                                                                            Packit 1c1d7e
                                                                                                          • doxygen -w html now produces a template header and footer that can
                                                                                                          • Packit 1c1d7e
                                                                                                                   be used independent of the configuration options used.
                                                                                                            Packit 1c1d7e
                                                                                                            Packit 1c1d7e

                                                                                                            New features

                                                                                                            Packit 1c1d7e
                                                                                                              Packit 1c1d7e
                                                                                                            • New option INLINE_GROUPED_CLASSES that when enabled shows grouped
                                                                                                            • Packit 1c1d7e
                                                                                                                     classes inside the group documentation, instead of on a separate page.
                                                                                                              Packit 1c1d7e
                                                                                                            • Included updates for the Italian and Russian translation.
                                                                                                            • Packit 1c1d7e
                                                                                                            • id 640875: Added option HTML_EXTRA_FILES which makes it easier to copy
                                                                                                            • Packit 1c1d7e
                                                                                                                     additional files to the HTML output and also add them to the index files.
                                                                                                              Packit 1c1d7e
                                                                                                            • id 642579: Included patch that adds new LATEX_FOOTER option to
                                                                                                            • Packit 1c1d7e
                                                                                                                     customize the end of refman.tex in the LaTeX output.
                                                                                                              Packit 1c1d7e
                                                                                                              Packit 1c1d7e

                                                                                                              Bug fixes

                                                                                                              Packit 1c1d7e
                                                                                                                Packit 1c1d7e
                                                                                                              • id 140259: Jumping to a @section did not work in the RTF output.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 521854: Fortran: included patch for supporting multiple argument
                                                                                                              • Packit 1c1d7e
                                                                                                                                  declarations on one line.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 521861: Fixed problem with line continuation in Fortran.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 566921: %A::B now prevents a link for A::B, instead of only for A
                                                                                                              • Packit 1c1d7e
                                                                                                                                  and generating a warning that ::B cannot be linked.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 598481: Fortran: Added support for extends keyword.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 618374: Added support for inlining code in the VHDL output.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 625519: Fortran: argument name starting with a reserved word was
                                                                                                              • Packit 1c1d7e
                                                                                                                                  not handled properly.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 634415: Fixed problem parsing an array of character literals.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 635537: Links to file members were not made when found in tag files.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 638637: The Doxyfile documentation contained some very long lines.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 638655: Double quote in page or group title broke treeview.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 638733: Improved documentation for DOT_IMAGE_FORMAT option.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 638829: Added documentation to warn for consequences of using
                                                                                                              • Packit 1c1d7e
                                                                                                                                  HTML_HEADER.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 638856: Fixed problem autolinking to struct field using #S::a
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 639272: using @dot...@endot produced an image referenced with
                                                                                                              • Packit 1c1d7e
                                                                                                                                  absolute path.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 639521: \mscfile did not work properly for LaTeX output.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 639716: Fixed problem where #include's could cause phantom __pad__
                                                                                                              • Packit 1c1d7e
                                                                                                                                  members to appear in the output (appeared on Windows only).
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640259: Options PROJECT_LOGO and PROJECT_BRIEF were missing
                                                                                                              • Packit 1c1d7e
                                                                                                                                  from the manual.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640463: Fixed problem parsing PHP "use" statement when the argument
                                                                                                              • Packit 1c1d7e
                                                                                                                                  did not have a namespace scope.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640588: Included fix for proper splitting of multiple arguments
                                                                                                              • Packit 1c1d7e
                                                                                                                                  given to the QHP_CUST_FILTER_ATTRS option.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640646: Long error messages could cause memory corruption.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 640742: XML: switched indent option to no in the combine.xslt script.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 640754: Comment with XML style list of type table was not rendered
                                                                                                              • Packit 1c1d7e
                                                                                                                                  properly.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640822: Added support for overloading of C# indexer operators.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 640828: Internal section marked with @internal was not shown as
                                                                                                              • Packit 1c1d7e
                                                                                                                                  such anymore in the XML output.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640847: PHP: Fixed parse problem referring to class in global
                                                                                                              • Packit 1c1d7e
                                                                                                                                  namespace.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640924: Included patch by Haffmans to make the custom header and
                                                                                                              • Packit 1c1d7e
                                                                                                                                  footer independent of the chosen config options.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 640927: Included fix to prevent a warning in the server side PHP
                                                                                                              • Packit 1c1d7e
                                                                                                                                  search script.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 641026: Included patch to fix broken hyperlink to page entry
                                                                                                              • Packit 1c1d7e
                                                                                                                                  in xreflists.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 641188: Header of \page was wrong in Man page output.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 641336: #include's to other directories were not always linked.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 641673: Using "use Foo\Foo;" in PHP could cause doxygen to hang.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 641814: In some cases the HTML output could contain an extra </p>.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 642030: Tooltips with HTML entities could be wrongly truncated.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 642475: Include graphs could be incomplete.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 643056: Fixed problem with macro expansion.
                                                                                                              • Packit 1c1d7e
                                                                                                              • id 643279: Fixed potential crash when generating a warning for
                                                                                                              • Packit 1c1d7e
                                                                                                                                  void f(int %x) style parameter, which is valid in C++/CLI.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 643280: Included patch to enabled LargeAddressAware for Windows
                                                                                                              • Packit 1c1d7e
                                                                                                                                  builds.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 643276: Fixed cases where FILE_VERSION_FILTER was called for
                                                                                                              • Packit 1c1d7e
                                                                                                                                  dummy files with name "generated".
                                                                                                                Packit 1c1d7e
                                                                                                              • id 643655: Fixed argument matching issue when one of match candidates
                                                                                                              • Packit 1c1d7e
                                                                                                                                  was a typedef of a method pointer.
                                                                                                                Packit 1c1d7e
                                                                                                              • id 645754: mscfile tag was closed with dotfile in the XML output.
                                                                                                              • Packit 1c1d7e
                                                                                                              • doxygen -w html now ignores the values for HTML_HEADER and HTML_FOOTER
                                                                                                              • Packit 1c1d7e
                                                                                                                       found in the config file.
                                                                                                                Packit 1c1d7e
                                                                                                              • Importing a group via a tag file could overrule a local group with
                                                                                                              • Packit 1c1d7e
                                                                                                                       the same name even when EXTERNAL_GROUPS was disabled.
                                                                                                                Packit 1c1d7e
                                                                                                                Packit 1c1d7e
                                                                                                                Packit 1c1d7e

                                                                                                                Doxygen Release 1.7.3

                                                                                                                Packit 1c1d7e

                                                                                                                (release date 03-01-2011)

                                                                                                                Packit 1c1d7e

                                                                                                                Changes

                                                                                                                Packit 1c1d7e
                                                                                                                  Packit 1c1d7e
                                                                                                                • Added a header for each HTML page above the navigation menu,
                                                                                                                • Packit 1c1d7e
                                                                                                                         showing the project name and logo and a short descriptin (all optional).
                                                                                                                  Packit 1c1d7e
                                                                                                                         Disabling the index (with DISABLE_INDEX) still shows the new header
                                                                                                                  Packit 1c1d7e
                                                                                                                         (you can still customize this using HTML_HEADER). This now works
                                                                                                                  Packit 1c1d7e
                                                                                                                         nicely in combination with GENERATE_TREEVIEW = YES and/or
                                                                                                                  Packit 1c1d7e
                                                                                                                         SEARCH_ENGINE = YES.
                                                                                                                  Packit 1c1d7e
                                                                                                                • Redesigned the treeview feature. Instead of using frames, the
                                                                                                                • Packit 1c1d7e
                                                                                                                         navigation tree is now loaded on each page dynamically. This allows
                                                                                                                  Packit 1c1d7e
                                                                                                                         bookmarking a page and always keeps the top menu visible. Also the
                                                                                                                  Packit 1c1d7e
                                                                                                                         current item is automatically highlighted in the tree.
                                                                                                                  Packit 1c1d7e
                                                                                                                         Also updated the icons in the treeview to match the overall look'n'feel.
                                                                                                                  Packit 1c1d7e
                                                                                                                         Note: if you now use a custom HTML header, please update it using
                                                                                                                  Packit 1c1d7e
                                                                                                                         doxygen with the -w and the edit the default header.
                                                                                                                  Packit 1c1d7e
                                                                                                                  Packit 1c1d7e

                                                                                                                  New features

                                                                                                                  Packit 1c1d7e
                                                                                                                    Packit 1c1d7e
                                                                                                                  • id 499544: Added SVG support to doxygen's dot output
                                                                                                                  • Packit 1c1d7e
                                                                                                                           (setting DOT_IMAGE_FORMAT to svg now works as expected)
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added control to the wizard to configure the color of the output
                                                                                                                  • Packit 1c1d7e
                                                                                                                           visually.
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added options to specify project synopsis and select a
                                                                                                                  • Packit 1c1d7e
                                                                                                                           project logo to the wizard.
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added option PROJECT_LOGO which can be used to specify an image
                                                                                                                  • Packit 1c1d7e
                                                                                                                           which will be shown in the header of each HTML page along with
                                                                                                                    Packit 1c1d7e
                                                                                                                           the project name (PROJECT_NAME option).
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added option PROJECT_BRIEF which can be used to specify a brief
                                                                                                                  • Packit 1c1d7e
                                                                                                                           description which will be shown in the header of each HTML page
                                                                                                                    Packit 1c1d7e
                                                                                                                           just below the project name.
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added new option FILTER_SOURCE_PATTERNS which can be used
                                                                                                                  • Packit 1c1d7e
                                                                                                                           in combination with FILTER_SOURCE_FILES to filter files used for 
                                                                                                                    Packit 1c1d7e
                                                                                                                           the source browser based on file extension, which can overwrite 
                                                                                                                    Packit 1c1d7e
                                                                                                                           the filter set by FILTER_PATTERNS and/or INPUT_FILTER.
                                                                                                                    Packit 1c1d7e
                                                                                                                  • Added new option STRICT_PROTO_MATCHING which is disabled by default,
                                                                                                                  • Packit 1c1d7e
                                                                                                                           and makes the parameter matching to be less strict, resulting in 
                                                                                                                    Packit 1c1d7e
                                                                                                                           fewer "No matching class member found" warnings.
                                                                                                                    Packit 1c1d7e
                                                                                                                    Packit 1c1d7e

                                                                                                                    Bug fixes

                                                                                                                    Packit 1c1d7e
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 306076: code blocks with using directives did not get hyperlinked.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 313527: enum values with bitfields did not get parsed correctly.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 565715, 630582: Included a patch that fixes a couple of Fortran issues
                                                                                                                    • Packit 1c1d7e
                                                                                                                             (thanks to Albert).
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 615507: Fixed problem handling @cond..@endcond in Fortran code.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 619040: Scope was missing in Tokens.xml when using docsets.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 625517, 523156: Applied patch tp avoid stripping prefixes for Fortran
                                                                                                                    • Packit 1c1d7e
                                                                                                                             subroutines.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 626476: allow label before end statement in Fortran
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 630901: </see> was not handled properly in comment block.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 632311: Fixed potential crash for empty verbatim section.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 632426: closing brace of a function with one parameter has wrong
                                                                                                                    • Packit 1c1d7e
                                                                                                                             color in HTML.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 632543: Added support for Fortran TYPEs with language bindings.
                                                                                                                    • Packit 1c1d7e
                                                                                                                             (thanks to a patch by Daniel Franke)
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 632879: An explicit link request such as #blah did not longer produce
                                                                                                                    • Packit 1c1d7e
                                                                                                                             a warning if no symbol named blah was found.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 633891: warnings in "inbody" documentation were shown with "unknown"
                                                                                                                    • Packit 1c1d7e
                                                                                                                             file name.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 634116: Titles customized via the layout file did not appear in
                                                                                                                    • Packit 1c1d7e
                                                                                                                             the title page and navigation tree, only in the top menu.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 634600: Fixed problem resolving typedef.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 634775: Fixed a problem were // inside a code block got removed.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 634857: Added support for escaping :: by using \:: (or @::)
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 634962: #include with relative path to parent dir did not get
                                                                                                                    • Packit 1c1d7e
                                                                                                                             hyperlinked.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 634986: Removed double definition of docParamName in compound.xsd.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 635198: C++/CLI Finalizer methods were not parsed properly.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 636475: Objective-C method names can now be used as the
                                                                                                                    • Packit 1c1d7e
                                                                                                                             the first argument of \ref.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 636588: Fixed a couple of problems in the compound.xsd schema used
                                                                                                                    • Packit 1c1d7e
                                                                                                                             for XML output.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 636598: DISTRIBUTE_GROUP_DOC now works again for enum values.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 636947: Improved matching of typedef'ed array parameter and non
                                                                                                                    • Packit 1c1d7e
                                                                                                                             typedef'ed array parameter.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • id 637610: Added a number of fixed for Fortran interfaces.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 637712: Handle files with the .for extension as Fortran.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • id 637987: Fixed error in the grouping documentation.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • Fixed line number sync problem when using Objective-C #import
                                                                                                                    • Packit 1c1d7e
                                                                                                                             statements.
                                                                                                                      Packit 1c1d7e
                                                                                                                    • Fixed problem handling /** @cond */ in the preprocessor.
                                                                                                                    • Packit 1c1d7e
                                                                                                                    • Member groups could get reordered in the output.
                                                                                                                    • Packit 1c1d7e
                                                                                                                      Packit 1c1d7e
                                                                                                                      Packit 1c1d7e

                                                                                                                      Doxygen Release 1.7.2

                                                                                                                      Packit 1c1d7e

                                                                                                                      (release date 09-10-2010)

                                                                                                                      Packit 1c1d7e
                                                                                                                      Packit 1c1d7e

                                                                                                                      Changes

                                                                                                                      Packit 1c1d7e
                                                                                                                        Packit 1c1d7e
                                                                                                                      • Changed the default font of the LaTeX output to helvetica.
                                                                                                                      • Packit 1c1d7e
                                                                                                                      • Changed the way parameters and return values are represented in the
                                                                                                                      • Packit 1c1d7e
                                                                                                                               LaTeX and RTF output. They are now listed using tables.
                                                                                                                        Packit 1c1d7e
                                                                                                                        Packit 1c1d7e

                                                                                                                        New features

                                                                                                                        Packit 1c1d7e
                                                                                                                          Packit 1c1d7e
                                                                                                                        • added support for Apple's block object extension for C/Obj-C/C++.
                                                                                                                        • Packit 1c1d7e
                                                                                                                        • added support for detecting Python constructors and destructors.
                                                                                                                        • Packit 1c1d7e
                                                                                                                        • id 624575: Added \endinternal command that can be used to force
                                                                                                                        • Packit 1c1d7e
                                                                                                                                 the end of a section started with \internal.
                                                                                                                          Packit 1c1d7e
                                                                                                                        • id 552605: Added parsing support for PHP 5.3+ style namespaces.
                                                                                                                        • Packit 1c1d7e
                                                                                                                        • id 582532: added \mscfile command which can be used to insert a
                                                                                                                        • Packit 1c1d7e
                                                                                                                                 message sequence chart given a .msc file. 
                                                                                                                          Packit 1c1d7e
                                                                                                                                 Also added a new config option MSCFILE_DIRS to provide directories
                                                                                                                          Packit 1c1d7e
                                                                                                                                 were msc files are searched (Thanks to Adrien for the patch).
                                                                                                                          Packit 1c1d7e
                                                                                                                        • Added support for type specifiers for documenting PHP parameters,
                                                                                                                        • Packit 1c1d7e
                                                                                                                                 format: "@param type $paramname docs"
                                                                                                                          Packit 1c1d7e
                                                                                                                        • Added support for rendering formulas in the HTML output
                                                                                                                        • Packit 1c1d7e
                                                                                                                                 using MathJax instead of using prerendered bitmaps. 
                                                                                                                          Packit 1c1d7e
                                                                                                                                 For this purpose the options USE_MATHJAX and MATHJAX_RELPATH were
                                                                                                                          Packit 1c1d7e
                                                                                                                                 added.
                                                                                                                          Packit 1c1d7e
                                                                                                                          Packit 1c1d7e

                                                                                                                          Bug fixes

                                                                                                                          Packit 1c1d7e
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 306076: Fixed case where using of a namespace did not work inside
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   an example.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 336053, 487871: /// were not stripped from formulas and \dot..\enddot
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 563698: dropped support for a4wide paper format for LaTeX, since
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   it is on the LaTeX taboo list.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 571014: Behaviour of CLASS_DIAGRAM=NO in combination with
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   HAVE_DOT=YES, was not propely documented.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 576291: Python comments for next class or method could end up in
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   code of a method/class when enabling INLINE_SOURCES.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 611174: Fixed problem handling nested classes in Python.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 621733: removed unexpected warnings about undocumented return types
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 622737: Undefined function macros could cause constant expression
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   errors.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 622780: updated copyright statement in PDF docs.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 622935: C# generics appeared with -g extension in the output in
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   some situations.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 623023: Fixed parsing problem for "int &foo1(),&foo2();"
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 623052: Link to destructor was wrong in the member index.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 623424: Fixed problem where struct description gets added to variable
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   of struct type.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 623673: Anchors were missing in the Qhp index for members.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 623733: Fixed potential crash due to uninitialized line number.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 623765: closed.png was wrongly linked when GENERATE_SUBDIRS and
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   HTML_DYNAMIC_SECTIONS were enabled.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 624014: Function macro was not handled properly when there was
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   a line continuation directly after the name.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 624095: Linking to a class via a tag file did not work if the class
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   was in an undocumented namespace.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 624104: Fixed a couple of typos in lodepng.h
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 624323: Graph legend image was missing form the index files.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • Fixed a number of typos in the config file documentation
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   (thanks to Jens Schweikhardt)
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 624514: Some enums were not cross-referenced.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 624829: Missing \endcond could cause preprocessor issues in
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   next file(s) to be parsed.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625070: a function definition in a namespace, documented in the
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   header did not always get cross-referenced.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625296: Removed superfluous <td></td> from parameter list in
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   HTML output.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625317: Unterminated comment could crash doxygen.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 625531: Inherited documentation was only included for the
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   last derived class in case of multiple inheritance.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625578: In the HTML output </div> was missing for built-in
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   class diagrams.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625555: References in example files with underscores were wrong.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 625982: When using Japanese characters mixed with ascii characters
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   doxygen incorrectly ended the brief description with a dot.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 625952: setting MULTILINE_CPP_IS_BRIEF to YES, cause /// to appear
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   in the output.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 626033, 567774: EXTENSION_MAPPING did not work if a mapped
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   language was handled by the same parser as used for the original  
                                                                                                                            Packit 1c1d7e
                                                                                                                                   extension.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 626175: Fixed bracket bug in LaTeX fancy headers.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 626508: Allow hyphen in key argument of \xrefitem.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 626647: \copydoc did not work for array type arguments (e.g. int[]).
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • Use \dotfile did not produce the correct map file, so URLs in dot
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   files did not work.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 627371: #define's in files only found via INCLUDE_PATH were not
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   correctly handled.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 628065: auto brief description ending with .) cause the ) to
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   end up in the detailed part.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • id 628242: Fixed encoding issue for the Spanish translation.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 628678: Fixed segmentation fault in case of very long errors.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 629040: Fixed type in search page of the documentation.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 629182: Fixed problem detecting include guard.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 629270: Made file extension to parser mapping case insensitive.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 629485: Latex makefile clean target used rm command also for Windows.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 629942: the EXCLUDE_SYMBOLS option was missing form the online docs.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 631094: \htmlinclude and \verbinclude ended the brief description.
                                                                                                                          • Packit 1c1d7e
                                                                                                                          • id 631380: Inconsistent behaviour when a brief description was given
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   following by a detailed comment block with JAVADOC_AUTOBRIEF enabled.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • Fixed a number of typos in the documentation
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   (thanks to Albert van der Meer)
                                                                                                                            Packit 1c1d7e
                                                                                                                          • Fixed potential hangup when scanning directories defined as
                                                                                                                          • Packit 1c1d7e
                                                                                                                                   symlinks to absolute paths.
                                                                                                                            Packit 1c1d7e
                                                                                                                          • HTML attributes other than src were not copied for the <img> tag.
                                                                                                                          • Packit 1c1d7e
                                                                                                                            Packit 1c1d7e
                                                                                                                            Packit 1c1d7e

                                                                                                                            Doxygen Release 1.7.1

                                                                                                                            Packit 1c1d7e

                                                                                                                            (release date 25-06-2010)

                                                                                                                            Packit 1c1d7e

                                                                                                                            Changes

                                                                                                                            Packit 1c1d7e
                                                                                                                              Packit 1c1d7e
                                                                                                                            • id 621695: Made warning and error messages appear with lower case
                                                                                                                            • Packit 1c1d7e
                                                                                                                                     "warning:" and "error:" prefix to make it easier to use the messages 
                                                                                                                              Packit 1c1d7e
                                                                                                                                     from Visual Studio.
                                                                                                                              Packit 1c1d7e
                                                                                                                              Packit 1c1d7e

                                                                                                                              New features

                                                                                                                              Packit 1c1d7e
                                                                                                                                Packit 1c1d7e
                                                                                                                              • id 621908: Added new config option FORMULA_TRANSPARENT which allows
                                                                                                                              • Packit 1c1d7e
                                                                                                                                       selecting between transparent (YES) or non-transparent (NO) PNGs for
                                                                                                                                Packit 1c1d7e
                                                                                                                                       formulas in the HTML output.
                                                                                                                                Packit 1c1d7e
                                                                                                                              • Update for Turkish translation.
                                                                                                                              • Packit 1c1d7e
                                                                                                                                Packit 1c1d7e

                                                                                                                                Bug fixes

                                                                                                                                Packit 1c1d7e
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 533821: Inheritance relation for a C# class deriving from
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         a generic class was not handled correctly.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 554638: Changing DOT_IMAGE_FORMAT did not cause the graphs to be
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         regenerated.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 576533: A field of the form "enum E *p" was ignore.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • id 597016: Hide scope name was not working properly for todo items
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         inside class members, where the class was inside a namespace.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 617761: In dot graphs now also @ref worked (previously only \ref was
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         supported).
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 621653: Fixed error when compiling doxygen for Solaris 8.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • id 621733: Removed bogus warning about undocumented return type for
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         define when WARN_NO_PARAMDOC was enabled.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 621780: Fixed parsing support for a function that returns a
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         struct definition.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 621785: Doxygen could hang when using \copydoc in a function with
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         \param.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 621805: Using //!< after a #define no longer worked.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • id 621854, 622219, 622593: html help compiler (and also the Qt
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         help compiler) was called before all dot images were generated.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 621984: Using a auto-list in combination with \subpage cause the
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         items to be inlined.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 622018: Fixed problem parsing a @param command where the
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         text part started with a formula.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 622019: Added some instructions how to document Fortran code.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • id 622041: Using \var multiple times in a comment block did not
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         work properly.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 622413: Tooltips could get wrongly truncated when multi-byte
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         UTF-8 characters were used.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                • id 622471: Argument matching failed for typedef in another namespace.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • Fixed crash situation while handling commands inside a @ref section.
                                                                                                                                • Packit 1c1d7e
                                                                                                                                • Treeview icons were missing in the HTML output when setting
                                                                                                                                • Packit 1c1d7e
                                                                                                                                         GENERATE_TREEVIEW to NO and USE_INLINE_TREES to YES.
                                                                                                                                  Packit 1c1d7e
                                                                                                                                  Packit 1c1d7e
                                                                                                                                  Packit 1c1d7e
                                                                                                                                  Packit 1c1d7e

                                                                                                                                  Doxygen Release 1.7.0

                                                                                                                                  Packit 1c1d7e

                                                                                                                                  (release date 15-06-2010)

                                                                                                                                  Packit 1c1d7e

                                                                                                                                  Changes

                                                                                                                                  Packit 1c1d7e
                                                                                                                                    Packit 1c1d7e
                                                                                                                                  • Changed the look of the HTML output.
                                                                                                                                  • Packit 1c1d7e
                                                                                                                                  • Made several internal changes that should have a positive effect on the
                                                                                                                                  • Packit 1c1d7e
                                                                                                                                           overall performance.
                                                                                                                                    Packit 1c1d7e
                                                                                                                                    Packit 1c1d7e

                                                                                                                                    New features

                                                                                                                                    Packit 1c1d7e
                                                                                                                                      Packit 1c1d7e
                                                                                                                                    • The color of the HTML output can now easily be adjusted using three new
                                                                                                                                    • Packit 1c1d7e
                                                                                                                                             options: HTML_COLORSTYLE_HUE, HTML_COLORSTYLE_SAT, 
                                                                                                                                      Packit 1c1d7e
                                                                                                                                             and HTML_COLORSTYLE_GAMMA, which control respectively the hue, 
                                                                                                                                      Packit 1c1d7e
                                                                                                                                             saturation, and gamma of all elements in the HTML output.
                                                                                                                                      Packit 1c1d7e
                                                                                                                                    • Moved dot invocations to the end of a doxygen run. Doxygen will now
                                                                                                                                    • Packit 1c1d7e
                                                                                                                                             run multiple instances of dot in parallel (for better CPU utilisation
                                                                                                                                      Packit 1c1d7e
                                                                                                                                             on multi-core systems). The new config option DOT_NUM_THREADS 
                                                                                                                                      Packit 1c1d7e
                                                                                                                                             determines the number of threads used (were 0 is auto-detect).
                                                                                                                                      Packit 1c1d7e
                                                                                                                                    • Added option EXT_LINKS_IN_WINDOW which controls whether or not
                                                                                                                                    • Packit 1c1d7e
                                                                                                                                             links to symbols imported via tag files will be opened in a new window.
                                                                                                                                      Packit 1c1d7e
                                                                                                                                    • Included various language updates (thanks to Petr for coordinating).
                                                                                                                                    • Packit 1c1d7e
                                                                                                                                    • Included patch by Stefan Oberhumer that allows customizing the
                                                                                                                                    • Packit 1c1d7e
                                                                                                                                             way parameter lists are shown in the LaTeX output.
                                                                                                                                      Packit 1c1d7e
                                                                                                                                      Packit 1c1d7e

                                                                                                                                      Bug fixes

                                                                                                                                      Packit 1c1d7e
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 306076: source browser could miss links for used namespaces.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 361476, 620924: \if and \endif did not work properly inside auto lists.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 557164: No warning for missing return type documentation even though
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               WARN_NO_PARAMDOC was set to YES.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 577005: Handling of nesting \defgroup's was not always working
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               properly.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 578739: ø was not translated correctly in the LaTeX output.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 583526: Use relative paths for mscgen diagrams to avoid errors in the
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               LaTeX output.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 592991: The "Use current settings at startup" feature of Doxywizard
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               was broken.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 593679: Links in the search results were broken if they pointed to
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               symbols imported via tag files using an absolute path or URL.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 593760, 615682: Fixed man page output problem when using @par.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 594021: A C comment before a #endif caused the preprocessor
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               statement to be ignored.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 597013: When HIDE_SCOPE_NAMES was enabled also the scope for
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               nested classes was stripped. Now only the namespace scope will be 
                                                                                                                                        Packit 1c1d7e
                                                                                                                                               stripped as before.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 600829: Autolinks to namespace members did not work if
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               an explicit # or :: was used.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 602732: Slashes inside strings in java annotations were not handled
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               properly.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 606335: Fixed the "show html output" button in doxywizard
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               for Windows when IE was set as the default browser.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 608292: Formatting was lost for section copied with \copydoc.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 608359: Fixed C++ parse issue for "class : public base {} var;"
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               construct.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 611056: Generated HTML footer file did not have UTF-8 encoding and
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               the relative path marker needed when using CREATE_SUBDIRS = YES.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 611193: Fixed parsing problem with try-functions having multiple
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               catch handlers.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 611642: Specialized private template member function appeared as
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               public.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 611888: Include dependency graphs were sometimes wrong.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612170: Some lines in the generated Doxyfile where too long.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612275: Fixed auto-link problem for certain URLs.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612292: Improved handling of ellipsis inside brief description when
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               JAVADOC_AUTOBRIEF is enabled.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 612364: Accessibility of macros was not handled properly in all cases.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612310: Enabling REFERENCED_BY_RELATION without SOURCE_BROWSER could
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               result in broken links.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 612458: Fixed problem handling @copydoc for function operators.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612609: A raw C# string constant could end up in the next string.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 612969: subpages were not part of the XML output.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 613024: First list item in the paragraph after a @todo
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               item was not parsed properly.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 614204: Generated man page links were having a heading underscore.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 614443: Made include guard detect a bit more strict to avoid false
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               positives.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 614447: The labels of CVS tags were missing a colon.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 614438: Fixed problem parsing Q_PROPERTY with template type and
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               spaces.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 615165: Made the date string in the HTML footer translatable,
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               along with some other sentences on the directory pages.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 612858: Inline attribute was shown also for non-inline template
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               members.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 615583: Fixed problem handling @copy for operators with
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               const qualifier.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 615755: Fixed problem handling '"' inside comments.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 615957: Made the LaTeX output a bit less spacious using \input.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 615695: Fixed preprocessor issue where a macro that was redefined
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               was not resolved.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • Fixed character encoding issue on the search results page.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 615670: C# namespaces are now extracted also without comment block
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               (the language spec does not allow XML documentation).
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 616209: included patch that fixes some typos in the code.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 616344, 610604: Pages with an underscore in the label generated a
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               file name containing two underscores.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 616387: text of the form something.symbol got autolinked when
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               symbol had a global scope.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 616761: Call graph could be wrong when local variable has the same
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               name as a global function.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 616947: Added documentation patch on how to create URL links with
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               custom text.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 616988: Doxywizard now removes non-existent files from the
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               recent list and has an option to clear the list completely.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 617051: A macro defined via PREDEFINED did not always overrule a
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               macro definition in the code.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 617278: Enabling call graphs produced invalid XHTML output.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • id 617871: Non ascii characters in file or directory names
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               caused problems on Windows.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 618079: An ALIAS with parameters spanning multiple lines
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               caused problems with /// style comments. 
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 618632: Included patch to prevent image overflowing the page in
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               the LaTeX output.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 619728: Fixed problem using EXTENSION_MAPPING for C# (thanks to
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               Vsevolod Kukol for the patch).
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 619978: Links to external files could be wrong when CREATE_SUBDIR
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               was enabled.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 620229: /* characters in a print broke parsing within an conditional
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               section.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • id 620926: \if and \endif did not work properly inside HTML tables.
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                      • Using @include in combination with LATEX_SOURCE_CODE caused wrong
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               output.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • Included a patch by Guido Tack which adds two new options
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               for docsets (DOCSET_PUBLISHER_ID and DOCSET_PUBLISHER_NAME) and 
                                                                                                                                        Packit 1c1d7e
                                                                                                                                               fixes an issue with linking to docset members.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                      • Included patch by Stefan Oberhumer to support escaped {}'s in alias
                                                                                                                                      • Packit 1c1d7e
                                                                                                                                               definition and parameters.
                                                                                                                                        Packit 1c1d7e
                                                                                                                                        Packit 1c1d7e
                                                                                                                                        Packit 1c1d7e

                                                                                                                                        Packit 1c1d7e
                                                                                                                                        \endhtmlonly
                                                                                                                                        Packit 1c1d7e
                                                                                                                                        \section log_1_6 1.6 Series
                                                                                                                                        Packit 1c1d7e
                                                                                                                                        \htmlonly
                                                                                                                                        Packit 1c1d7e
                                                                                                                                        Packit 1c1d7e

                                                                                                                                        Packit 1c1d7e

                                                                                                                                        Doxygen Release 1.6.3

                                                                                                                                        Packit 1c1d7e

                                                                                                                                        (release date 21-02-2010)

                                                                                                                                        Packit 1c1d7e

                                                                                                                                        New features

                                                                                                                                        Packit 1c1d7e
                                                                                                                                          Packit 1c1d7e
                                                                                                                                        • id 608480: Using \dir without argument will create directory
                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                            documentation for the directory in which the \dir command 
                                                                                                                                          Packit 1c1d7e
                                                                                                                                                            was found.
                                                                                                                                          Packit 1c1d7e
                                                                                                                                          Packit 1c1d7e

                                                                                                                                          Bug fixes

                                                                                                                                          Packit 1c1d7e
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 590161: perlmod output was wrong when using paragraph commands.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 600525: Included patch for VHDL.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 605698: Replaced size attribute of hr tag by class attribute in the
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              HTML output.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606030, 606192, 607563:
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              Using \dot produced "Error opening map file" or 
                                                                                                                                            Packit 1c1d7e
                                                                                                                                                              could even crash doxygen.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606084: Loading a new config file in doxywizard did not reset all
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              values of a previously loaded config file.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606104: Grouped members with todo-like items were shown with
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              "GlobalScope" prefix.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606156: Fixed RTF rendering problem with group index.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 606206, 610133: Added missing line break in LaTeX output.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 606330, 608056: The title of pages whose label had an underscore
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              was not shown
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606717: Include guard not starting with #ifndef SOME_GUARD_H were not
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              recognised as such.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606718: Setting SEARCHENGINE to YES and GENERATE_HTML to NO caused
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              error that search results directory could not be created.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 606772, 608493: typedef'ed enums or struct with the same as the
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              typedef did no longer show up.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 607088, 607946: Related pages (manual and automatic like the todo page)
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              caused broken links when SHORT_NAMES was enabled.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 607432, 608002: Automatically generated related pages (like the
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              todo page) caused broken links when CREATE_SUBDIR was enabled.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 607736: comments after #if could cause next function call not to be
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              cross-referenced.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 607743: \internal inside a conditional section caused warning.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 608016: Using \internal inside a \section did not end at the
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                   next \section as documented.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 608018: \internal command produced message with .: in
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                   the LaTeX output.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 608072: HTML Tables with custom attributes were not rendered
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              properly.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 608227: Man pages with underscore got double underscore in the name.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 608590: Buffer overflow when using non-ascii characters as class
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              name.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 608921: Macro definition had effect even if the definition was not
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              actually included.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 609504: config.h and config.l where missing from the SVN repository.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 609624: Todo items were merged for overloaded functions.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • id 609709: C# enum values with @todo items were missing from the todo
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                              list.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • id 610437: Removed bogus warning when using <br/> tag.
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                          • Fixed parsing problem for function pointer type starting with
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                   "typedef enum".
                                                                                                                                            Packit 1c1d7e
                                                                                                                                          • Preprocessor did not take EXCLUDE_PATTERNS into account, which
                                                                                                                                          • Packit 1c1d7e
                                                                                                                                                   could cause parse issues when importing a .tlb file.
                                                                                                                                            Packit 1c1d7e
                                                                                                                                            Packit 1c1d7e
                                                                                                                                            Packit 1c1d7e
                                                                                                                                            Packit 1c1d7e
                                                                                                                                            Packit 1c1d7e

                                                                                                                                            Doxygen Release 1.6.2

                                                                                                                                            Packit 1c1d7e

                                                                                                                                            (release date 30-12-2009)

                                                                                                                                            Packit 1c1d7e

                                                                                                                                            Changes

                                                                                                                                            Packit 1c1d7e
                                                                                                                                              Packit 1c1d7e
                                                                                                                                            • id 594787: Autolinking to all-lower case words has been disabled,
                                                                                                                                            • Packit 1c1d7e
                                                                                                                                                                in accordance with the documentation.
                                                                                                                                              Packit 1c1d7e
                                                                                                                                            • id 604543: Doxygen now allows any extension supported by dot via the
                                                                                                                                            • Packit 1c1d7e
                                                                                                                                                     DOT_IMAGE_FORMAT option.
                                                                                                                                              Packit 1c1d7e
                                                                                                                                            • Switched back to using PNGs for built-in diagrams and formulas using
                                                                                                                                            • Packit 1c1d7e
                                                                                                                                                     the Lode Vandevenne's PNG encoder.
                                                                                                                                              Packit 1c1d7e
                                                                                                                                              Packit 1c1d7e

                                                                                                                                              New features

                                                                                                                                              Packit 1c1d7e
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Added new option SERVER_BASED_SEARCH to re-enable searching via a
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                       PHP enabled web browser instead of only using javascript locally.
                                                                                                                                                Packit 1c1d7e
                                                                                                                                                       This method better scales to larger projects and allows full text
                                                                                                                                                Packit 1c1d7e
                                                                                                                                                       search.
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Added new options GENERATE_ECLIPSEHELP and ECLIPSE_DOC_ID
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                       to generate an index file that can be used to embed doxygen's HTML 
                                                                                                                                                Packit 1c1d7e
                                                                                                                                                       output into Eclipse as a help plugin 
                                                                                                                                                Packit 1c1d7e
                                                                                                                                                       (thanks to a patch by Ondrej Starek).
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Wrote new documentation
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                       regarding the methods of searching in the HTML output.
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Included patch by Ed Rosten to render formulas with
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                       proper anti-aliasing on non-white backgrounds using transparency.
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Add new option FORCE_LOCAL_INCLUDES to make the default #include
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                       appearance in class documentation with "" i.s.o sharp brackets.
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • id 558457: Make \addindex put keywords into the .qhp file.
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                              • id 595214: #cmakedefine is now treated the same was as #define
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                                  (for users of the CMake build system).
                                                                                                                                                Packit 1c1d7e
                                                                                                                                              • Added compilation support for OSX 10.6 (aka Snow Leopard)
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                              • Included language update for Brazilian.
                                                                                                                                              • Packit 1c1d7e
                                                                                                                                                Packit 1c1d7e

                                                                                                                                                Bug fixes

                                                                                                                                                Packit 1c1d7e
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • Doxywizard did not warn when it failed to save its config file.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 557035: Empty class definitions were not included in Tokens file
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    for docsets.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 563233: GENERATE_QHP details was considered even though it is
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    not defined.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 567346: Comment parser could get stuck in certain cases.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 570369: GENERATE_QHP should generate keywords for classes in
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    generated *.qhc.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 571964: Fixed two issues in the compound.xsd schema definition.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 592991: Fixed wrong default destination directory.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 593040: Fixed problem with distributing member group documentation
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    for anonymous member groups.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 593273: GENERATE_TODOLIST=NO and friends not longer worked.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 593928: Added support for UCS-2 encoded input files.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 594391: Fixed problem parsing fully-qualified java annotations.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 594592, 596815: Fixed problem handling quotes.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 595191: Not all configuration options appeared in the index of
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    the documentation and some were not sorted correctly.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 595253: formulas had the .png extension while they were gifs.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 595833: Fixed recursive lockup while resolving template relations.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 595935: Doxygen's preprocessor got confused when /**/ appeared as
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    part of a macro definition.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 596085: Removed obsolete option USE_WINDOWS_ENCODING from the docs.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 596233: RTF output was missing a new paragraph for brief
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    member descriptions.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 596807, 596819: Code reformatting done for the LaTeX output could
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    break multibyte UTF-8 characters causing invalid output.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 596809: Using multibyte characters in a page label caused invalid
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    output.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 596816: Documented the interaction between LATEX_CMD_NAME and
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    USE_PDFLATEX.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 597015: Todo items for two inner classes with the same name where
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    collapsed together in the todo list when HIDE_SCOPE_NAMES 
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                                    was enabled.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 597016: Scope was not hidden for members in the todo list even
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    though HIDE_SCOPE_NAMES was set to YES.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 598497: Struct variable with explicit struct keyword got labelled
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    with [read] attribute.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 596902: PHP was not parsed properly when it appeared in a
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    <script language="php"> section.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 597415: Fixed problem matching base class member against the
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    member in the derived class.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 597518: Makefile for Docsets now honors DESTDIR.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 598298: Made browsing for HHC_LOCATION via the wizard
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    yield an absolute path.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 599128: Changed default for CHM_INDEX_ENCODING to CP1250 to avoid
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    issues in a Solaris environment.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 595931: Removed unnecessary paragraphs from HTML table cells.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 597541: referring to page labels of the form a-1 did not work.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 599224: Code generators could produce extra </span> tags.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 599974: Included the PHP search engine again (with new config
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    option SERVER_BASED_SEARCH to enable it)
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 600544: Doxygen produced invalid Latex output for RCS tags.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 600563: Fixed issue with include dependency tracking that could
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    cause macro expansion not to work properly.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 600940: Fixed issue with VHDL call graph (thank to Martin Kreis
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    for the fix).
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 601138: Fixed problem parsing C++ function-try-blocks.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 601222: #include inside a class could cause line numbers to be off.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 601223: Fixed parsing problem skipping over /**/ comment.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 601694: Fixed problem handling Javadoc style {@code ... } blocks.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 601771: Special commands did not work in the title of
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                                    the @mainpage.
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                • id 602818: Fixed problem parsing files that start with UTF-8 BOM.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 603001: Fixed problem parsing friend function with explicit scope.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 603238: Fixed perlmod generation issue.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 604948: Project number was not centered anymore in the HTML output.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                • id 604503: Using %word in a page title incorrectly did show the %.
                                                                                                                                                • Packit 1c1d7e
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                  Packit 1c1d7e

                                                                                                                                                  Doxygen Release 1.6.1

                                                                                                                                                  Packit 1c1d7e

                                                                                                                                                  (release date 25-08-2009)

                                                                                                                                                  Packit 1c1d7e

                                                                                                                                                  Bug fixes

                                                                                                                                                  Packit 1c1d7e
                                                                                                                                                    Packit 1c1d7e
                                                                                                                                                  • Fixed file handle leak when parsing include files. Also fixed
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                           the logic that determines whether or not an include file need to be
                                                                                                                                                    Packit 1c1d7e
                                                                                                                                                           parsed.
                                                                                                                                                    Packit 1c1d7e
                                                                                                                                                  • Search result pages were not using UTF-8 character encoding.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • Search results pointing to external references were not linked correctly.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 133418: Multiline second argument of \ref caused unexpected " warning.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 592454: Feeding invalid XML could crash doxygen's DBus XML parser.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 592485: Include patch to fix problem with building rpms.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 592511, 592625: Doxywizard problem with GENERATE_TREEVIEW.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 592650: SHOW_USED_FILES now works again.
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                  • id 592808: xrefitems (like @todo) did not appear in the list when
                                                                                                                                                  • Packit 1c1d7e
                                                                                                                                                           found in comments marked with @enum or @name.
                                                                                                                                                    Packit 1c1d7e
                                                                                                                                                    Packit 1c1d7e

                                                                                                                                                    Doxygen Release 1.6.0

                                                                                                                                                    Packit 1c1d7e

                                                                                                                                                    (release date 20-08-2009)

                                                                                                                                                    Packit 1c1d7e

                                                                                                                                                    Changes

                                                                                                                                                    Packit 1c1d7e
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • id 580924, 541234: Replaced the PHP based search engine by a
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             Javascript/DHTML based one.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                             As a result the search feature no longer requires a HTTP server
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                             with PHP enabled to be usable. Searching is limited to symbols
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                             though, but it is now possible to filter on symbol type.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • id 519886: Make the HTML output XHTML 1.0 compliant.
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                    • id 579950: Objective-C categories are now merged with their base
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             class, unless there is no base class.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • Member groups with the same header within the same scope are now
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             merged. This also works for Objective-C categories.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • Changed the LaTeX style sheet such that more of the markup is
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             configurable. Please update your style sheet if you use a custom one.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • id 584844: Treat \details inside a brief description as a new paragraph
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             command.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • Split GENERATE_TREEVIEW into two separate options:
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             GENERATE_TREEVIEW and USE_INLINE_TREES.
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                    • Removed the dependencies on libpng and libz, doxygen now generates
                                                                                                                                                    • Packit 1c1d7e
                                                                                                                                                             gifs again for internal class diagrams (like it did 7 years ago ;-)
                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                      Packit 1c1d7e

                                                                                                                                                      New features

                                                                                                                                                      Packit 1c1d7e
                                                                                                                                                        Packit 1c1d7e
                                                                                                                                                      • Added option SORT_MEMBERS_CTORS_1ST, which when enabled places the
                                                                                                                                                      • Packit 1c1d7e
                                                                                                                                                               constructors and destructors first in an otherwise sorted list.
                                                                                                                                                        Packit 1c1d7e
                                                                                                                                                      • id 581518: Applied patch by Tobias Hunger that adds support for
                                                                                                                                                      • Packit 1c1d7e
                                                                                                                                                               documenting DBus XML interface descriptions. 
                                                                                                                                                        Packit 1c1d7e
                                                                                                                                                      • Included QtHelp patch by Karsten Heimrich which adds missing
                                                                                                                                                      • Packit 1c1d7e
                                                                                                                                                               reference and keyword for methods.
                                                                                                                                                        Packit 1c1d7e
                                                                                                                                                      • Included updates for the Korean and Polish translation.
                                                                                                                                                      • Packit 1c1d7e
                                                                                                                                                        Packit 1c1d7e

                                                                                                                                                        Bug fixes

                                                                                                                                                        Packit 1c1d7e
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 131989: Fixed preprocessor handling for C# code.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 133418: -- was not rendered correctly for LaTeX output
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 157485: Missing link in todo page.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 318061: Two template functions that only differed in the number
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 of template arguments were seen as the same function.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 443939: HIDE_UNDOC_CLASSES did not work properly.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 509348: Fixed problem with syncing the information of
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 declaration and definition in the presence of an extra forward 
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                                 declaration in the source code.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 522193: For C# enum values were merged together if the same enum
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 name was used in different scopes.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 523167: Included patch to handle PROGRAM statement in Fortran as
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 subroutines/functions.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 554636: Remove spacing around brackets for Obj-C protocols.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 557026: Included patch for fixing wrongly labeled items in docsets.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 560512: Improved parser to better disambiguate
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 nested templates ending with >> from the bitshift right operator.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 570238: Fixed matching problem for method in nested class, where
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 the outer class is a template.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 581746: Segfault/realloc error when a very long path was used.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 582469: documented #define with guard caused wrong documentation.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 582276: Doxywizard could crash on exit in some cases.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 582676: Regression: a struct ivar in ObjC class screws up method
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                            identification.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 583213: Included patch that avoids trailing spaces in the
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 generated Doxyfile template.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 584192: Included VHDL patch by Martin Klein
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 585543: Fixed case where matching declaration and definition did
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 not work correctly.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 585260: The "more..." link for files was broken, since the anchor
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 was not generated.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 586925: Fixed parsing problem when an unpaired apostrophe
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 appeared in a Python comment.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 588291: Included fix for doxywizard makefile.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 588587: Added missing virtual destructor to CompAccept base class.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 588968: Fixed segmentation fault for specific case in PHP code.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • Fixed some issues building for Windows.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 589514: Fixed problem handling strings like a"\b" within a comment.
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                        • id 589616: Fixed problem matching explicitly scoped parameter in a
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 template class.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 590712: A namespaced with name "internal" (C++/CLI keyword)
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 could confuse doxygen's C++ parser.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                        • id 591749: @optional/@required attributes for Objective-C were missing
                                                                                                                                                        • Packit 1c1d7e
                                                                                                                                                                 from the XML output.
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                          Packit 1c1d7e

                                                                                                                                                          Doxygen Release 1.5 and earlier

                                                                                                                                                          Packit 1c1d7e

                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                          Go back to the main page.
                                                                                                                                                          Packit 1c1d7e

                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                          \endhtmlonly
                                                                                                                                                          Packit 1c1d7e
                                                                                                                                                          */