Doxygen Changelog

What's new in Doxygen 1.9.1

Jan 9, 2021
  • Bug fixes:
  • issue #8282: Error on ALIAS declaration without quotes [view]
  • issue #8286: Incorrect processing of VHDL strings [view], [view]
  • issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES [view]
  • issue #8294: Draw sibling dependee directories within same parent directoy in directory dependency graph. [view], [view], [view], [view], and [view]
  • issue #8295: segmentation fault [view]
  • issue #8296: LaTeX Error: File ... not found. [view], and [view]
  • issue #8297: fails to parse list of INPUT files [view]
  • issue #8300: File naming changed in Doxygen 1.9.0 [view]
  • issue #8304: compilation failure [view]
  • issue #8311: Markdown table: double-quote ruins the output [view]
  • Fix cases where classes inside inline namespaces could lead to crashes [view]
  • Fix coverity dead-code warning [view]
  • Fix potential crash with inline namespace [view]
  • Incorrect entries on treeview [view]
  • Layout in doxywizard documentation [view]
  • Various fixes based on coverity scan results [view]
  • bug_549093 Regular HTML comments are removed. [view]
  • Features:
  • Add a CLANG_ADD_INC_PATHS option which can be used to control whether the directory of every input file is added as an include when using Clang assisted parsing. [view], and [view]
  • Add some missing info to the XML output [view], [view], [view], [view], [view], [view], [view], and [view]
  • Refactoring and cleanup:
  • Embed MemberGroup objects directly in their container [view]
  • Modernise client side part of searchindex [view]
  • avoid copying MemberLists by not embedding them directly [view]
  • change MemberGroupSDict to MemberGroupList [view]
  • change type of m_cache [view]
  • change type of vhdlSummaryTitles from SDict<QCString> to StringSet [view]
  • moderize Doxygen::dirRelations [view]
  • modernise Doxygen::clangUsrMap [view]
  • modernise MemberGroupList [view]
  • modernise member indices [view]
  • modernize getMemberLists() [view]
  • remove SIntDict and SIntList (no longer used) [view]
  • remove unused ClassList [view]
  • remove unused DirSDict class [view]
  • remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName [view]
  • remove unused Doxygen::htmlDirMap [view]
  • remove unused GenericsSDict class [view]
  • remove unused IndexFieldSDict class [view]
  • replace Doxygen::directories by Doxygen::dirLinkedMap [view]
  • replace Doxygen::groupSDict by Doxygen::groupLinkedMap [view]
  • replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap [view]
  • replace ExampleSDict by ExampleList [view]
  • replace MemberSDict by MemberLinkedRefMap [view]
  • replace QMap by std::map in vhdldocgen [view]
  • replace type of pack variable from SDict<QCString> to StringSet [view]
  • replaced PageSDict by PageLinked*Map [view]
  • Optimize: usedDir can not be parent of dd if they have the same parent. [view]
  • Replaced UsedDirsContainer with UsedDirLinkedMap [view]
  • Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`. [view]

New in Doxygen 1.9.0 (Dec 28, 2020)

  • Bug fixes:
  • issue #697: Test 32 reference to bell signal (XHTML, LaTeX) [view]
  • issue #7976: bug_786382 Unmatched single quote in C++ source breaks aliases [view]
  • issue #6442: C++: Trailing return type syntax + void [view], [view]
  • issue #6471: Out-of-line documentation of scoped enums [view]
  • issue #7471: [1.8.16 regression] multiple use of page label [view]
  • issue #7547: Fix permodgen issue [view]
  • issue #7556: ANSI-C anonymous (unnamed) struct/unions duplicated names [view]
  • issue #7706: Md5 hash does not match for two different runs [view]
  • issue #7872: A define containing a doxygen start of comment breaks the parser [view]
  • issue #7927: PREDEFINED fails to replace argument [view]
  • issue #7977: Broken ref for enum entry (doxygen 1.8.18 -> 1.8.19) [view]
  • issue #7979: C++ enums being defined in multiple files after b265433 (multi-thread input processing) [view]
  • issue #7981: bug_647654 Special command fn fails when first argument of PHP function is call-by-reference [view]
  • issue #7991: bug 789318 c# expression-bodied property is not rendered correctly [view]
  • issue #7995: Doxygen doesn't handle very simple example in the .md file [view], and [view]
  • issue #7996: ref commands broken in markdown tables [view]
  • issue #8015: Special command skip and until no longer functional in ALIASES [view]
  • issue #8017: C++: mishandling of brackets used in trailing return types [view]
  • issue #8022: Different results on 64 and 32 bit [view]
  • issue #8023: Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF [view]
  • issue #8034: doxygen crashes [view]
  • issue #8037: Links using @ref stopped working in doxygen 1.8.19 [view]
  • issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier() [view], and [view]
  • issue #8051: Consider documenting debug options of doxygen [view]
  • issue #8053: error: Attribute target redefined in SVG [view]
  • issue #8063: Failed to build current "master" branch [view]
  • issue #8066: Doxygen crashes in ClangTUParser [view]
  • issue #8070: C++: var don't document enum class values [view]
  • issue #8078: Warning and extra text when using Markdown as mainpage [view]
  • issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about undocumented entities [view]
  • issue #8093: Some URLs in fresh/updated Doxyfile are split over two lines [view]
  • issue #8098: Python Decorator written below @brief tag and above the function leads to documentation error [view]
  • issue #8102: [C++] Reference relations are not generated for constructors using list initialization [view]
  • issue #8103: C++ Table of content, namespace list does not contains namespace without class [view], and [view]
  • issue #8105: How do add (multiple files without extension) directory in INPUT field of doxygen configuration file [view]
  • issue #8127: Java: xml output of preformatted (`<pre>`) block adds para-block for blank lines (hindering certain manual parsing) [view]
  • issue #8129: Image path is now case sensitive [view], and [view]
  • issue #8130: Markdown relative links - not working for other folders [view]
  • issue #8132: Markdown inclusion of images broken after 39db9f48 [view]
  • issue #8137: Whitespace/Separator required to recognize custom command argument [view]
  • issue #8139: Segfault after a8bf5d3 [view]
  • issue #8142: UTF-8 in URL in source generates truncated URL in HTML [view]
  • issue #8148: copydoc broken in private sections [view]
  • issue #8156: Markdown anchors do not work with special symbols [view]
  • issue #8160: Example in documentation of ALIASES shows using `n` instead of `^^` [view]
  • issue #8177: Incorrect inheritance with forward declared templated classes [view]
  • issue #8184: Bad parsing of CMakeLists.txt [view]
  • issue #8186: Path resolving breaks on included @ sign [view]
  • issue #8192: Excluded inline namespace broken after a5792da8 [view], [view]
  • Issue #8206: Incorrect XHTML results [view]
  • issue #8246: The prefix &#Ñ…202А; for files is displayed incorrectly in the file names. [view]
  • issue #8247: declaration different in cpp and h file of qstrncmp [view]
  • issue #8251: Macro stopped working in 1.8,.19 [view]
  • issue #8269: Make failed when building layout.cpp [view]
  • issue #8274: List entries for file & namespace enums (part 2) [view], and [view]
  • issue #8143: copydoc in excluded namespace broken after d03e8d9 [view]
  • issue #8169: "emoji heavy_check_mark" produces ✓ instead of ✔️ [view]
  • Added missing protocols [view]
  • Avoid duplicate entry in the LaTeX output for inlined namespace [view]
  • Concatenation of param text and details text [view]
  • Confusing message for extension mapping for extension with starting dot. [view]
  • Consistency for use class graphs / class diagrams [view]
  • Create possibility to show in doxywizard "condensed" settings [view]
  • Creating link to not defined label in case of groups [view]
  • Default doxygen search mechanism doesn't work when using with XHTML output [view] and [view] and [view]
  • Docbook missing in doxywizard Wizard-Output page [view]
  • Documentation correction for CASE_SENSE_NAMES [view]
  • Don't start dvips when latex fails for formulas [view]
  • Double "->" in warning in case of trailing return type [view]
  • Doxygen crashes on Fortran [view]
  • Doxygen manual top rule is in uppercase. [view]
  • Doxygen's own documentation doesn't build with recent LaTeX version [view]
  • Doxywizard expert page without settings [view]
  • Enabling both ALLEXTERNALS and BUILTIN_STL_SUPPORT caused artificial STL classes to appear in the class hierarchy. [view]
  • Exclude markdown mapped documentation files from Files list [view], [view]
  • Expand non-recursive preprocessor macros [view]
  • Fix for broken LaTeX output. [view]
  • Fix too aggressive hyphenation of abbr. words. (#8026) [view]
  • Fixed marker replacement for a placeholder at the end of the command [view]
  • Fixed more issues handling Java nested generic classes [view] and [view]
  • Fixed scope resolution problem for nested Java generics [view]
  • Fixed small issue computing indentation for inline line breaks [view]
  • Flush warnings file (#8069) [view]
  • Fortran comments with C comments inside (#8000) [view]
  • Handling Enable / Disable menu items (doxywizard) [view]
  • Handling commands for backslash and at-sign in ALIASES [view]
  • Handling of "Cancel" during "Quit" in doxywizard [view]
  • Improve handling of inline namespace members in LateX/RTF output [view]
  • Improved sorting of class list/hierarchy [view]
  • Improvements of reading the configuration file [view]
  • Incorrect checking between default and used values for strList in doxywizard [view]
  • Incorrect duplicate code for Fortran fixed/free recognition [view]
  • Incorrect end tag in doxywizard [view]
  • Incorrect handling of UTF-8 characters in latex reference statement [view]
  • Incorrect handling of string with spaces and no quotes [view], [view]
  • Incorrect label / name in case regeneration of HTML without regeneration of dot files [view]
  • Incorrect line count in case of an error in msc input [view]
  • Incorrect recognition as RCS tag [view]
  • Incorrect sorting of reflist items [view]
  • Incorrect specification of irc as URL protocol [view]
  • Join sequences of the same type of xref items together in a single paragraph (restores 1.8.16 behavior) [view]
  • Lowercase Findxapian module (same casing as upstream xapian-core) [view]
  • Marked the section with definitions regarding numbers more clearly [view]
  • Minor tweaks [view], [view], [view]
  • Fixed line number counting issue with test case cc.h [view]
  • Fixed various line counting issues resulting in warnings refering to the wrong line number: [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], and [view]
  • Missing noop in list with commands starting with "n" for escaping in aliases [view]
  • Missing footer on first page of each chapter in LaTeX [view]
  • Multiple anchors with member-group [view]
  • No warning for unbalanced brackets in markdown [view]
  • Not always linking in map as maps use name instead if id [view]
  • Optimization for Slice missing in doxywizard Wizard-Mode page [view]
  • Optimized the escape function and made it more generic [view]
  • Prettify the HTML output when enabling SEPARATE_MEMBER_PAGES [view]
  • Problem with `\` at end of an ALIASES in the configuration file [view]
  • Proposed fix for Internal search engine produce ".html" pages instead of using HTML_FILE_EXTENSION [view]
  • Protect mutable access to members in code generators with mutexes [view]
  • Readability of warning message [view]
  • Recent file list of doxywizard not cleared properly [view]
  • Redundant storage of `VhdlParser_adj.cc`, it can be regenerated [view], [view]
  • Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by default [view]
  • Silently ignoring unexpected characters in configuration [view], [view]
  • Simplified escaping for latex URLs [view]
  • Some further simplications and modernisations [view]
  • Some tweaks & fixes [view]
  • Space around images in LaTeX output is sometimes a bit large [view]
  • Split into separate rules [view]
  • Split lexer rules [view]
  • Support commented out argument names in declarations controlled by new cofig EXTRACT_ANON_ARGUMENTS. [view]
  • Translation function trCompoundListDescription no entry for SLICE [view]
  • Typo in namespacedef.h [view]
  • Unclear description of QHG_LOCATION [view]
  • Unified the routine to get the next UTF8 character from a UTF8 stream [view]
  • Update CMakeLists.txt [view]
  • Update config.xml [view], [view]
  • Update markdown.cpp [view]
  • Usage of version and help in addons [view]
  • Use correct #include [view]
  • Using f() instead f(void) in C++ , consistency [view]
  • Warning about duplicate figure numbers in LaTeX [view]
  • Warning about end of list in brief description after alias `^^` replacement [view]
  • Warning about possible loss of data [view]
  • Warning in internal documentation [view]
  • Warnings during compilation of doctokinizer [view]
  • Warnings in generated VhdlParser.cc [view]
  • When instantiating templates also instantiate nested classes [view]
  • XHML: div tag not possible as part of a p tag. [view]
  • extend the max lenght befor a sting is folded [view]
  • quotes added surrounding inheritance tokens on doxyparse output [view]
  • Features:
  • Show QT version in doxywizard [view]
  • Adding possibility to add command line options when running doxygen from doxygen wizard [view], [view]
  • Add param validation to typedef function pointers [view]
  • Allow building doxygen as a subproject [view]
  • Layout changes doxywizard [view]
  • Show configuration warnings unconditionally in the doxywizard [view]
  • Enable UML diagrams without member fields [view]
  • add variable for the fold length of UML diagrams (DOT_WRAP_THRESHOLD) [view]
  • use boolean to add or remove uml details (DOT_UML_DETAILS) [view] and [view]
  • add suggestion #7686 to show type and parameters [view]
  • Refactoring and cleanup:
  • Position of layout_default.xml [view]
  • Fix some issues in reporting warnings for Doxywizard's config parser [view]
  • Introduce ScopedTypeVariant [view]
  • Introduce immutable and mutable interfaces [view]
  • Modernise DotGfxHierarchyTable [view]
  • Modernise diagram.h/diagram.cpp [view]
  • Modernise BaseClassList [view]
  • OutputList & OutputGen [view]
  • Re-added sorting for namespaces [view]
  • Remove unused DefinitionIntf and DefinitionList classes [view]
  • Remove use of globals/statics in isAccessibleFrom* [view]
  • Better processing of (un)quoted values for tags in the configuration file [view]
  • Better processing of (un)quoted values for tags in the configuration file (part 2) [view]
  • Introduce SymbolResolver to group symbol lookup routines [view]
  • Make setAnchors() a member of MemberList [view]
  • Making fortrancode.l reentrant [view]
  • Making pycode.l reentrant [view]
  • Making sqlcode.l reentrant [view]
  • Making vhdlcode.l reentrant [view]
  • Making xmlcode.l reentrant [view]
  • Modernised the remaining containers in code.l [view]
  • Modernize Doxygen::symbolMap [view]
  • Modernize TooltipManager class and source reference lists [view]
  • Modernize class index [view]
  • Modernize getUsedClasses() method [view]
  • Modernized the getUsedNamespaces() method [view]
  • Move ClassDefSet to the classdef header [view]
  • Move addDocCrossReference to memberdef.cpp/.h [view]
  • Prepare output generators for multi-threaded use [view]
  • Remove isVisited/setVisited from context [view]
  • Remove isVisited/setVisited from index [view]
  • Remove unused Doxygen::genericsSDict [view]
  • Removed macros used for getting the value of settings [view]
  • Removed some dead code [view]
  • Removing setVisited/isVisited members [view]
  • Replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap [view]
  • Replace NamespaceSDict by NamespaceLinkedMap [view]
  • Replace QDict by std::set for classifying keywords in vhdldocgen [view]
  • Replace QMap with std::map in fortranscanner.l [view]
  • Replace QXml by own XML processor [view]
  • Replaced QCache by STL based LRU cache implementation. [view]
  • Replaced QStack by std::stack for scopeStack [view]
  • Replaced codeClassSDict by codeClassMap in code.l [view]
  • Replaced getNamespaceSDict() by getNamespaces() [view]
  • Replacing dynamic_cast by static_cast to improve performance [view]
  • Simplify vhdldocgen code a bit [view]
  • Modernize search index [view]
  • Update used links in test examples [view]
  • Updated minimum MacOS requirements to version 10.14 [view]
  • Updated test for enums based on recently fixed issues [view]
  • Make layout parser use the new XML parser [view]
  • Make tagreader use the new XML parser [view]
  • Make testsqlite3.py python script running with python 3 [view]
  • Remove duplicate pages for classes inside inline namespaces (LaTeX/RTF/DocBook) [view]
  • Remove double usepackage / RequirePackage from LaTeX [view]
  • Documentation updates:
  • Correction of spelling errors [view]
  • Incomplete documentation in respect to hyphens for horizontal rulers [view]
  • Mismatch documentation and build system [view]
  • Update of doxywizard documetation [view]
  • Update of testing README.txt [view]
  • Incorrect link in doxygen documentation [view]
  • Making the use of DOT_CLEANUP more transparent [view]
  • Syntax for faq about use in Windows Powershell [view]
  • Consistency in documentation of used Python versions [view]
  • better description of Doxyparse on README doc [view]
  • Missing commands in list of commands documentation [view]
  • Small layout improvement in documentation of CLANG_DATABASE_PATH [view]

New in Doxygen 1.8.20 (Aug 25, 2020)

  • Bug fixes:
  • Issue #7760: void return type reported as not documented [view]
  • Issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be ignored [view]
  • Issue #7954: The Doxygen uses too much memory (or has probably a memory leak) [view] and [view]
  • Issue #7970: Doxygen doesn't stop on errors [view]
  • Issue #7973: C++ grouped functions in namespace have disappeard [view]
  • Improvement of line count for e.g. warnings [view]
  • Improved layout on the bibliography page [view]
  • Updated the swedish language translation to 1.8.19 [view]
  • Features:
  • Add configuration setting to have docstrings not as preformatted text but as normal documentation [view]
  • Refactoring and cleanup:
  • Format for size_t (in e.g. warnings) [view], [view]
  • Spelling corrections [view], [view], and [view]
  • Minor tweaks to clangparser.cpp [view]
  • Building documentation after changing language files [view]

New in Doxygen 1.8.19 (Aug 9, 2020)

  • Bug fixes:
  • issue #6846: Doxygen parsing global variable as function in certain cases (#7903) [view]
  • issue #7495: generate "bitfield" [view]
  • issue #7595: Links from one Markdown file to another do not work [view]
  • issue #7698: forward declaration of template classes [view]
  • issue #7702: test list is always created [view]
  • Revert pull request #7703: make declArgumentList be from declaration, and argumentList from definition [view]
  • issue #7706: Md5 hash does not match for two different runs [view], and [view]
  • Undefined control sequence for formula using MathJax (#7712) [view]
  • Wrong message in case of svg formulas for HTML (#7716) [view]
  • VHDL fixed if-generate-bug 7721 [view]
  • Inconsistent behavior between `///` and `//!` for formulas (#7726) [view]
  • Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722) [view]
  • issue #7727: warning: documented symbol `static bool (long-winded C++ type)' was not declared or defined. [view]
  • issue #7734: Incorrect parsing of Q_PROPERTY [view]
  • issue #7738: todo ignores EXCLUDE_SYMBOLS [view]
  • Users cannot set "enhancement label" on github. (#7744) [view]
  • Input buffer overflow in php input code (#7745) [view]
  • issue #7747: Three-way comparison operator [view]
  • issue #7753: SVG formula all with zero width [view]
  • issue #7762: C# mode completely broken [view]
  • issue #7778: Build fails with javacc 5.0 (#7779) [view]
  • issue #7781: allow '>' before Markdown emphasis [view]
  • issue #7787: Doxygen 1.8.18: Markdown tables not working in ALIASES anymore? [view], [view], [view], [view], and [view]
  • bug_121547 extern variable is being referenced in documentation incorrectly (#7792) [view]
  • issue #7796: Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797) [view]
  • Issue #7804: String double quotes in C get misinterpreted by pdflatex [view]
  • issue #7810: LaTeX manual not built, but make install tries to install it (#7821) [view]
  • Vhdl improvements (ALIAS, translation) (#7813) [view]
  • Running doxygen tests with variable with spaces (#7819) [view]
  • issue #7820: Add `const` qualifier to UsedDir::m_dir. [view]
  • Create link for GENERATE_XML (#7824) [view]
  • isuse #7828: Add namespace inline flag in xml output [view]
  • Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03c [view]
  • issue #7833: Empty string in PREDEFINED throws [view]
  • Incorrect label in map of dot files in xhtml (#7840) [view]
  • issue #7852, #7867, #7901: Changed the set of commands that effect ending a brief description [view]
  • Problem with generating test output for Chinese (#7862) [view]
  • issue #7865: Update documentation of USE_PDFLATEX option [view]
  • issue #7867: Fixed regression where blank line after class was not seen as paragraph separator [view]
  • issue #7881: More flexible and correct detection of direction of an argument [view], [view], and [view]
  • issue #7883: doxygen does not build again LLVM/CLAN without static libs [view]
  • issue #7884: Python to xml: Whitespace in method doc not preserved (MARKDOWN_SUPPORT=NO) [view]
  • issue #7890: Macro Expansion broken [view]
  • Issue #7892: Incorrect search box on server-side search results page [view]
  • issue #7900: Incorrect warning regarding no matching class member found [view]
  • issue #7911: markdown table add extra test to "copybrief" [view]
  • issue #7921: Help for CLANG_DATABASE_PATH is misleading [view]
  • issue #7923: source line numbers in warnings output by parser are off by 1 [view]
  • issue #7934: include dependency graph: The boxes of files shows the name of the included file not its own filename [view]
  • issue #7943: transferArgumentDocumentation is erroneous [view]
  • Empty python comment gives problems [view]
  • Don't crash if output subdirectories already exist [view]
  • Fix cmake warning about ICONV package naming (should be Iconv) [view]
  • Plantuml has problems with output directories ending with directory separator [view]
  • Fixed issue that could cause wrong line numbers [view]
  • Number of translatable terms (like Chapter) are in English instead of Greek (#7841) [view]
  • Running Inkscape 1.0 [view], [view]
  • Empty enum setting in configuration file [view]
  • Missing last item in htmlhelp level2 index [view]
  • crossref citations are shown unconditionally [view], [view], [view]
  • Features:
  • Added experimental multi-thread input processing support. [view], [view], [view]
  • Addon option --pool to the test run script for parallel execution of tests (#7827) [view]
  • Adding the xml:lang tag to XML and Docbook output [view]
  • Scalable search bar for high resolution displays (#7888) [view], [view], and [view]
  • Add doxygen version information to tag file [view]
  • Add options to enable various sanitizers [view]
  • Show doxywizard version by means of --version [view]
  • Added configuration options to better control the sqlite3 output. [view]
  • Enable running tests in parallel using cmake's ctest. [view]
  • improve using plantuml for vhdl flowcharts [view]
  • Refactoring and cleanup:
  • Added atomic reference counting to QString [view]
  • Added missing stub code when use_libclang is disabled [view]
  • Better warning for non documented struct [view]
  • Catch all wrong mkdir calls (coverity) [view]
  • Change of git version input file was not taken into account [view]
  • Changed container class for class use and constrained relations from QDict<void> to StringSet [view]
  • Cleanup some disabled code sections [view]
  • Copied implementation of `QGList::inSort()` to sortInDirList. [view]
  • Coverity uninitialized variable [view]
  • Coverity uninitialized variable in mscgen_api.cpp [view]
  • Create compareDirDefs for sorting. [view]
  • Creating chm files for doxygen tests [view]
  • Debug facility for the cite command [view]
  • Fixed 2 small memory leaks [view]
  • Fixed anothing compilation issue when use_libclang was not enabled [view]
  • Fixed compilation issue on Windows for setNum with size_t argument [view]
  • Fixes missing include and missing html extension logic [view]
  • Fixes signed/unsigned mismatch warning in plantuml.cpp [view]
  • GNU compilation warnings [view]
  • Improve flex/bison debuggability with gdb [view]
  • Include dirdef.h instead of forward declaration. [view]
  • Incorrect htmlhelp language code for Indonesian [view]
  • Incorrect representation of citation [view]
  • LaTeX test were hanging for a.o. Hungarian on Windows [view]
  • Link fixed in documentation [view]
  • Make a switch to choose between dynamic library to clang-cpp or static linking against clangTooling [view]
  • Minor documentation updates [view]
  • Minors tweaks to the regular expressions [view]
  • Misleading compiler warning [view]
  • Misleading warning about missing argument [view]
  • Missing links in Fortran in case use statement with upper case characters in name [view]
  • Modernize HtmlHelp class [view]
  • Modernize code for the resource manager [view]
  • Modernized tagreader.cpp code [view]
  • More minor tweaks [view]
  • Moved citation cross reference searching to a separate function [view]
  • Moved stripIndentation() to util, make it safe for empty input [view]
  • Multi-threaded parsing: added locks around global data [view]
  • New option allowing processing using multiple threads [view]
  • No default rule present in commentcnv.l [view]
  • Performance improvements after profiling [view]
  • Prefer more inclusive language [view]
  • Prevent potential empty string [view]
  • Reduce use of WIN32 defines outside of portable [view]
  • Refactoring: Modernize clang parser and make it run with multiple threads [view]
  • Refactoring: better encapsulation for MemberName [view]
  • Refactoring: improve encapsulation for ArgumentList [view]
  • Refactoring: make QCString a wrapper around std::string [view]
  • Refactoring: make preprocessor run in parallel [view]
  • Refactoring: modernize configuration values [view]
  • Refactoring: modernize markdown and make it thread-safe [view]
  • Refactoring: remove symbolStorage references (dead code) [view]
  • Refactoring [view]
  • Refactoring: Improve encapsulation of MemberInfo class [view]
  • Refactoring: Introduce type names for commonly used container types [view]
  • Refactoring: Removed creation of MemberDef's for macro definitions from pre.l [view], [view]
  • Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet [view]
  • Refactoring: changed QValueList to std::vector for template engine [view]
  • Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap [view]
  • Refactoring: migrate type of Doxygen::inputPaths to std::set [view]
  • Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory [view]
  • Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap [view]
  • Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles and g_filesToProcess [view]
  • Refactoring: replaced killDict by killSet [view]
  • Refactoring: size_t type conversions and QList in DotManager [view]
  • Refactoring: For loops on QListIterator by range loops. [view]
  • Refactoring: Replaced ${CMAKE_SOURCE_DIR}/path/to/current/cmake-lists-txt/dir with ${CMAKE_CURRENT_LIST_DIR} [view]
  • Refactoring: Replaced QList with std::deque in DirList. [view]
  • Refactoring: Replaced DirList::count() by DirList::size(). [view]
  • Refactoring: Replaced QDict<Void> by StringUnorderedSet in dotnode.cpp [view]
  • Refactoring: Replaced QDict<void> by StringUnorderedSet for fortrancode.l [view]
  • Refactoring: Replaced QDict<void> by StringUnorderedSet used to keep track of visited paths [view]
  • Refactoring: Replaced addDir(const DirDef *dd) by addDir(DirDef *const dd) in GroupDef and GropuDefImpl. [view]
  • Refactoring: Replaced bitmap of doxygen logo by SVG version [view]
  • Refactoring: Replaced calls to DirDef::append() to DirDef::push_back(). [view]
  • Refactoring: Restructured the split_and_keep function [view]
  • Remove not used translator function [view]
  • Renamed stripSpaces to stripIndentation and make it work directly on the string passed. [view]
  • Setting correct babel packages for some languages [view]
  • Spelling correction in cite code [view]
  • Split off code to detect inkscape version to a separate function [view]
  • Superfluous space in "TEST_FLAGS" [view]
  • Travis does not terminate on error on non last command inside if construct [view]
  • Updated installation documentation for Linux binary distribution [view]
  • Updated issue templates [view]
  • Updated formatting rules for paragraphs within table header cells. [view]
  • Updated the makefile for building the tests [view]
  • Warning in case of multiple python documentation sections. [view]
  • XML tags moved to Appendix D of Ecma-334 [view]
  • fail with term() instead of msg() [view]
  • missing instance-rework [view]
  • moved separate doxygen tag to tagfile attribute [view]
  • sqlite: flip _static default in bindTextParameter [view]
  • sqlite: use err instead of term :) [view]
  • try to make it so that argumentList is always from the definition [view]
  • update URLS on README to prevent redirects [view]

New in Doxygen 1.8.17 (Dec 28, 2019)

  • Issue #6715: Errorneous matching of the immediately following block command after @ref [view] and [view]
  • Issue #7119 Doxygen does not link to C# snippets - regression [view]
  • Issue #7189: wrong warning on ambiguous image files [view]
  • Issue #7190 1.8.16: Blank FILE_PATTERNS => no files processed [view]
  • Issue #7200 Fortran warning: type not declared or defined [view]
  • Issue #7206: Problems with Fortran and `@cond` [view]
  • Issue #7210: 1.8.16: Image inclusion is inconsistent [view]
  • Issue #7212 1.8.16: Function returning void pointer generates warning [view]
  • Issue #7216: non-const getGroupDef() called on aliased member [view] and [view]
  • Issue #7218 Doxygen parsing word documents [view]
  • Issue #7228 Using markdown causes wrong error and warning line numbers - v. 1.8.16 [view]
  • Issue #7236: C++: bug when using function as parameter [view]
  • Issue #7243: Some PHP classes are not properly extracted/documented [view]
  • Issue #7248: Including external tag files with TOC produces a broken index.qhp [view]
  • Issue #7262 ALIASES not found when filename has more than one dot [view]
  • Issue #7265: Double quote character in C++ raw string literal causes Doxygen to process the string contents [view]
  • Issue #7268 Unable to build "master" branch [view]
  • Issue #7271 Tilde in preprocessor macro disappears in latex [view]
  • Issue #7274 Subpages no longer possible under mainpage [view]
  • Issue #7277: C++ - Crash using all system memory on using parent constructor with same name [view]
  • Issue #7285 git executable required [view]
  • Issue #7290 error: Problem running ghostscript gs -q -g562x56 -r384x384x -sDEVICE=ppmraw -sOutputFile=_form0.pnm -dNOPAUSE -dBATCH -- _form0.ps. Check your installation! [view]
  • Issue #7295 Doxygen documentation of C++17 nested namespace erroneous [view]
  • Issue #7302: Determination of anonymous is too restrictive [view]
  • Issue #7313 VHDL attribute 'subtype is not supported and breaks parser [view]
  • Issue #7319: Bug 790856 - Namespace member functions links are broken [view]
  • Issue #7325: Endless loop in preprocessor due to #define A() [view]
  • Issue #7326: Incorrect display of multiline #define value [view]
  • Issue #7328 Cannot generate DoxygenLayout.xml [view]
  • Issue #7348 Better warning in case a graph would have been to large [view]
  • Issue #7358: Ternary conditional and null-coalescing operator in constructor results in faulty warning [view]
  • Issue #7403: xref versus namespace in multiple file [view]
  • Issue #7412: HTML: Opening a reference link in a new tab does not scroll to the content [view]
  • Issue #7436 Incorrect handling of block comments in VHDL [view], [view]
  • Issue #7446: C#: parameter named `extends` is broken in the documentation [view]
  • Issue #7456: function-like macros generate warnings [view]
  • Issue #3417: C++: friend template functions shown even with HIDE_FRIEND_COMPOUNDS=yes [view]
  • Issue #7302: Parsing of template args in single-quotes is incorrect. [view]
  • Bug 164073 - There should be a dummy tag that Doxygen ignores [view]
  • Bug 335614 - HTML link incorrect when using tagfile [view]
  • Bug 340202 - @code: static_cast, const_cast, etc C++ keywords [view]
  • Bug 550158 - EXTRACT_ALL=YES parses non doxygen comments [view], [view]
  • Bug 570798 - \< does not work for php constants [view]
  • Bug 674005 - Crop png formula environnment problem for HTML output [view]
  • Adding HTML s tag, XML corrections for other tags [view], [view]
  • Adding JAVACC_FLAGS for javacc compilation [view]
  • Adding possibility to automatically build vhdlparser from vhdlparser.jj file [view], [view]
  • Adding some links in search documentation [view]
  • Also span entire line in case of a memTemplItemRight [view]
  • Avoid code duplication and make the keyword matching more robust [view]
  • Avoid warning in commentcnv.l about trailing context made variable due to preceding '|' action [view]
  • Backslash in href. [view]
  • Better termination message [view]
  • Better warning in case of `@form` [view]
  • Better warning message in case of illegal command [view], [view]
  • Bogus explicit link warning message from irc protocol name [view]
  • Checking of right usage of configuration list items [view]
  • Cleanup forward declarations of obsolete classes [view]
  • Code highlighting. [view]
  • Consistent way to show scanner state [view]
  • Correct style in table header in case of paragraph is used [view]
  • Correcting visible year in copyright [view]
  • Correction documentation `image` command [view]
  • Coverity uninitialized [view]
  • Create possibility to define LaTeX commands for formulas [view]
  • Discrepancy between vhdl input and generated sources [view]
  • Double entry for ins in compound.xsd [view]
  • Email address seen as code starter [view]
  • Embed TagInfo struct inside Entry [view]
  • Error in LaTeX with single quote in formula / math mode. [view]
  • Extend built-in STL support with more classes [view]
  • Fix double delete in VHDL error handler. [view]
  • Fix for use of non portable strnstr function [view] and [view]
  • Fix incorrect reference resolving of enum class values [view]
  • Fix lifetime issue for Entry objects. [view]
  • Fix line count after multiline close group [view]
  • Fix logic bug in SVG detection [view]
  • Fix regression when expanding macro to an empty string [view]
  • Fix some typos [view]
  • Fix typo in source [view]
  • Fix typos [view]
  • Fixed a couple of compiler warnings on Windows [view]
  • Fixed compiler warnings in docparser.cpp [view]
  • Fixed endless loop during preprocessing [view]
  • Fixed issue with "QGDict::hashAsciiKey: Invalid null key" in pre.l [view]
  • Fixed line count misaligned introduced with JAVADOC_BANNER [view]
  • Fixed merge issue [view]
  • Fixed preprocessor hangup regression [view]
  • Fixed preprocessor issue that resulted in "More #endif's than #if's found." warning. [view]
  • Fixed use of uninitialized data in VHDL generator [view]
  • Fixed use of uninitialized pointer in preprocessor [view]
  • Fixes a @param's parameter name. [view]
  • Generalized the HTML comment detection and handling [view]
  • Generating doxygen's documentation in CHM format [view], [view]
  • HHC and directory elements starting with "." [view]
  • HTML attribute name [view]
  • HTML start comment with 3 dashes [view]
  • Illegal Character in XML output [view]
  • Incorrect NCName in docbook citations [view]
  • Incorrect warning "yyextra->inside" instead of "inside" [view]
  • Incorrect warning for ALIASES [view]
  • Length of identifying fenced code block [view]
  • Let $year support SOURCE_DATE_EPOCH [view]
  • Made check for void return more strict [view]
  • Made regexp more strict [view]
  • Making tests valid for python 3 [view], [view]
  • Minor code cleanup for layout files [view]
  • Minor fixes [view], [view]
  • Minor tweaks [view]
  • Missing tables item in overview [view]
  • Nicer warning for missing parameter [view]
  • Optimize UTF-8 nbsp conversion in markdown [view]
  • Order of commands in `<table>` [view]
  • Output of unknown xml/html tag [view]
  • Parsing `#` sign inserted by preprocessor in fixed Form Fortran [view]
  • Prevent writing automatic anchors to the tag file [view]
  • Problem converting UCS big endian file [view]
  • Problem with `<hr>` in LaTeX multicolumn cell [view], [view]
  • Problem with '<td nowrap>' [view]
  • Problem with horizontal ruler directly after fenced code section [view]
  • Problem with round brackets in PS output [view]
  • Properly close quotes in warning [view]
  • Properly open quotes in warning [view]
  • QGDict::hashAsciiKey: Invalid null key due to empty procedure name [view]
  • RTF extension file to standard output, make according documentation consistent. [view]
  • Reduce the use of QString in favor of the more efficient QCString [view]
  • Reduced code duplication [view]
  • Refactoring code for dot related source files [view]
  • Refactoring of portable.h and portable.cpp functions to be contained in a namespace Fixing some memory issues caused by not correctly freed pointers [view]
  • Remove global state from constexp lexer [view]
  • Remove unneeded include directory for building doxywizard [view]
  • Removing left over debug statements [view]
  • Renamed Portables to Portable [view]
  • Revert "Minor code cleanup for layout files" [view]
  • Simple nospam email address [view]
  • Simplied the logic for moving documentation to the most nested Entry [view]
  • Simplified code generated by scan_states.py [view]
  • Skip empty HTML tag [view]
  • Small improvements of TCL output [view], [view]
  • Split language parser into "outline parser" and "code parser" [view]
  • Strange '*?/#39; in Fortran nad Markdown with conditional sections [view]
  • Support for <a id="label"> [view]
  • Table caption flows in first table field for RTF output [view], [view]
  • Tests 31 for XHTML output [view]
  • Tests 86 with check against xsd gives error [view]
  • Text ' ' appears in code segments [view]
  • Textual error [view]
  • Update doxywizard copyright year and add missing copyright statements [view]
  • Update of generated VhdlParser files. [view]
  • Use the proper trailing comment. [view]
  • Warning in case of usage of a single quote in a code span. [view]
  • Warning when using empty HTML tag [view]
  • Warning when using empty p HTML tag [view]
  • Warning whit Windows compilation using NMake [view]
  • Warning with XML / HTML style commands [view]
  • Warning with xrefitem from documentation [view]
  • Wrong reference to code line [view]
  • Bug fix of g_bracketCount in case of if( myobject.getPair() ) [view]
  • Remove debug prints [view]
  • Added missing debug flags for scanner that were made reentrant [view]
  • Made scanner.l reentrant [view]
  • Cleanup scanner.l code and naming [view]
  • Make preprocess code reentrant [view]
  • Made code.l scanner reentrant [view]
  • Made commentcnv.l reentrant [view]
  • Reduce boilerplate code by using C++11 variadic templates and perfect forwarding [view]
  • Remove bogus flex code [view]
  • Replace set of g_inside* booleans with a single g_lang variable [view]
  • Use smartpointers to manage the lifetime of Entry objects [view]
  • Latest libclang needs C++14 [view]
  • Changed ArgumentList to be an STL container [view]
  • Changed implementation to use SkipString/SkipStringS. [view]
  • Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after free issues [view]
  • Replaced QList<BaseInfo> with std::vector<BaseInfo> [view]
  • Replaced QList<Grouping> with std::vector<Grouping> [view]
  • Replaced QList<ListItemInfo> with std::vector<ListItemInfo> [view]
  • Replaced QList<SectionInfo> by std::vector<SectionInfo> [view]
  • Spelling corrections

New in Doxygen 1.8.16 (Aug 12, 2019)

  • Bug 136299 - attributes to <p> tag get lost [view]
  • Bug 141919 - Wrong param and exception style in RTF output [view]
  • Bug 304793 - paramType does not contain attribute element in compound.xsd schema [view]
  • Bug 322353 - C variable argument list doesn't work in @param [view]
  • Bug 399222 - SORT_BRIEF_DOCS produces wrong results [view]
  • Bug 437181 - The -d Preprocessor option doesn't work for php, should be in the doc. [view]
  • Bug 489766 - Wrong MSC syntax rejected *silently* [view], [view]
  • Bug 535853 - C# consts incorrectly placed under instance variables [view]
  • Bug 566109 - unable to resolve links to java functions with array arguments [view]
  • Bug 616379 - doxygen result by nested comment incorrectly [view]
  • Bug 626582 - Function overloads are not actually sorted in member function list [view]
  • Bug 632754 - The copydoc Command Requires The Use of C++ Syntax in C# Code [view]
  • Bug 642126 - @mscfile <filename> does not process mscgen code [view]
  • Bug 645910 - Segfault on recursion while parsing "subpage A" in "page A" [view]
  • Bug 685714 - false positives reporting parameters or return value not being documented [view], [view]
  • Bug 757574 - Warning regarding subsection with anchor in markdown [view], [view], [view]
  • Bug 766508 - missing comments of overridden methods [view]
  • Bug 781306 - *** Error in `doxygen': realloc(): invalid pointer: 0x0000000001d45ba0 @ exit [view]
  • Bug 783759 - PERL_PATH config option: when is this needed? Still used? [view]
  • Bug 796582 - Doxygen has stopped working [view]
  • Issue #6039: Links on image in Markdown (Origin: bugzilla #769223) [view]
  • issue #6607 Don't warn about missing parameter documentation for deleted functions [view]
  • issue #6679 Multiple use of section label warning for Setex-stype headers in markdown [view]
  • issue #6707 The INSTALL file contains a dead link to install.html [view]
  • issue #6708 Invalid UTF-8 characters in hover title [view], [view]
  • Issue #6714: Don't crash or generate invalid XML for empty TOC [view]
  • issue #6716 mainpage notitle causes notitle to appear in index bar [view]
  • issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibility [view]
  • issue #6727 SHOW_NAMESPACES = NO breaks latex PDF [view]
  • issue #6732 align environment for formula (f{align}) no longer working [view]
  • issue #6733 invalid cite anchor id when using crossref [view], [view]
  • issue #6734 parsing performance worsened [view]
  • issue #6744 Ampersand in Markdown image URL is not escaped in XML output [view]
  • issue #6748 1.8.15 regression with C# internal modifier [view]
  • issue #6749 doxygen 1.8.15 segfault [view]
  • issue #6754 False positives for "multiple @param sections" [view]
  • issue #6764 Incorrect parsing of C enum comments defined using a macro [view]
  • issue #6769 Tabu is broken [view], [view]
  • issue #6775 LaTex package newunicodechar: "package won't work " [view]
  • issue #6781 Unable to use math in markdown table headers [view]
  • issue #6791 TOC not generated when using a particular Markdown header style [view], [view]
  • issue #6796 Bad link to section, subsection if pointing at item past suspicious text [view]
  • issue #6800 Markdown line ending problems in 1.8.15 and master [view]
  • issue #6812 Empty lines are lost when copy-pasting from code section. [view]
  • Issue #6814: Inconsistent whitespace removal for operators in 1.8.15 [view], [view]
  • Issue #6818 Certain regex pattern in class constant causes PHP class to be ignored [view], [view]
  • issue #6828 Physical newlines (^^) in ALIASES configuration tags not working with sections, subsections, subsubsections and paragraphs [view]
  • issue #6830 Message: graph_legend:39: error: Prevented to copy file <path_to_html_output>/graph_legend.png onto itself! [view]
  • issue #6831 Failure to recognize class array with PHP in @var [view]
  • issue #6840 Hash character in Markdown code span not rendered correctly [view], [view]
  • issue #6847 Physical newlines (^^) in ALIASES produce a mismatch between documentation and source code [view]
  • issue #6856 Doxygen only expands macro defined in header file once when referred multiple times [view]
  • issue #6869 SVG image generated by dot or dotfile does not render properly in HTML [view]
  • issue #6880 mscgen links placed in the wrong place when using SVG output [view], [view]
  • issue #6892 xml not well-formed (invalid token) for c++ [view]
  • issue #6896 empty sections in latex output [view]
  • issue #6917 Crash in php with UTF-8 character [view], [view]
  • issue #6925 Missing ATX headings in markdown pages [view]
  • issue #6939 Build fail in Windows with build_parse turn ON (unistd.h does not exist in Windows) [view]
  • issue #6941 Tcl : separate continued lines joined in source listing [view]
  • issue #6945 class after brief doesn't count as a new line - resulting docs show merged descriptions [view]
  • issue #6946 Compilation error (clangparser.cpp) [view]
  • issue #6950 XML - <initializer> for array of structure only contains references in first array element [view]
  • issue #6968 INLINE_INHERITED_MEMB doesn't respect EXTRACT_PRIVATE=NO [view]
  • issue #6979 Method parameters documented inline are not present in documentation of overriding/implementing methods [view]
  • issue #6986: C++ static template methods: duplication as non-static and specialization [view]
  • issue #6990 Dot produces no Graphs [view]
  • issue #7009 Python class diagram not created for the base class while works for the derived class [view] and [view]
  • issue #7015 Parsing issue with @includedoc and @startuml [view]
  • issue #7021 Warning about missing item in INCLUDE_PATH [view]
  • issue #7033 Syntax highlighting doesn't work when calling dontinclude from Markdown files [view]
  • issue #7038 Broken refman.tex with SHOW_FILES=NO and doxygen groups [view]
  • issue #7043 html output for markdown: different output when using '# Header {#mainpage}' and 'Header {#mainpage}n====' [view]
  • issue #7050 Physical newlines (^^) not working in group names and without spaces in 1.8.15 [view]
  • issue #7091 HEAD fails to build on macOS with stock `bison` [view]
  • issue #7102 Doxygen does not generate error/warning message for unbalanced group markers "@{"..."@}" [view]
  • issue #7104 Warning with preprocessor [view]
  • issue #7109 Doxyapp can't use "[source_file | source_dir]" parameter [view], [view]
  • issue #7110 URL Encoding for Hyperlinks in PDF [view]
  • issue #7113 Doxygen doesn't process markdown tables correctly [view]
  • issue #7120 Markdown generator does not consider extension mapping for files with no extension [view]
  • issue #7124: some code line are missed in the xml file for java [view]
  • issue #7126 Latex output format fixes [view]
  • issue #7127 Broken links on generated documentation [view]
  • issue #7140 DoxygenLayout does not support UTF8 BOM format [view]
  • issue #7143 note block not generated properly if there are blanks after it [view]
  • issue #7147: No warning when same page created [view]
  • issue #7151 Doxygen 1.8.15 TOC_INCLUDE_HEADINGS >0 stops html links being generated in markdown [view]
  • issue #7166: Doxygen calls DOT differently depending on the output optimization selected. [view]
  • issue #7068: "QGDict::hashAsciiKey: Invalid null key" error messages [view], [view], [view], [view], and [view]
  • Improve performance of drawing PlantUML diagrams [view]
  • (X)HTML warning when `[` or `]` in constructed ids [view]
  • Add 'ins' and 'del' style tags to XML schema [view]
  • Add colon to section names in latex output [view]
  • Add possibility of checking XML against XSD in doxygen tests [view]
  • Added 'constexpr' as attribute label and to XML output [view]
  • Added .editorconfig. [view]
  • Added declfile, declline, and declcolumn attributes to the location element in the XML output [view]
  • Added instructions to build a statically linked doxygen binary from sources [view]
  • Added noexcept attribute to the XML output [view]
  • Added virtual destructor to DotGraph base class and disabled copy constructor and assignment operator [view]
  • Adding HTML tags ins and del [view]
  • Adjustment of xhtml1-transitional.dtd [view], [view], [view], [view]
  • Aligned license statement for javascripts with general license statement [view], [view]
  • Allow Javadoc-style comment blocks with a Doxyfile variable [view]
  • Allow rn as line continuation as well [view]
  • Ambiguous file name in file command [view], [view]
  • Avoid calling non-const member aliases and 0 pointer dereference in sqlite3 [view]
  • Avoid endless namespace lookup for C# code. [view]
  • Broken links in documentation [view]
  • Change DoxyParagraph to use DoxyDesc inside in latex style [view]
  • Class definition with collections [view]
  • Conflict between RCS tag and (e.g.) php description [view]
  • Consistency not generated inheritance diagram [view]
  • Consistency of configuration parameters [view]
  • Continuation lines and labels [view]
  • Correcting command name in output [view]
  • Correcting errors in xml generation and xsd schema [view]
  • Correction obvious documentation errors in mscgen [view]
  • Correction warning message [view], [view]
  • Count user comment lines [view]
  • Crash in case of usage of line without include [view]
  • Create option to enable CLANG_ASISTED_PARSING in test suite [view]
  • Cygwin should by default also have `CASE_SENS_NAMES=NO` [view]
  • Disabled "inheritance by dominance" warning [view], [view]
  • Don't try to load htags filemap in case htags fails [view]
  • Don't write the plantuml cache file in case there are no plantuml diagrams. [view]
  • Double defined operator in test 74 [view]
  • Double id for tooltips in XHTML Possible. [view]
  • Doxygen crash on ceph project [view]
  • Email address not seen [view]
  • Enable compiler extension to avoid build issues [view]
  • Enable example doxmlparser possibilities for cmake build [view]
  • End comment marker in code section. [view]
  • Fast Plantuml [view]
  • Fix #6906 [view]
  • Fix for printlex after destroying the scanner context [view]
  • Fix for race conditions introduced when refactoring dot classes. [view]
  • Fix for unmatched </p> when using until as the first command [view]
  • Fix for warning about deletion of pointer to incomplete type 'DotFilePatcher' [view]
  • Fix for warning about deletion of pointer to incomplete type 'DotWorkerThread' [view]
  • Fix gd_intern.h for Windows build [view]
  • Fix naming and indenting. [view]
  • Fix windows build [view]
  • Fixed C++17-namespace assignment bug [view]
  • Fixed a few compiler warnings on win32 [view]
  • Fixed alt attribute appearing in <object> tag for SVG images [view]
  • Fixed issue in doxmlparser in getter function [view]
  • Fixed issue with counting member lists [view]
  • Fixed issues in introduced by making file name escapes lower case [view]
  • Fixed memory leak in reentrant lexers [view]
  • Fixed missing end paragraph marker when inline image appeared as last item. [view]
  • Fixed range and added code comment [view]
  • Fixed segmentation fault in do_warn [view]
  • Fixed two compilation issues [view]
  • Fixed type in javascript license text and moved it to one location [view]
  • Fixed typo [view], [view]
  • Fixed windows build issue in gd.h [view]
  • Fixes #6860. [view]
  • Forgot to comment out debug print [view]
  • Give warning when a retval is used multiple times [view]
  • Handling digraph versus label [view]
  • High consequence coverity mesages [view]
  • Image not seen as svg image [view]
  • Implement a new EXTRACT_PRIVATE_VIRTUAL option. [view]
  • Implementing `<hr>` for LaTeX [view]
  • Improvement of performance : Reduce the Java running count [view], [view]
  • Improve handling < for expressions inside template argument defaults [view]
  • Improved code structure a bit [view]
  • Improved const correctness and added support for inline namespaces [view], [view], [view], [view], [view]
  • Incorrect (X)HTML code when generating source code. [view]
  • Incorrect Reached end of file while still inside a (nested) comment for TCL / Python [view]
  • Incorrect XHTML of changelog for 1.8.15 [view]
  • Incorrect joining documentation sections. [view]
  • Incorrect layout of class index (HTML) [view]
  • Incorrect output tag order [view]
  • Incorrect paragraph numbers in secref list. [view]
  • Incorrect warning message [view]
  • Indentation of paragraphs in LaTeX [view]
  • Inline VHDL code [view]
  • Invalid id possible with tooltips [view]
  • JAVA_ONCE -> FAST [view]
  • Latex code double minus goes to endash [view]
  • Made MSCGEN_PATH obsolete now that mscgen code is part of doxygen [view]
  • Make conanfile creation more readable [view]
  • Markdown file as internet link [view], [view]
  • Merge: moved example from 081 to 084, improved check if last char is newline [view]
  • Merge: reorder tests [view]
  • Minimum required version for CMake [view]
  • Missing brief descriptions with `defgroup` [view], [view]
  • Missing debug statements sqlcode and xmlcode lexers [view]
  • Missing warning about ambiguous files [view]
  • Missing warning for "double comment" [view]
  • Missing white space in warning [view]
  • More than 26 appendices in LaTeX manual [view]
  • Moved check for page having a title to hasTitle() method [view]
  • Multiple use of HTML attributes [view]
  • No space when replacing `copydoc` by `copydetails` [view]
  • No translation of markdown in <pre> [view]
  • Non existing MSC file crashes doxygen [view]
  • Option for 'input buffer overflow' [view]
  • Option syntax for commands is unclear [view], [view]
  • PLANTUML_RUN_JAVA_ONCE is working well. But some specific plantuml has error on ver 1.8.15 [view]
  • Portuguse translators updated to Doxygen 1.8.16. [view]
  • Possibility to show converted fixed form [view]
  • Problem with just an asterisks on a `code` line [view]
  • Problem with with comment recognition for group open and closing commands [view]
  • Properly handle empty TOC in XML output. [view]
  • Reduce code duplication when printing version string [view]
  • Refactored Definition and derived classes such that they are abstract interfaces [view]
  • Regression #6836 URL contains $ sign on second run in map of images [view],
  • Regression on Definition and derived classes that are abstract interfaces [view]
  • [view], [view]
  • Regression: python file with comment caused "Reached end of file while still inside a comment" warning. [view]
  • Regression: unbalanced grouping commands [view]
  • Remove compilation warnings from doxmlparser [view]
  • Remove dead code [view], [view], [view], [view], [view]
  • Remove some doxygen warnings in internal documentation [view]
  • Remove superfluous paragraph tags [view]
  • Removed page restriction with `anchor` command in documentation [view]
  • Removed superfluous character [view]
  • Revert "Disabled "inheritance by dominance" warning (try 2)" [view]
  • Revert "alternate fix for .dot file handling" [view]
  • Revert "issue #6856 Doxygen only expands macro defined in header file once when referred multiple times" [view]
  • Section title runs into margin [view]
  • Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max length limitation [view]
  • Show git version information [view], [view], [view]
  • Show line numbers in "split" examples [view]
  • Simplified code a bit [view]
  • Special handling of the UTF8 nbsp sequence [view]
  • Speed up AppVeyor build by using miktex setup tool and activating build cache [view]
  • Split off lodepng functionality in a separate library [view]
  • Store inline attribute for namespaces [view]
  • Terminate brief in case of `-#` list [view], [view]
  • Terminating brief command [view]
  • Tests are unsorted [view]
  • Travis build fails due to problem with cmake [view], [view]
  • Travis macOS: Update Qt to 5.12.0 [view]
  • Travis macOS: Use Travis addons for homebrew [view]
  • Travis macOS: Use shared Qt until upstream bugs are fixed [view]
  • Travis: Handle linux-ppc64le differently [view]
  • Travis: Install libiconv and libxml via Conan [view]
  • Travis: Output CMake version [view]
  • Travis: Removing sudo keyword as this will be soon deprecated anyway [view]
  • Travis: Workaround to differ between x86 and ppc64le [view]
  • Travis: macOS Remove permission workaround [view]
  • Truncated warning message [view]
  • USE_HTAGS = YES, there are _no_ call / caller graphs in the documentation [view]
  • Undo the addition of colons [view]
  • Unified various image file types in the XML schema [view]
  • Update documentation for msc [view]
  • Update internal Doxyfile to current version / situation [view]
  • Updated build instructions to get rid the libtinfo.so dependency on Linux with static libclang. [view]
  • Updated jquery and worked around performance issues in powertip plugin [view]
  • Upper case characters in filename despice CASE_SENSE_NAME=NO [view]
  • Warning for documented return of void type function [view]
  • Warning if no file specified for special reading commands [view]
  • Warning messages of test 66 [view]
  • Warning when preprocessing conditionals [view]
  • Windows crash in case of incorrect end statement [view]
  • XML validation msc... dot... dia... [view]
  • a named anchor does not need custom attributes and minor other corrections. [view]
  • add blurb to docblocks [view]
  • add format in writePlantUMLSource() and gathered in one pu file. But it is not final [view]
  • add list of file extensions on doxyparse config [view]
  • add plantuml.h in doxygen.cpp [view]
  • added check if .dot file is already queued for processing before adding a new processing job [view], [view]
  • at sign (`@`) not handled correctly in preprocessor [view]
  • at sign (`@`) not handled correctly in preprocessor (more fixes) [view]
  • built-in [view], [view], [view]
  • changed numbering of dot nodes to prevent different contents being generated for the same .dot file [view]
  • chmod +x runtest.py [view]
  • code.l: make CallContext independent of global variables [view]
  • constexp.l,y: generate a reentrant scanner and parser [view]
  • constexp.l: group the flex options [view]
  • constexp.y: drop the = from name-prefix [view]
  • declinfo.l: enable reentrant [view]
  • declinfo.l: group flex options toghether [view]
  • declinfo.l: move function declarations before [view]
  • delayed creation and update of .md5 files after successful creation of output files [view], [view]
  • do not clobber version placeholder [view]
  • doxyparse addon new features and bugfixes [view]
  • doxysearch: added wildcard, partial and phrase sesarch [view]
  • enable debug for re-entrant lexers [view]
  • https link to sourceforge.net [view]
  • make similar javadoc banner change for stripping special comments from code [view]
  • node numbers removed for md5 calculation to avoid false md5 mismatches [view]
  • qglobal.h: Fix build on AIX [view]
  • refactoring dot.cpp [view]
  • regression #6885 mscgen links placed in the wrong place when using SVG output [view]
  • regression #7061 Rename test file [view]
  • regression #7105 Correct counting in case of `name` [view]
  • regression #7105 correct counting for group close counting [view]
  • remove PLANTUML_RUN_FAST because FAST is default. [view]
  • secref command output shows in 1 column (HTML) [view]
  • source arrangement [view]
  • spelling error: suported -> supported [view]
  • sqlcode.l: generate a reentrant scanner [view]
  • take doc group out of commentscan.l [view]
  • testing: add a test for TOC levels in the XML output. [view]
  • testing: add a test for XML output with an empty TOC. [view]
  • testing: improve tests for ref. [view]
  • testing: make runtests.py executable. [view]
  • update jQuery version mentioned in README to 3.4.1 [view]
  • updated manual, included examples in documentation [view]
  • updated test case to reflect new node numbering [view]
  • warning: Member func2InGroup1() (function) of class Memgrp_Test is not documented. [view]
  • warning: More #endif's than #if's found. [view]
  • warning: Reached end of file while still inside a (nested) comment. [view]

New in Doxygen 1.8.15 (Dec 28, 2018)

  • Bug 851 - A function cannot be documented as related to two classes. [view]
  • Bug 1041 - <a href> doesn't allow <img> as visible part? [view]
  • Bug 1601 - Missing warning of undocumented member in member group [view]
  • Bug 2274 - Tooltips are not shown in dot-generated graphs [view] and [view] , [view]
  • Bug 2354 - caller graph can be improved by having caller on left & callee on right [view]
  • Bug 2478 - Handling of unnamed parameters (C/C++) unclear [view]
  • Bug 2655 - cond/endcond cannot be used in aliases [view]
  • Bug 2859 - Unnamed parameters parsed incorrectly [view]
  • Bug 3206 - Fortran: Does not recognize backslash at end of documentation line [view]
  • Bug 3361 - Merging of consecutive repeated commands creates poorly-structured HTML [view]
  • Bug 3677 - <![CDATA[ is not handled inside C# comments [view]
  • Bug 3691 - C# keywords 'get' and 'set' are highlighted as reserved words in C++ documentation source browser. [view]
  • Bug 3892 - @var in php is not documented [view]
  • Bug 3958 - cond after @string literal containing backslash fails in C# [view]
  • Bug 4013 - Automatic links don't work correctly with operator< and operator<= [view]
  • Bug 4064 - Support for C# nullable type [view]
  • Bug 4244 - Fortran: tagfile.tag:789: warning: Unknown compound attribute `type' found! [view]
  • Bug 4316 - Can't use pound sign in alias command, escaped or unescaped [view]
  • Bug 4458 - @todo in @param leads to strange confusing message [view]
  • Bug 4529 - HTML tags <u> and </u> not supported [view] , [view]
  • Bug 4725 - single quote in HTML section of PHP breaks doxygen [view]
  • Bug 4771 - Not warning of undocumented function parameters [view]
  • Bug 4878 - Value from enumeration followed with semicolon is not present in java docs [view]
  • Bug 4954 - JavaDoc @linkplain is not recognized [view]
  • Bug 5032 - Line numbers for examples [view]
  • Bug 5068 - The 'Examples:' section; bad/missing style and incorrect spelling [view]
  • Bug 5213 - Generated Doxyfile differs from result of doxygen -u [view] , [view]
  • Bug 5327 - <img> on a page does not copy the image to the html output folder [view]
  • Bug 5366 - Error with inserting images to PDF with Markdown [view]
  • Bug 5442 - Misparsed comments leading to missing call graph [view]
  • Bug 5539 - Error message when using memberof in a C macro [view]
  • Bug 5547 - "remove" is treated as a keyword (green) in the source browser for C++ [view]
  • Bug 5677 - Negative sign in -Foo::Bar ruins hyperlink in generated output [view]
  • Bug 5725 - Field with name "internal" confuses documentation builder. [view]
  • Bug 5765 - todo at end of C# XML comment breaks following todo's [view]
  • Bug 5783 - Navigation incorrect with escaped symbols [view]
  • Bug 5784 - Doxygen not creating call graphs for C# methods if namespace contains the classname [view]
  • Bug 5818 - Main page absent in TOC of CHM, if PROJECT_NAME is empty [view]
  • Bug 5853 - Can't suppress @author, @date and @copyright information in the detailed file description [view]
  • Bug 5901 - Macros (@test, @todo, etc) used with PHP namespaces causes illegal command warning [view]
  • Bug 5929 - internal stops all parsing if used inside a section [view]
  • Bug 6025 - Make maxLineLen of latex output configurable [view]
  • Bug 6041 - PHP: New array syntax not supported when parsing initial value [view]
  • Bug 6104 - EXTERNAL_GROUPS lose hierarchy [view]
  • Bug 6118 - Title in rtf file is incorrect when overridden by user in extension file [view]
  • Bug 6153 - Build of PDF with LaTEX breaks [view]
  • Bug 6160 - Python List as Default Parameter not parsed correctly [view]
  • Bug 6172 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCH [view]
  • Bug 6175 - plantuml:an unwanted newline is generated after @startuml [view]
  • Bug 6197 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible [view]
  • Bug 6208 - Annotated function parameter generates <dt> warning in todo list [view]
  • Bug 6213 - rtf generation [view]
  • Bug 6214 - LaTeX output for tparam block fails to compile when it contains a code block [view] , [view]
  • Bug 6224 - .tex file is wrong when generating a function whose name includes an underline [view]
  • Bug 6269 - Disabled controls when `HAVE_DOT` is already set to `YES` [view]
  • Bug 6270 - Bad handling of Python class members when a class declaration line contains a comment [view]
  • Bug 6295 - doxygen has problem with operator&=() [view]
  • Bug 6305 - XHTML pages are broken several ways [view] and [view]
  • Bug 6308 - When generating xhtml, async attribute on script tags need a value [view]
  • Bug 6310 - Table markdown produces invalid xhtml code [view]
  • Bug 6311 - Blank rows on class page when using external tag file [view]
  • Bug 6312 - markdown plantuml use of graphviz fail if plantuml work i code file [view]
  • Bug 6316 - unescaped double quote in searchdata.js breaks search box functionality [view]
  • Bug 6322 - incorrect parsing of markdown table [view]
  • Bug 6323 - error: Could not open file .../doc/html/functions_ .html for writing [view]
  • Bug 6324 - C#: Incorrect parsing of property definitions containing "//" symbols in one line with "} [view]
  • Bug 6325 - Segmentation fault when generating graphical class hierarchy [view]
  • Bug 6339 - Examples of TCL files fail to display [view]
  • Bug 6340 - Missed warning opportunity: duplicated arguments [view]
  • Bug 6345 - c# see langword broken [view]
  • Bug 6346 - Doxygen crash when using code{.markdown}...endcode in VHDL source [view]
  • Bug 6350 - Broken extension test in FileDef::generateSourceFile() [view]
  • Bug 6352 - "unexpected token TK_EOF as the argument of ref" when target starts with a digit [view]
  • Bug 6362 - Adjacent xrefitems always added to first list present on page [view]
  • Bug 6363 - Backslashes in default values confuse the parser (and cause params to be ignored) [view]
  • Bug 6368 - LaTeX: Class scrbook Error: undefined old font command `tt' [view]
  • Bug 6370 - Invalid 3-byte UTF8 found in input of graph [view]
  • Bug 6373 - Collapsed treeview arrow displays as emoji in Microsoft Edge [view]
  • Bug 6378 - @cond does not stop at @endcond Fortran [view]
  • Bug 6517 - Emoji support [view] , [view]
  • Bug 6524 - Markdown formats missing in doxygen outputs. [view]
  • Bug 6533 - PHP: Namespaced typehints in deprecated methods not handled correctly [view]
  • Bug 6547 - Call graph missing due to ALIASES [view] , [view]
  • Bug 6566 - INHERIT_DOCS not working for python [view]
  • Bug 6580 - xrefitems not listed if the page is referenced multiple times [view]
  • Bug 6589 - anchor after test command in a namespace produces duplicate tests [view]
  • Bug 6594 - using ingroup and anchor causes tests to disappear [view]
  • Bug 6597 - SIGSEGV presumably caused by C++ "using" declaration [view]
  • Bug 6601 - tparam HTML gobbles up lines after the tparam comment [view]
  • Bug 6612 - Issue with handling of emoji [view]
  • Bug 6632 - References to Objective C protocols by name broken in 1.8.12 [view]
  • Bug 6657 - "QGDict::hashAsciiKey: Invalid null key" when using anonymous union/struct [view]
  • Bug 6690 - Regression in handling of shorthand signed/unsigned types in function parameters (with bisect and test case) [view]
  • Bug 6691 - Multiple issues with emoji matching [view]
  • Bug 6692 - XML TOC generation is not backwards-compatible with 1.8.14 [view]
  • 'self' keyword in PHP documentation [view]
  • Added: support RTL for DocXRefItem in html - Removed: support RTL form Return section in html, for consistency with parameter sections [view]
  • Fixed: list item bullets overlap floating elements in html - Fixed: fragment lines overlap floating elements in html [view]
  • Fixed: text-align of rtl toc [view]
  • Fixed: last line underline overlap border in html fragment [view]
  • A few more language updates [view]
  • Add VHDL strings to Translator class and add german translations. [view]
  • Add commands to handle referenced by relation and references relation [view] , [view]
  • Add formula (images) to RTF output [view]
  • Add function annotations support [view]
  • Add possibility for adding doxygen configuration items to, all, tests during runtime. [view]
  • Add support for std::shared_ptr [view]
  • Add support of dict/set in annotations and default values [view]
  • Add variadic arguments support to @link and @ref, aka '...' arguments, fixes [view]
  • Add variadic function arguments '...' regression tests [view]
  • Add variadic template function regression tests [view]
  • Added *.ice files as a recognized file type. Added a Slice-optimized output mode. [view]
  • Added French translation [view]
  • Added missing #include for util.h to portable.cpp [view]
  • Added not for usage of [TOC] together with Markdown headers [view]
  • Added some VHDL code coloring [view]
  • Added some missing default types for argument matching [view]
  • Added substitution variant for character substitution [view]
  • Added support for RTL(right to left) languages like Arabic and Persian in HTML output [view]
  • Added test case for ref, and fixed representation of operator->*() [view]
  • Adding debug options to vhdl parser generator [view]
  • Adjustment of xhtml1-transitional.dtd [view]
  • Automatic detection of UCS-2 based on BOM corrected [view]
  • Better HTML output for VHDL Ports [view]
  • Bold text terminated by plus sign [view]
  • Bug fix for plantuml [view]
  • Bump minimal deployment target for OSX to 10.9 to avoid deprecation warning while linking [view]
  • C++11 features used in Doxygen [view]
  • Cannot Generate Layout File using -l [view]
  • Cannot properly jump from brief to detailed function description [view]
  • Change german translation of trClassDocumentation() for VHDL output. [view]
  • Changed implementation, added test case [view]
  • Changed mail address and removed obsolete files [view]
  • Changed refiltering to forced use of insideTabbing [view]
  • Changed state guard instead of adding pattern check+reject [view]
  • Close last code line properly. [view]
  • Combined lrRank and rank parameters for computeMd5Signature [view]
  • Consistency between 'generate' and 'update' startup option [view]
  • Consistency between preprocessor and handling of cond and if [view]
  • Consistency for "group" commands [view]
  • Consistency in headings and layout for template parameters (tparam) [view]
  • Consistency of Index name in LaTeX output [view]
  • Consistency of environment variables between config and code [view] , [view]
  • Consistent warning messages [view]
  • Correct list of not used translator functions [view]
  • Correct typing error in test 5 [view]
  • Correct typing error in test 51 [view]
  • Correct typing error in warning message. [view]
  • Corrected description of XML output for emoji characters [view]
  • Corrected warning in case of a not supported output format with image command. [view]
  • Correcting "Definition at line @0 of file @1." [view]
  • Correcting labels for citations [view] , [view]
  • Correcting tag example and uniform calling all examples [view]
  • Correcting tag in printdocvisitor [view]
  • Correcting warning messages and echoing unknown command [view]
  • Correction for `doxygen -g` [view]
  • Correction in example of FILE_VERSION_FILTER [view]
  • Correction in title of FAQ [view]
  • Correction internal documentation [view]
  • Correction of some coloring of code comments in VHDL, adding data type 'positive' [view]
  • Create command for escaped equal sign [view]
  • Create test possibilities for xhtml and pdf output [view] , [view]
  • Debug output commentcnv independent of QUIET setting [view]
  • Difference between standard and used Doxyfile [view]
  • Difference between standard and used Doxyfile (list) [view]
  • Disabled Appveyor documentation build due to unreliability of MikTeX download [view]
  • Disabled debug print [view]
  • Documentation EXTENSION_MAPPING [view]
  • Documentation correction [view]
  • Documentation correction CLANG option usage [view]
  • Documentation correction include command with options [view]
  • Documentation corrections [view]
  • Documentation internet addresses [view]
  • Documentation update regarding right font usage in architecture chapter [view]
  • Does not generate TOC for markdown [view]
  • Don't link to non existing / not accessible namespaces , in CSharp, in the source code [view]
  • Doxygen creates empty image titles for Docbook output [view]
  • Doxygen manual doesn't have lines around markdown tables / cells. [view]
  • Doxygen manual is not XHTML compliant [view]
  • Drop down lists in menu bar missing [view]
  • Enable comma as separator in configuration lists [view]
  • Enable in page table of contents for LaTeX [view]
  • Enable in page table of contents for XML and add maximum level to in page table of contents [view] , [view]
  • Enable possibility of CLANG for Cygwin [view] , [view]
  • Enable possibility to run single tests [view]
  • Ensure all language files are reset [view]
  • Expand sqlite3gen's breadth, depth, and quality [view]
  • Extending cite command with '-' and '?' characters. [view]
  • Extending tests with extra possibilities [view]
  • Fix French lang build [view]
  • Fix HTTPS links [view]
  • Fix VHDL Latex documentation having two chapters with the same name. [view]
  • Fix Windows build failure [view]
  • Fix annotation with default value parsing [view]
  • Fix building with Visual Studio 2013 [view]
  • Fix for 'Definition at line' points to end of multiple-lined definition for Python #6706 [view]
  • Fix for module quicklinks [view]
  • Fix for unbounded memory usage due to a bug in ref const matching #6689 [view]
  • Fix potential hangup when merging scopes [view]
  • Fix regression due to move of markdown processing [view]
  • Fix scanner.l for Slice [view] , [view] , [view]
  • Fix/New: add variadic function args '...' support to @link [view]
  • Fix/New: add variadic function args '...' support to @ref [view]
  • Fixed bug in URL [view]
  • Fixed compile errors in clang and gcc [view]
  • Fixed compiler warning for nested /* in scanner.l [view]
  • Fixed differently by changing root cause for introducing the space [view]
  • Fixed documentation to point to GitHub issue tracker [view]
  • Fixed incorrect XHTML output for test 021 [view]
  • Fixed logic error [view]
  • Fixed merge problem [view]
  • Fixed one remained compile error in clang [view]
  • Fixed problems with emoji handling and added a test case for it [view]
  • Fixed some more small memory leaks [view]
  • Fixed two small memory leaks [view]
  • Fixing coverity messages [view]
  • Fixing coverity messages (Namespace tag) [view]
  • Fixing problem with possible not initialized variable (endless loop in VS 2017 debug) [view]
  • Fortran code coloring improvements (REAL and comment lines) [view]
  • Fortran improvements [view]
  • Fortran improvements (2) [view]
  • Fortran scanner abort message [view]
  • French translation for VHDL additions [view]
  • Further simplified the fix [view]
  • Generating doxygen documentation on Windows (with MikTex) [view]
  • Handling Fortran functions in call graphs [view]
  • Heading in rtf. #6522 https://github.com/doxygen/doxygen/issues/6522 [view]
  • Ignore build* directories and not just build [view]
  • Implementation Fortran ENUM / ENUMERATION [view]
  • Implementation of standard generator for docbook output [view] , [view]
  • Improved robustness of the emoji feature [view]
  • Improvement LaTeX output [view] and [view] and [view]
  • Improvement regarding width and title for docbook [view]
  • Improvements in handling special characters in Latex [view]
  • Include "empty" directories in the documentation if they contain a `.dox` file (or similar) documenting the directory itself. [view]
  • Include header for CompilationDatabase [view]
  • Include height item in XML output [view]
  • Inconsistency in respect to tgroup in docbook [view]
  • Incorrect tag sequence for xhtml with class diagram possible [view]
  • Incorrect closing tags for in page table of contents (XHTML) [view]
  • Incorrect closing tags for in page table of contents (docbook) [view]
  • Incorrect number of start / end paragraph tags for xhtml with htmlonly [view]
  • Incorrect number of start / end paragraph tags for xhtml with image command [view]
  • Incorrect number tag sequence for xhtml with htmlinclude command possible [view]
  • Incorrect tag sequence for xhtml with latexinclude command possible [view]
  • Incorrect tag sequence possible for images possible in case of xhtml [view]
  • Index bugfix [view]
  • Index list cannot contain special characters in ids for XHTML [view]
  • Inline images [view]
  • Invalid warnings regarding todos when source file name contains a '-' [view]
  • Issue #6631 Code blocks incorrectly formatted in Latex [view]
  • Issue 6411: CSS for Markdown tables do not use HTML_COLORSTYLE_HUE, HTML_COLORSTYLE_SAT config variables [view]
  • Issue 6469: Java method calls are ignored in generating call/caller graph with Graphviz [view]
  • Issue 6494: asterisks before args and kwargs are ignored in python [view]
  • Issue_6456 Using # in links causes errors in PDF generation [view]
  • Issue_6585: Unexpected anchor tags in tag-files [view]
  • Keyword register (in code) is deprecated since C++11 [view] , [view]
  • LaTeX with verbatim part inside a table [view]
  • Large CALL / CALLER graphs cannot be processed in LaTeX [view]
  • Make conanfile creation more readable [view]
  • Make it possible to list namespace members in file scope for XML output. [view]
  • Making VHDL error messages more doxygen like [view]
  • Making the 'tex' part of makeindex available to the user [view]
  • Markdown list wrong displayed [view]
  • Minor documentation fix [view]
  • Minor fixes to local toc logic after feedback [view]
  • Minor restructuring [view]
  • Misc. typos [view] , [view]
  • Missing opening round bracket in case of an exception [view]
  • More typos [view]
  • Moved #include "config.h" back to the original place [view]
  • Moved duplicated code into dedicated function skipLanguageSpecificKeyword [view]
  • Moved local toc data into a separate type for better encapsulation [view]
  • Multiple `xreflist` in one page with same key [view] , [view]
  • Multiple addindex commands in HTML with same name [view]
  • Namespace with name docstrings_linebreak [view]
  • Not showing external project in HTML hierarchy class pages [view]
  • Numbers in comment disappear [view]
  • Numbers overlap the titles in TOC of PDF [view]
  • Order resources not only on filename but also dirname [view]
  • PATCH -- updates reference link with no closing [view]
  • Path for external commands on windows [view]
  • Possibility to have a image command inside a <A> tag [view]
  • Possible fix for the build [view]
  • Prevent <center> and <div> inside brief descriptions to avoid broken XHTML output [view]
  • Prevent empty list [view]
  • Prevent empty member list table (XHTML) [view]
  • Prevent empty page list table (XHTML) [view]
  • Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warning [view]
  • Prevent potential race condition [view]
  • Print emoji text in case of unknown emoji [view]
  • Problem with TEST_FLAGS when using CMake for Visual Studio [view]
  • Problem with cond in normal comment of test 015 [view]
  • Problem with code inside a Doxy table in LaTeX [view]
  • Problems and some enhancements for LaTeX tables [view]
  • RTF layout regarding References and Referenced by [view]
  • RTF lists more levels and removing extra paragraphs [view]
  • Readded missing "Span" case to DocStyleChange::styleString [view]
  • Redundant whitespace removal breaks some C++ links [with test case and Git bisect] (Origin: bugzilla #791942) [view]
  • Refactored code a bit [view]
  • Refactored code a bit (use const references and made global functions members) [view]
  • Reference text in reference list seen as emoji [view]
  • Remove debug statement [view]
  • Remove debug statements [view]
  • Remove default assignment from Translator::trVhdlType() declaration [view]
  • Remove double line with documented argument from addContentsItem in ftvhelp.cpp [view]
  • Remove non-english translations [view]
  • Remove obsolete definitions from scanner [view]
  • Remove obsolete line from README.md [view]
  • Remove old obsolete docbook generator [view]
  • Remove some dead code [view]
  • Renamed (start/end)SimpleSect to (start/end)Examples. [view]
  • Renamed command and moved duplicated code into a macro [view]
  • Renamed option and test case numbers [view]
  • Replace ''printf' with appropriate warn 'message' [view]
  • Replace calls to trTypeString with trVhdlType in single mode, which is the default. [view]
  • Replaced replace(QRegExp(..)) by substitute [view]
  • Replaced replace(QRegExp..) by substitute [view]
  • Resolve inconsistency in formula repositories. [view]
  • Restructured code to avoid the need for global state [view]
  • Return VHDL specific text in trClassHierarchyDescription() [view]
  • Section label with minus sign not recognized properly. [view]
  • Small clarification for REFERENCED_BY_RELATION [view]
  • Small correction installation / build procedure [view]
  • Small corrections in distributed man pages [view]
  • Small documentation corrections [view]
  • Small problems when displaying python code [view]
  • Small problems when having code in LaTeX output [view] , [view]
  • Sorting of index in case of LaTex [view]
  • Spanish translation for VHDL additions [view]
  • Spelling of the word Javadoc [view]
  • Synchronize chapter names of doxygen's own documentation. [view]
  • Syntax highlighting / code coloring in RTF [view]
  • Tag sequence incorrect for svg image (XHTML) [view]
  • Test renumbering [view] , [view]
  • Tooltip was twice 'HTML escaped' [view] , [view]
  • Translators updated to version 1.8.15. [view]
  • Truncated split bar in HTML output between treeview and normal text area [view]
  • Typos [view], [view] , [view]
  • Unbalanced start of lists resulting in not creatable pdf of rtf document [view]
  • Update Dutch translation for new Slice implementation [view]
  • Update Dutch translation in respect to new VHDL entries. [view]
  • Updated Hungarian translation [view]
  • Upgrade to jQuery 1.7.2 to get rid of security scan violations. [view]
  • Usage of '{', '}' and ',' in ALIAS [view]
  • Use QCStringList::split i.s.o. QStringList::split [view]
  • Version bump for next release [view]
  • Warning running xmllint for xhtml [view]
  • Wrong counting of lines during VHDL code output [view]
  • Wrong determination of begin / end tag of formula in markdown. [view]
  • Wrong link generated for inherited members when tag files are used. [view]
  • Wrong separator in index for a.o. Python, C# [view]
  • Wrong spelling of word doxygen [view]
  • XHTML image tag mandatory alt attribute [view]
  • XHTML incorrect attribute values for align and valign [view]
  • XHTML problem with class index table [view]
  • XHTML problem with multiple use of node numbers in id attribute [view]
  • XHTML problem with name attribute with VHDL name attribute [view]
  • XML output: avoid warnings with scoped enum values in anonymous namespaces. [view]
  • [ImgBot] Optimize images [view]
  • added PHP7 support for the search engine on HTML output. See: http://php.net/manual/en/language.basic-syntax.phptags.php [view]
  • addindex supports also DocBook and RTF [view]
  • correct typo in comment [view]
  • declares XMLCodeGenerator in xmlgen.h [view]
  • doxyparse bugfixes and minor improvements [view]
  • fix build with qt 5.11, deprecated qt5_use_modules macro was removed, patch by Christophe Giboudeaux [view]
  • perlmod syntax correction [view]
  • redundant input_filter runs significantly reduce performance when FILTER_SOURCE_FILES and INLINE_SOURCES are both enabled #6395 [view]
  • sqlite3: fix missing external_file view schema col [view]
  • sqlite3: require sqlite >= 3.9.0 [view]

New in Doxygen 1.8.14 (Dec 27, 2017)

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

New in Doxygen 1.8.13 (Dec 31, 2016)

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

New in Doxygen 1.8.12 (Sep 6, 2016)

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

New in Doxygen 1.8.11 (Dec 30, 2015)

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

New in Doxygen 1.8.10 (Jul 11, 2015)

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

New in Doxygen 1.8.9.1 (Jan 5, 2015)

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

New in Doxygen 1.8.9 (Dec 27, 2014)

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

New in Doxygen 1.8.8 (Aug 22, 2014)

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

New in Doxygen 1.8.7 (Apr 22, 2014)

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

New in Doxygen 1.8.6 (Dec 27, 2013)

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

New in Doxygen 1.8.5 (Aug 24, 2013)

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

New in Doxygen 1.8.4 (May 21, 2013)

  • Changes:
  • id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs with simple typedefs will be inlined.
  • Doxywizard: scrolling with mouse wheel no longer affects the values in the expert view.
  • id 681733: More consistent warnings and errors.
  • New features:
  • Added support for "clang assisted parsing", which allows the code to also be parsed via libclang (C/C++ frontend of LLVM) and can improve the quality of the syntax highting, cross-references, and call graphs, especially for template heavy C++ code. To enable this feature you have to configure doxygen with the --with-libclang option. Then you get two new configuration options: CLANG_ASSISTED_PARSING to enable or disable parsing via clang and CLANG_OPTIONS to pass additional compiler options needed to compile the files. Note that enabling this feature has a significant performance penality.
  • Included patch donated by Intel which adds Docbook support. This can be enabled via GENERATE_DOCBOOK and the output location can be controlled using DOCBOOK_OUTPUT. Docbook specific sections can be added using \docbookonly ... \enddocbookonly
  • Added support for UNO IDL (interace language used in Open/Libre Office), thanks to Michael Stahl for the patch.
  • Included patch by Adrian Negreanu which stores data gathered by doxygen in a sqlite3 database. Currently still work in progress and can only be enabled using --with-sqlite3 during ./configure.
  • For interactive SVG graphs, edges are now highlighted when hovered by the mouse.
  • Include patch by Adrian Negreanu to show duration statistics after a run. You can enable this by running doxygen with the "-d Time" option.
  • Included patch by Markus Geimer which adds a new option LATEX_EXTRA_FILES which works similarily to HTML_EXTRA_FILES in that it copied specified files to the LaTeX output directory.
  • id 698223: Added support for C++11 keyword alignas
  • id 693178: Added support for processing DocSets with Dash (thanks to Bogdan Popescu for the patch
  • id 684782: Added option EXTERNAL_PAGES which can be used to determine whether or not pages importated via tags will appear under related pages (similar to EXTERNAL_GROUPS).
  • id 692227: Added new MathJax command MATHJAX_CODEFILE which supports including a file with MathJax related scripting to be inserted before the MathJax script is loaded. Thanks to Albert for the patch.
  • id 693537: Comments in the config file starting with ## will now be kept when upgrading the file with doxygen -u (and doxygen -s -u). Thanks to Albert for the patch.
  • id 693422: Adds support for Latvian (thanks to a patch by Lauris).
  • Included language updates for Ukrainian, Romanian, and Korean
  • Bug fixes (ids refer to the bugzilla database):
  • id 145294: Fixed parse issue when using less than inside a template argument.
  • id 325266 man page output was missing a linebreak before .SH when definition a group with a section.
  • id 338205: @anchor were wrong when CREATE_SUBDIRS was enabled.
  • id 427012: Putting a @todo in front of an anonoymous namespace caused bogus entry in the todo list.
  • id 564462: Fixed alignment issue with tabs and multibyte characters.
  • id 567542: Character entities in titles were not rendered correctly in the HTML navigation tree.
  • id 571561: No space between * and tag (e.g. \endcode) made parser misbehave
  • id 583233: Included patch to limit generated Doxyfile comments to 80 columns
  • id 592626: Fixed off-by-one with MAX_DOT_GRAPH_DEPTH.
  • id 619790: Improved linking to template specializations. Thanks to David Haney for the patch.
  • id 627712: Doxygen Header in C Files makes empty Lines in HTML Source Code when starts in Line 1
  • id 639954: Fortran: array constructors with brackets were not correctly recognized.
  • id 646428: The generated man pages had a .PP just before the subject description
  • id 646431: On generated manpages the return section is incorrectly indented
  • id 650004: use \page now generates a man page were the . is not replaced by _8.
  • id 657704: Fixed issue with PROJECT_LOGO when using backslashes in the path.
  • id 666008: Fortran: Using @var at module levele didn't work. expect a file/path name.
  • id 673218: Replaced "echo -n" with "printf" in the configure script.
  • id 674856: Removed warning when using \endinternal
  • id 675607: Added &, @, and # as allowed characters for commands that
  • id 679626: Included patch by Abert to correctly link pages in the manual
  • id 681874: Added support for single column Markdown tables.
  • id 682369: Incomplete documentation on doxygen -w latex
  • id 683516: Doxygen crashed when structural commands (like \var) appeared in .md files.
  • id 686259: Fixed character encoding problem when multibytes characters were used in anchors.
  • id 691071: Documentation before an anonymous member did not appear.
  • id 692162: Fixed Markdown related indentation problem.
  • id 692320: Regression: Text after @copydoc was not visible anymore.
  • id 692537: Linked to external pages was done using the page label rather than the file name.
  • id 693331: build using ./configure ; make did not work if the path contained a space.
  • id 693406: Tag files are now identfied by the full path instead of only the name of the tag file.
  • id 694376: In some cases members were missing from the tag file.
  • id 694027: Fortran: derive intent from documentation in case no intent is specified
  • id 694610: Warning was not reported at the correct line in two cases.
  • id 694631, 694632: @cond..@endcond did not work properly for removing macro definitions.
  • id 694685: Fixed crash when adding two different functions with the same name to the same group.
  • id 694726: VHDL: fixed issue generating LaTeX output.
  • id 695277: Fortran: improved handling of protected statement
  • id 695974: Fortran: Fixed issue resulting in "Stack buffers nested too deeply" error.
  • id 696708: @cond was not handled properly by the preprocessor.
  • id 697233: @copyright command did not end a brief description.
  • id 697249: Markdown tables caused errors reported at wrong line number.
  • id 697494: Removed double entry from the messages produced by doxygen.
  • id 698818: Fixed problem handling @cond for #define's
  • id 698007: Fixed potential crash when searching files.
  • id 696925: #include's inside namespace could result in duplicate entries.
  • id 696954: Doxywizard: Labels of items are now also grayed out when an item is disabled (thanks to Albert for the patch).
  • id 699195: Changed Markdown page label to support multiple .md files with the same name.
  • id 699218: Fixed issue with margin computation in resize.js.
  • id 699381: Lonely h4,h5,h6 end tag caused assert.
  • id 699437: Trailing comments were not always rendered properly if MARKDOWN_SUPPORT was enabled.
  • id 699460: Updated doxygen man page (thanks to Manuel for the patch).
  • id 699464: Added reference to \xmlonly and \docbookonly in \htmlonly
  • id 699731: LaTeX: switch to using the xtabular package instead of longtable to prevent overfull vbox errors.
  • id 699732: Template parameters and Exceptions were rendered differently than Parameters and Return Values in the LaTeX output.
  • id 700153: Tcl: Fixed crash when parsing certain Tcl code.
  • id 700345: Comment blocking ending with ///// made slashes appear in the output.
  • id 700456: Added support for separating auto list items with an empty paragraph.
  • Included a couple of VHDL fixes (thanks to Martin Kreis for the patch)
  • \include and \includelineno both showed line numbers.
  • Putting '// @endverbatim' inside a C comment block was not handled properly by the preprocessor.
  • Fixed various typo's in the manual and improved cross referencing (thanks to Albert and Guillem Jover for their help)
  • Added a couple of missing configuration dependencies.

New in Doxygen 1.8.3.1 (Jan 21, 2013)

  • Changes:
  • Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by the tag files name but via new option EXTERNAL_SEARCH_ID giving a bit more flexibility.
  • Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching.
  • id 691607: Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search'. Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility.
  • New features:
  • You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch).
  • To make navindex section inside a layout file that links to a specific URL you can use usergroup with the url attribute.
  • To make navindex section without any link inside a layout file you can use usergroup with special title [none].
  • Bug fixes (ids refer to the bugzilla database):
  • id 644350: Fortran: Included patch to improve parsing line continuation characters.
  • id 645423: Fortran: added support for protected attribute
  • id 682550,691315: When using @copydoc, paragraphs breaks did not appear in the copied documentation.
  • id 686581: Fortran: handle single quotes in normal Fortran comment.
  • id 686689, 691335: Scope of forwardly declared template class was lost in the output.
  • id 689713: Tcl: Inline source code was not rendered correctly.
  • id 690787: Fixed case were a cyclic inheritance relation could crash doxygen.
  • id 690831: Using @subpage in a -# style list was not handled properly.
  • id 691000: For a mainpage without title the project name is now shown as the title in the XML output.
  • id 691277: The generated list of citations is now no longer included in the tag file.
  • id 691073: Documenting strongly typed enum values outside of the enum did not work.
  • id 691310: Python: = was missing in the output for variable assignment.
  • id 691323: Doxygen could crash when creating inline msc graphs.
  • id 691340: Members didn't have a More.. link to jump to detailed docs.
  • id 691602: Doxygen did not probably distinguish between two template
  • id 691798: regression: C++ style comments that started with a line of slashes did not get processed correctly anymore.
  • id 692031: Fixed parse error when left shift operator occurred as a default parameter. members or functions that only differ in the return type.
  • Setting SEARCH_INCLUDES to NO resulted in no include graphs and no include files being listed in the output.
  • Improved support for MinGW (thanks to a patch by Brecht Sanders).
  • Removed the Graphviz/dot dependency when building the doxygen documentation.
  • Anchors to sub pages were wrong in the XML output.
  • Included VHDL patch by Martin Kreis that improves the flow chart generation.
  • corrected several code pages and fontsets for proper RTF output for a number of languages such as Greek.

New in Doxygen 1.8.3 (Dec 27, 2012)

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

New in Doxygen 1.8.2 (Aug 13, 2012)

  • Changes:
  • Using a fenched block (~~~~) in Markdown without explicit extension will now be interpreted as a @code..@endcode block instead of @verbatim..@endverbatim.
  • Classes inheriting from an class that is outside the scope of doxygen are still shown in diagrams. This does not hold for usage relations.
  • New features:
  • Added support for C++11:
  • strongly typed enums, e.g.:
  • enum class E
  • enums with explicit type, e.g.:
  • enum E : unsigned int { ... }
  • id 678097: added support for final keyword on classes and methods.
  • support for override keyword for methods.
  • nullptr is new a type keyword in code fragments.
  • support for variables with initializer lists, e.g.:
  • const int var {10};
  • support for trailing return types, e.g.:
  • auto foo() -> Bar;
  • id 672372: added support for template aliases, e.g.:
  • template using A = B;
  • support for C++11 variadic templates, e.g.:
  • template class C;
  • support for documenting template class declarations.
  • id 680098: static_assert(...); inside a class is now ignored.
  • id 679740: Add support parameters with default lambda functions, e.g.:
  • int foo(int i, std::function f = [](int x) -> int { return x / 2; })
  • default initializers for non-static data members, e.g.:
  • class C { public: int x = 4; int y {6}; int z = y*func(); };
  • support for decltype as a way selecting a type for a variable, e.g.:
  • int x; decltype(x) y;
  • support for new string literals, e.g.
  • u8"utf8", u"utf-16", U"utf-32", L"wchar"
  • support for raw string literals (with and without user defined delimiter), e.g.
  • R"(some"thing)", u8R"raw(some)"thing)raw"
  • support for explictly deleted and defaulted special members (=default and =delete).
  • Made several improvements to the way Objective-C categories and protocols are handled:
  • Class extensions are now treated as part of the class, whereas categories are listed separately.
  • Fixed parse problem where category had a { } section.
  • Fixed parse problem for categories that implemented protocols.
  • Fixed render bug for protocols in class diagrams.
  • Attributes with the same name as a method are now no longer matched.
  • Internal properties are now also marked with [implementation]
  • Members of categories are shown in the class they extend as well, and cross reference links are made between these members.
  • Class extension implementing protocols are now shown as protocols inherited by the class itself, including the "Implemented by" relation.
  • Added option HTML_EXTRA_STYLESHEET which allows adding an additional stylesheet without completely replacing doxygen.css.
  • Added option AUTOLINK_SUPPORT which can be used to enable/disable autolinking globally.
  • Included language updates for Czech, Spanish, Greek, Slovak, and Esparanto.
  • Bug fixes:
  • Fixed render glitch where template member of a base class was not properly hidden in the derived class.
  • Privately nested classes no longer appear in the declaration section of their parent if EXTRACT_PRIVATE is disabled.
  • In the declaration section the separator line was in between the member and its brief description.
  • Fixed a couple of compiler warning with the new XCode 4.4 compiler.
  • Added compilation support for Mountain Lion (Mac OS X 10.8).
  • id 679631: Nested namespaces did not appear in the namespace list if the parent namespace was undocumented.
  • id 680227: Fixed some spelling errors in the code comments.
  • id 680398: Fortran: comma at begin of argument list description in case of implicit type
  • id 680405: Fortran: Entities on line with USE, ONLY were not hyperlinked in code.
  • id 680408: Fortran: handle carriage return in non terminated strings.
  • id 680492: Using Markdown formatting in @todo/@bug/.. like descriptions did not work.
  • id 680575: Fixed potential crash when appeared inside for C# code.
  • id 680697: \xrefitems of the same type are not grouped together under the same heading (just like \todo and friends).
  • Fixed case where full directory path was shown even though FULL_PATH_NAMES was set to NO.
  • id 680709: HTML output of template-derived classes contained unescaped characters.
  • id 679963: "Class Index" appeared twice in the PDF TOC, Index at the end did not appear at all.
  • In a declaration no link was created when referring to a class inside an undocumented namespace imported via a tag file.
  • id 681281: Make default for TAB_SIZE 4 and added remark in Markdown section of the manual about the effect of TAB_SIZE on code block processing when using tabs in the comment block.
  • id 681023: Project logo was not included in the Qt help output.
  • id 680992: Fixed a couple of typos in the comments.
  • id 681350: Fixed a problem with Markdown processing of a @code block inside an indented /// style comment.
  • id 679928: Disabled section level correction for Markdown pages as is was confusing.

New in Doxygen 1.8.1.2 (Jul 13, 2012)

  • Changes:
  • doxygen now strips the leading indentation shared by the lines in a @code..@endcode block
  • id 678218: Changed title of the SVG graphs from 'G' to the root node of the graph
  • New features:
  • Added button in the navigation tree to allow enabling/disabling syncing the navigation tree with the content
  • Extended the number of HTML entities with Greek letters and other symbols (thanks to Charles Karney for the patch)
  • id 663645: Added support for C++11 strongly typed enums (enum class E { ... })
  • Bug fixes:
  • id 590518: Added missing class member initialization to a class in doxmlparser and made the library compile again
  • id 667678: Added support for Obj-C property attribute "unsafe_retained"
  • id 674842,676984: Unmatched quote in a comment prevented alias expansion
  • id 676019: Fixed another case where local include path did not appear correctly in the class documentation
  • id 676966: Fortran: Some keyword were not colored in the source view
  • id 676981: Fortran: Argument type was wrong type of in case of out of place !> comment
  • id 677935: Included patch to fix problem compiling for x86 release on Windows
  • id 677992: Section without title could result in an invalid Qt Help index
  • id 678022: Anonymous enum could result in an invalid Qt Help index
  • id 678102: Superfluous trailing comma in javascript prevented navigation tree to load in IE7
  • id 678177: a + at the start of a line inside a block, triggered the start of a list. Also -- and --- where not kept untouched inside a block
  • id 678180: ndash (--) appearing in a brief description could lead to invalid SVG images
  • id 678288: -- and --- inside a Markdown code block were not handled properly
  • id 679331,675766: In body documentation with a different indentation then the main documentation was not rendered correctly (MARKDOWN=YES)
  • id 679436: Using an escaped pipe symbol in a Markdown table did not get unescaped in the output
  • id 679533: Code fragments did not appear properly in the doxygen manual
  • id 679615: Added missing delete call in a piece of debugging code
  • id 679626: Fixed some navigation issues in the manual
  • Not all inherited members appeared in the "Additional inherited members" list
  • Link to call after "Inherited members" was not correct when CREATE_SUBDIRS was enabled
  • New VHDL diagram was not generated if the path contained spaces
  • Fixed a couple of problems handling Objective-C categories

New in Doxygen 1.8.1.1 (Jun 11, 2012)

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

New in Doxygen 1.8.1 (May 21, 2012)

  • Changes:
  • Changed the way indexes (Class,File,Namespace,Groups) are rendered:
  • There are now shown in a uniform way in the HTML output as a tree. Trees can be expanded and collapsed interactively (this makes USE_INLINE_TREES obsolete).
  • The class list now also shows namespaces and nested classes. The file list now also shows directories (this makes SHOW_DIRECTORIES obsolete).
  • Member sections are now each rendered in a separate table. This makes the HTML_ALIGN_MEMBERS option obsolete.
  • Note: If you use a custom header for the HTML output (HTML_HEADER) make sure you add the following:
  • script type="text/javascript" src="$relpath$jquery.js">
  • script type="text/javascript" src="$relpath$dynsections.js">Otherwise the interactivity of the trees does not work.
  • Included a couple of performance improvements (thanks to Dirk Reiners)
  • Changed the way member attributes (like protected, virtual, and static) are rendered in the HTML output.
  • Changed the look of the source code output.
  • Included language updates for Chinese, Czech, German, Esperanto, Italian, Slovak, Spanish, Hungarian, and Polish.
  • Syntax highlighing in source code fragments is no longer dependent on LATEX_SOURCE_CODE being set to YES.
  • Added natural scrolling for tablet devices (like the iPad) when using the treeview.
  • For interactive SVGs the print button has been replaced by a "arrow out" button that opens the original non-interactive SVG in a new window for easy printing or saving.
  • id 661499: Long names are now wrapped in the dot nodes to avoid very wide graphs.
  • New features:
  • id 666527: Added support for C# XML command (thanks to John Werner for the patch).
  • id 670965, Added support for resolving environment variables of the form $(PROGRAMFILES(X86)) inside the config file
  • Doxygen now shows Objective-C properties in collaboration diagrams (thanks to Sven Weidauer for the patch).
  • Added ability to search for group or page titles.
  • Inherited class members are now shown as expandable sections in the member overview (default is collapsed). Each section is rendered as a table.
  • id 674349: Included build support for NetBSD.
  • A - will now be rendered as an 'en dash', similarly, --- will produce an mdash.
  • Bug fixes:
  • id 523156: Fortran: Prefix of routines got stripped.
  • id 666088: Include VHDL patch (thanks to Martin Kreis).
  • id 670235: Fixed include guard detection problem when using #pragma once
  • id 670805: A numbered list (1. 2. 3.) where each list item ended with an empty line is no longer treated as a set of separate lists (all starting with 1.).
  • id 670889: Java: last enum value did not appear in the output unless it was followed by a comma.
  • id 671023, 671312: Regression: Autolist items starting on a new paragraph at indent level larger than 0 were not processed correctly.
  • id 671076: Sections could be missing from the navigation tree in some situations.
  • id 671158: @tableofcontents did not work for the main page (@mainpage)
  • id 671159: Sections in a separate markdown page did not appear in the table of contents.
  • id 671166: Fortran: Fixed problem causing call/caller graphs not to be generated.
  • id 671171: RPM spec file was updated to make it work with RHEL 6.2 (thanks to Peter Klotz for the patch)
  • id 671240: Corrected line number of error message reported for pages.
  • id 671291: C# regression: enum values where not shown in the docs.
  • id 671395: When #some_member appeared at the start of a line it was seen as a level one header instead of a link to a member when Markdown processing was enable. Now at least one space is required after the # to make it a header.
  • id 671426: Fixed case where doxygen could crash when a section and subsection had the same label.
  • id 671591: docset creating could fail due to invalid Nodes.xml
  • id 671702: Using \internal in a group or member did not hide it from the navigation tree if there was no documentation.
  • id 671709: Backticks in C# comments did not appear as inline fragments, like was the case for other languages.
  • id 672119: PHP: defines are now shown as constants rather than enums.
  • id 672662: File with .md or .markdown extension were not included with the default setting of FILE_PATTERNS.
  • id 672366: mailto style URLs did not work correctly in combination with CREATE_SUBDIRS = YES.
  • id 672472: Removed bogus when using @par.
  • id 672475: Added "warning:" prefix to "missing \endcode" message.
  • id 672479: Doxygen comments after a macro definition were not removed in the source browser view.
  • id 672526: Removed black line in front of custom paragraphs.
  • id 672536: PHP: use keyword was not handled correctly when importing classes from another namespace.
  • id 672620: Switched to using "Macro" in the output instead of "Define".
  • id 672656: Using ![caption](filename.png) did not work correctly for local images pointed to with IMAGE_PATH.
  • id 673045: A block of ///'s inside a verbatim block inside a .md file was replaced by /** .. */
  • id 673066: Doxygen now skips scanning files in directories starting with a dot (e.g. .svn).
  • id 673219: Included patch by Ryan Schmidt to make the Mac versions in qglobal.h match that of Apple header files.
  • id 673870: Added C++11 classes when BUILTIN_STL_SUPPORT is enabled.
  • id 673983: Using a backslash in a section cause 026E30F to appear in the latex TOC.
  • id 674563: Fortran: case sensitiveness for routines and functions did not work
  • id 674583: Fortran: continuation by ampersand not placed in code output.
  • id 675757: Fixed indenting issue after the end of a markdown code block inside a list.
  • id 676116: Use new index style for page index.
  • id 676294: Fixed LaTeX error when backslash appeared in a hyperlinked code fragment.
  • Tag files had wrong character encoding set in the header.
  • C# in/out did not appear in generics using covariance or contravariance.
  • When marker of an alias appeared at the end of the alias text it was not expanded.
  • Aliases did not work in Markdown files.
  • Fixed some problems with the navigation tree for IE9 and Opera.
  • Included patch by Jake Colman to make the configgen.py work with older Python version such as 2.4.3.
  • Fixed problem parsing \code{.py}...\endcode
  • UML_LIMIT_NUM_FIELDS did not work correctly in all cases.
  • Setting SORT_GROUP_NAMES to YES, had no effect on child groups within a group.

New in Doxygen 1.8.0 (Feb 27, 2012)

  • Changes:
  • Auto list items can now consist of multiple paragraphs. The indentation of the (first line) of a new paragraph detemines to which list item the paragraph belongs or if it marks the end of the list.
  • When UML_LOOK is enabled, relations shown on the edge of a graph are not shown as attributes (conform to the UML notation)
  • Updated the manual and improved the look.
  • Made the contents in the navigation tree more consistent for groups, pages with subpages, and grouped subpages.
  • id 669079: Latex: made the margins of latex page layout smaller using the geometry package.
  • The tool doxytag has been declared obsolete and is removed (it wasn't working properly anyway). Same goes for the installdox script.
  • Updated the copyright in source code and doxywizard "about" to 2012.
  • id 668008: HTML version of the manual now has the treeview enabled for easier navigation.
  • New features:
  • Added support for Markdown formatting. This is enabled by default, but can be disabled by setting MARKDOWN_SUPPORT to NO. When enabled the following is processed differently:
  • tabs are converted to spaces according to TAB_SIZE.
  • blockquotes are created for lines that start with one or more >'s (amount of >'s detemine the indentation level).
  • emphasis using *emphasize this* or _emphasis this_ or strong emphasis using **emphasis this**. Unlike classic Markdown 'some_great_indentifier' is not touched.
  • code spans can be created using back-ticks, i.e. `here's an example`
  • Using three or more -'s or *'s alone on a line with only spaces will produce a horizontal ruler.
  • A header can be created by putting a ===== (for h1) or ----- (for h2) on the next line or by using 1 to 6 #'s at the start of a line for h1-h6.
  • auto lists item can also start with + or * instead of only -
  • ordered lists can be made using 1. 2. ... labels.
  • verbatim blocks can be produced by indenting 4 additional spaces. Note that doxygen uses a relative indent of 4 spaces, not an absolute indent like Markdown does.
  • Markdown style hyperlinks and hyperlink references.
  • Simple tables can be created using the Markdown Extra format.
  • Fenced code blocks are also supported, include language selection.
  • files with extension .md or .markdown are converted to related pages.
  • See the section about Markdown support in the manual for details.
  • It is now possible to add user defined tabs or groups of tabs to the navigation menu using the layout file (see the section of the manual about customizing the output for details).
  • Added new command \tableofcontents (or [TOC] if you prefer Markdown) which can be used in a related page with sections to produce a table of contents at the top of the HTML page (for other formats the command has no effect).
  • When using SVG images and INTERACTIVE_SVG is enabled, a print icon will be visible along with the navigation controls to facilitate printing of the part of the graph that is visible on screen.
  • Added obfuscation of email addresses for the HTML output to make email harvesting more difficult.
  • Added build targets for 64 bit Windows (thanks to Vladimir Simonov). The installer script is also updated to install a 64 bit version of doxygen on 64 bit systems and the 32 bit version on 32 bit systems.
  • Added support for using the HTML tag in comments.
  • Included patch by Gauthier Haderer that fixes some issues with the dbus XML parser.
  • Added support for Markdown style fenced code blocks.
  • Added option to @code command to force parsing and syntax highlighting according to a particular language.
  • Section of pages are now added to the navigation index.
  • Added support for cell alignment and table header shading in LaTeX and RTF output.
  • Added -d filteroutput option to show the output of an input filter (thanks to Albert for the patch).
  • id 668010: Latex: for Windows doxygen new generates a makepdf.bat file in the latex output dir to create the latex documentation.
  • Bug fixes (ids refer to the bugzilla database):
  • id 498703: Fixed encoding issue in CHM index file for group titles.
  • id 510975: FORTRAN: Keywords like .GT. recognized as symbols for cross ref.
  • id 511906, 581303, 622749: \copydoc did copy the brief description into the detailed section, causing a difference between the original and the copy.
  • id 555327: Using @ref for an example file, caused it to appear as file::ext.
  • id 567494: Fortran: Included patch for blockdata sub-programs.
  • id 628417: Fortran: doxygen filter, preparsing fixed form of null
  • id 662286: TCL: Inlcuded patch to fixed UTF-8 support.
  • id 662289: TCL: Included patch to prevent ##### from appearing in the output.
  • id 646319: Using a file name with path for HTML_STYLESHEET caused the path to appear in the HTML output.
  • id 664826: Fixed one more problem with include guard detection.
  • id 665629: Fixed parse problem when a #define appeared inside an enum.
  • id 665855: Fixed problem parsing C++ template specialization of the form A such as used in boost::signal2 types.
  • id 666047: A followed by an \htmlonly..\endhtmlonly section caused invalid XHTML output.
  • id 666085: Fixed include handling in case the include guard was documented.
  • id 666124: Fixed problem loading the navigation tree in IE8 when serving pages via a web server.
  • id 666337: Included patch to avoid hypenation hints in front of the first captial in a word.
  • id 666568: When SHOW_FILES was NO, a grouped function did not appear in the javascript based search index.
  • id 666909: \copybrief introduced extra spacing in the HTML output.
  • id 666986: Fixed case where search engine specific code appeared twice in the HTML output.
  • id 666993: Fixed bug in the generated makefile causing index not to be generated when using pdflatex.
  • id 667020: HTML output for example pages was not well-formed.
  • id 667192: Include statements in latex output where placed all on one line in the LaTeX output.
  • id 667835: PHP: Fixed problem handling heredoc blocks
  • id 667844: For aliases with a single argument it is no longer required to escape commas that appear inside the argument text.
  • id 668037: Latex: tables can now span multiple pages by using the xtab package.
  • id 668218: Doxygen will ignore the common prefix shared by all directories when computing a names for the directory's output files. This will make the names of the output more stable.
  • id 668519: Added missing newline in man page output.
  • id 669071, 669072: Fixed parse problem for Q_PROPERTY when a template with a namespaced type was used.
  • id 669078: Included patch which changes MATHJAX_RELPATH to use the content delivery network by default.
  • id 669138: Fortran: Fixed problem handling multiple definition statements on one line.
  • id 669406: Using -d Preprocessor now also works when QUIET is YES.
  • id 669434: Latex: citations where only generated properly if the bib files specified via CITE_BIB_FILES did not have a path.
  • id 669758: Tcl: Same function in multiple Tcl namespaces not added.
  • id 670289: Fixed case where doxygen would not correctly detect >> as a termination of a nested template.
  • id 670571: subpages generate empty pages in latex/rtf output and broken links when SHORT_NAME was set to YES.
  • Included VHDL fixes provided by Martin Kreis.
  • The word "dummy" wrongly appeared before the first parameter type in the LaTeX output for an Objective-C method.
  • Fixed several small glitches in the tree view javascript code.
  • Included a patch by Vladimir Simonov to make it possible to compile doxygen with Visual Studio 2005.
  • Fixed some typos in the manual

New in Doxygen 1.7.6.1 (Dec 12, 2011)

  • Changes:
  • Doxygen now reports its cache usage (for the symbol and the lookup cache) at the end of a run (if QUIET=NO), and recommends settings for SYMBOL_CACHE_SIZE and LOOKUP_CACHE_SIZE for your project if either cache is too small.
  • New features:
  • Added new option LOOKUP_CACHE_SIZE to control the internal cache doxygen uses to find symbols given their name and a context.
  • Python: added support for @staticmethod
  • Bug fixes (ids refer to the bugzilla database)
  • Python: scopes are now shown with . instead of ::
  • id 665313: Space before @if was not preserved, causing problems with inline @if .. @endif constructs.
  • id 665583: Fixed XHTML validity problem when using mscgen graphs.
  • id 665641: Fixed XHTML validity problem when GENERATE_TREEVIEW was disabled.
  • id 665720: Included patch to fix hang issue when non-empty INCLUDE_PATH was used.
  • id 665778: Fixed parse issue when a comma appeared as part of an enum's value.

New in Doxygen 1.7.6 (Dec 5, 2011)

  • Changes:
  • Timprove the performance of loading the navigation tree, the data is now split intmultiple javascript files which are loaded dynamically.
  • The selected member is now briefly highlighted in the HTML output (when GENERATE_TREEVIEW is enabled).
  • The navigation tree (GENERATE_TREEVIEW) now shows the same information as the index.
  • The navindex section of layout now alscontrols what is shown in the navigation tree.
  • Improved HTML output support for IE9.
  • Included redesigned VHDL parser (thanks tMartin Kreis for the patch)
  • When a class/structs has many (>15) members of the same type, only the first 10 are shown in the UML diagram.
  • Made the output of the javascript based search engine more compact.
  • New features:
  • Update of the French translation.
  • id 607305: Added support for PHP heredoc and nowdoc constructs.
  • Added support for cross-referencing in case of operator-> overloading. This includes support for std::auto_ptr,std::smart_ptr,std::unique_ptr and std::weak_ptr when BUILTIN_STL_SUPPORT is enabled.
  • Bug fixes (ids refer tthe bugzilla database)
  • Regression: some information was nlonger available for a class, due taccidental deletion of a code block.
  • Regression: fixed matching problem in the code parser.
  • Included fixes for TCL tsupport commands with \ and command definitions preceded by whitespace (thanks tRene Zaumseil)
  • When using "static int a,b" variable "b" incorrectly appeared in the output even though EXTRACT_STATIC was set tNO.
  • id 521717: .spec file was only updated after running ./configure
  • id 656642: Fixed potential crash when using doxygen for large projects.
  • id 656878: Fixed problem running bibtex with \cite command on Windows.
  • id 657152: Fixed constant expression evaluation error in the preprocessor.
  • id 652277: Removed bogus ' from the man page output.
  • id 659244: Quotes in the brief description could appear unescaped in the tooltip.
  • id 641336: #includes with ../ were not always processed correctly.
  • Fixed potential crash when INLINE_GROUPED_CLASSES and INLINE_SIMPLE_STRUCTS are set tYES.
  • id 658896: Fixed preprocessor problem handling #defines whose value was a constant string containing ///.
  • id 660332: Using a \ at the end of a comment line could cause parsing problems for C# as the \ was treated as a line continuation.
  • id 658033: Fixed parser problem when using multiple member groups inside a macrdefinition.
  • id 503239: Fixed several issues related t\cite handling.
  • id 658587: Improved the way macrdefinitions are collected.
  • id 660501: Fixed LaTeX error when using \name with a description.
  • id 661292: The documentation for \mainpage incorrectly mentioned that one has tuse \ref main in case GENERATE_TREEVIEW was set tYES, which is nlonger the case.
  • id 659096: Nested aliases definitions where not always expanded properly (regression w.r.t version 1.7.4)
  • id 658038: Fixed preprocessor problem where the @ character inside a macrdefinition could appear as @@.
  • id 658646: Fixed problem running mscgen for LaTeX and RTF output.
  • id 661723: Using ClassName%'s did not work anymore, and alsClassName's wasn't autolinked.
  • id 662044: Fixed potential printing of null pointer when using a version filter that returned blanks.
  • id 625518: Fortran: first problem where subroutine using results variable appeared as a function.
  • id 654153: If an URL appeared at the end of a sentence, the period was included in the URL.
  • id 656560: Fortran: Added support for the Double Complex type.
  • id 663640: Included workaround for Solaris CC issue in index.cpp
  • id 662190: Included patch tfix some TCL issues and add the TCL_SUBST configuration option.
  • id 661672: Fortran: Added support for ALIAS expansion in comment blocks.
  • id 663101: Fixed case where a macrwas not corrected found in the header file when it could only be found via INCLUDE_PATH.
  • id 664718: using multiple 's inside a block caused text tbe joined without spacing.
  • id 656556: Java enums are now parsed as classes.
  • id 664826: Fixed problem in the preprocessor regarding the handling of include guards.
  • id 664893: Fixed typin the docs for EXCLUDE_SYMLINKS.
  • id 665466: Using a relative URL with did not work when CREATE_SUBDIRS was enabled.
  • id 665464: Using an absolute URL with did not work when CREATE_SUBDIRS was enabled.

New in Doxygen 1.7.5.1 (Aug 23, 2011)

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

New in Doxygen 1.7.5 (Aug 14, 2011)

  • Changes:
  • id 641904: Function in the call graphs are now shown based on first appearance rather then alphabetical order.
  • id 616213: When customizing the HTML header $title now only generates the title excluding the project name (which can still be added using $projectname)
  • Improved the look of the class index: all items now have equal spacing.
  • New features:
  • New option INTERACTIVE_SVG which when set to YES in combination with DOT_IMAGE_FORMAT=svg will make doxygen generate interactive SVG diagrams that support zooming and panning via the mouse (only for large graphs).
  • Added support for the Tcl programming language (thanks to Rene Zaumseil and Samuel Bentley for the patch).
  • Added @copyright command.
  • added option MATHJAX_EXTENSIONS to provide additional extensions for MathJax (thanks to David Munger for the patch).
  • added option INLINE_SIMPLE_STRUCTS which when enabled shows the fields of simple classes and structs (with only public data fields) as a table and inline in context (file/group/namespace/class) provided this context is documented.
  • When using the server based search engine (SEARCHENGINE=YES and SERVER_BASED_SEARCH=YES) doxygen now advertises a opensearch provider for your project, that allows integrating the search directly in the search field of the browser (thanks to Phil Lello for the patch).
  • id 503239: Added new option CITE_BIB_FILES and LATEX_BIB_STYLE and a new command \cite, allowing you to make references to literature (as defined in one or more .bib files). This also works for output formats other than LaTeX. The tool bibtex is required for this to work though. Thanks to David Munger for the initial patch upon which this feature is based.
  • PHP namespaces are now shown as A\B in the output.
  • Added new \snippet command that can be used to include marked sections from a source file.
  • Added translation support for Armenian, thank to Armen Tangamyan. and included translation updates for a number of languages.
  • Bug fixes (ids refer to the bugzilla database):
  • Fixed a couple of potential race conditions found by Helgrind while running dot from multiple threads.
  • Graphs did not appear when enabling both INTERACTIVE_SVG and HTML_DYNAMIC_SECTIONS.
  • PDFs generated by newer versions of dot (i.e. 2.28) did not appear in the output, because doxygen failed to extract the bounding box.
  • Improved call graph and cross-reference support for Python.
  • INTERACTIVE_SVG now also works with IE9 if the html file extension is set to xhtml.
  • Fixed several cases where the LaTeX output could produce too long lines.
  • id 318061: Putting two functions in the same group that only different in the number of template arguments did not work.
  • id 437346,564614: Fixed proper encoding of multibyte output in RTF depending on the code page (thanks to Hirao for the patch).
  • id 521717: The .spec file in the source distribution did not get updated to the latest version.
  • id 521861: Fortran: Continuation character was not recognised in fixed format code.
  • id 522496: Fortran: @param checking was not case insensitive.
  • id 560105: Fixed problem combining @cond with preprocessor directives.
  • id 577359: Using "struct A : C, D {};" showed a private inheritance relation for D.
  • id 584194: Some links to typedef where pointing to the typedef'ed class instead.
  • id 619560: Anonymous enums caused an invalid entry in the LaTeX TOC.
  • id 622935: Deriving from an unknown template class could cause the class to appear with a -g postfix in C#
  • id 625731: Fortran: Fixed issue handling private subroutines.
  • id 632946: LaTeX now starts a new page when starting a new module.
  • id 634837: Fortran: Prefix of function was overwritten and the word 'function' not specified.
  • id 637099: Fortran: Included fix for using collaboration diagrams.
  • id 642468: Added PHP support for namespace with curly braces.
  • id 643219: Fortran: Improved handling of semicolons.
  • id 643617: Fortran: Added support for "type is".
  • id 643944: A macro added to a group appeared twice in the group documentation if was also made related to a class using \relates.
  • id 646321: Fixed problem were the search box was missing when using a custom HTML header.
  • id 646447: Fixed unterminated img tab in the XHTML output.
  • id 646463: Fixed problem handling MSCFILE_DIRS option with multiple paths.
  • id 646533: Included patch to sort overloaded members by appearance in the code.
  • id 646747,646879: Putting an autolist inside a @todo, @bug or similar section did not work anymore.
  • id 646922: Referring to a logo with a relative path, caused a broken image target when using a custom HTML header.
  • id 647499: Fixed HTML rendering problem on older browsers when GENERATE_TREEVIEW was enabled.
  • id 647768: Linking to a section on the main page could result in a broken link when GENERATE_TREEVIEW was enabled.
  • id 647889: Fixed invalid warning when using @deparated method with default values for parameters.
  • id 648302: A function made related using @relates could end up in the wrong class if there was already a method with a matching argument list in that other class.
  • id 649103: Return types containing multiple *'s ended up in the output with only one * in some cases.
  • id 650397: Fixed problem with alias substitution if the alias had more then 9 parameters.
  • id 650430: For nested anonymous structs @xx markers could appear in the output.
  • id 650463: Added compilation support for MacOSX 10.7 (aka Lion).
  • id 650958: Fixed issue printing HTML pages when the GENERATE_TREEVIEW option is set to YES.
  • id 651611: Fixed broken link to an undocumented namespace.
  • id 652138: Fixed potential crash while parsing Fortran code.
  • id 652188: Fixed problem parsing comment which included an unterminated alias within quotes (i.e. "\word{")
  • id 652277: Lines starting with . did not appear in the man page output.
  • id 652389: Fortran: Fixed text is detailed function section.
  • id 652396: When enabling INTERACTIVE_SVG wide graphs are now also fit to the screen width.
  • id 652695: Added missing space between parameter type and name in the RTF output.
  • id 652741: Use background-color instead of background in doxygen.css.
  • id 653344: Fixed potential segfault while creating man pages.
  • id 653666: Fortran: add a space to "type" in argument list.
  • id 653801: Fixed problem handling include guard when multiple blocks guarded by the same guard were used in a header file.
  • id 653963: Fortran: Unified handling of @params at various places.
  • id 654108: make clean failed on a system without qmake.
  • id 654244: Fixed compile issue for HP Itanium.
  • id 654779: Fortran: Interface was seen as a class with constructor / destructor.
  • id 654869: Using the word "property" as a type in C caused wrong results.
  • id 654866: Fortran: fixed issue parsing function type that looked like C function pointers.
  • id 655178: Fortran: Fixed parse issue when using variable name starting with the word interface.
  • id 655591: Improved error handling for empty html style list.
  • id 655935: Fixed case where %s could end up in a warning messge.
  • id 656005: Methods of Objective-C categories defined in an .m file are now marked as private.

New in Doxygen 1.7.4 (Mar 28, 2011)

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

New in Doxygen 1.7.3 (Jan 4, 2011)

  • Changes:
  • Added a header for each HTML page above the navigation menu, showing the project name and logo and a short descriptin (all optional). Disabling the index (with DISABLE_INDEX) still shows the new header (you can still customize this using HTML_HEADER). This now works nicely in combination with GENERATE_TREEVIEW = YES and/or SEARCH_ENGINE = YES.
  • Redesigned the treeview feature. Instead of using frames, the navigation tree is now loaded on each page dynamically. This allows bookmarking a page and always keeps the top menu visible. Also the current item is automatically highlighted in the tree. Also updated the icons in the treeview to match the overall look'n'feel. Note: if you now use a custom HTML header, please update it using doxygen with the -w and the edit the default header.
  • New features:
  • id 499544: Added SVG support to doxygen's dot output (setting DOT_IMAGE_FORMAT to svg now works as expected)
  • Added control to the wizard to configure the color of the output visually.
  • Added options to specify project synopsis and select a project logo to the wizard.
  • Added option PROJECT_ICON which can be used to specify an image which will be shown in the header of each HTML page along with the project name (PROJECT_NAME option).
  • Added option PROJECT_BRIEF which can be used to specify a brief description which will be shown in the header of each HTML page just below the project name.
  • Added new option FILTER_SOURCE_PATTERNS which can be used in combination with FILTER_SOURCE_FILES to filter files used for the source browser based on file extension, which can overwrite the filter set by FILTER_PATTERNS and/or INPUT_FILTER.
  • Added new option STRICT_PROTO_MATCHING which is disabled by default, and makes the parameter matching to be less strict, resulting in fewer "No matching class member found" warnings.
  • Bug fixes (ids refer to the bugzilla database):
  • id 306076: code blocks with using directives did not get hyperlinked.
  • id 313527: enum values with bitfields did not get parsed correctly.
  • id 565715,630582: Included a patch that fixes a couple of Fortran issues (thanks to Albert).
  • id 615507: Fixed problem handling @cond..@endcond in Fortran code.
  • id 619040: Scope was missing in Tokens.xml when using docsets.
  • id 625517,523156: Applied patch tp avoid stripping prefixes for Fortran subroutines.
  • id 626476: allow label before end statement in Fortran
  • id 630901: was not handled properly in comment block.
  • id 632311: Fixed potential crash for empty verbatim section.
  • id 632426: closing brace of a function with one parameter has wrong color in HTML.
  • id 632543: Added support for Fortan TYPEs with languge bindings. (thanks to a patch by Daniel Franke)
  • id 632879: An explicit link request such as #blah did not longer produce a warning if no symbol named blah was found.
  • id 633891: warnings in "inbody" documentation were shown with "unknown" file name.
  • id 634116: Titles customized via the layout file did not appear in the title page and navigation tree, only in the top menu.
  • id 634600: Fixed problem resolving typedef.
  • id 634775: Fixed a problem were // inside a code block got removed.
  • id 634857: Added support for escaping :: by using \:: (or @::)
  • id 634962: #include with relative path to parent dir did not get hyperlinked.
  • id 634986: Removed double definition of docParamName in compound.xsd.
  • id 635198: C++/CLI Finalizer methods were not parsed properly.
  • id 636475: Objective-C method names can now be used as the the first argument of \ref.
  • id 636588: Fixed a couple of problems in the compound.xsd schema used for XML output.
  • id 636598: DISTRIBUTE_GROUP_DOC now works again for enum values.
  • id 636947: Improved matching of typedef'ed array parameter and non typedef'ed array parameter.
  • id 637610: Added a number of fixed for Fortran interfaces.
  • id 637712: Handle files with the .for extension as Fortran.
  • id 637987: Fixed error in the grouping documentation.
  • Fixed line number sync problem when using Objective-C #import statements.
  • Fixed problem handling /** @cond */ in the preprocessor.
  • Member groups could get reordered in the output.

New in Doxygen 1.7.2 (Dec 1, 2010)

  • Changes:
  • Changed the default font of the LaTeX output to helvetica.
  • Changed the way parameters and return values are represented in the LaTeX and RTF output. They are now listed using tables.
  • New features:
  • added support for Apple's block object extension for C/Obj-C/C++.
  • added support for detecting Python constructors and destructors.
  • id 624575: Added \endinternal command that can be used to force the end of a section started with \internal.
  • id 552605: Added parsing support for PHP 5.3+ style namespaces.
  • id 582532: added \mscfile command which can be used to insert a message sequence chart given a .msc file. Also added a new config option MSCFILE_DIRS to provide directories were msc files are searched (Thanks to Adrien for the patch).
  • Added support for type specifiers for documenting PHP parameters, format: "@param type $paramname docs"
  • Added support for rendering formulas in the HTML output using MathJax instead of using prerendered bitmaps. For this purpose the options USE_MATHJAX and MATHJAX_RELPATH were added.
  • Bug fixes (ids refer to the bugzilla database):
  • id 306076: Fixed case where using of a namespace did not work inside an example.
  • id 336053,487871: /// were not stripped from formulas and \dot..\enddot
  • id 563698: dropped support for a4wide paper format for LaTeX, since it is on the LaTeX taboo list.
  • id 571014: Behaviour of CLASS_DIAGRAM=NO in combination with HAVE_DOT=YES, was not propely documented.
  • id 576291: Python comments for next class or method could end up in code of a method/class when enabling INLINE_SOURCES.
  • id 611174: Fixed problem handling nestes classes in Python.
  • id 621733: removed unexpected warnings about undocumented return types
  • id 622737: Undefined function macros could cause constant expression errors.
  • id 622780: updated copyright statement in PDF docs.
  • id 622935: C# generics appeared with -g extension in the output in some situations.
  • id 623023: Fixed parsing problem for "int &foo1(),&foo2();"
  • id 623052: Link to destructor was wrong in the member index.
  • id 623424: Fixed problem where struct description gets added to variable of struct type.
  • id 623673: Anchors were missing in the Qhp index for members.
  • id 623733: Fixed potential crash due to uninitialized line number.
  • id 623765: closed.png was wrongly linked when GENERATE_SUBDIRS and HTML_DYNAMIC_SECTIONS were enabled.
  • id 624014: Function macro was not handled properly when there was a line continuation directly after the name.
  • id 624095: Linking to a class via a tag file did not work if the class was in an undocumented namespace.
  • id 624104: Fixed a couple of typos in lodepng.h
  • id 624323: Graph legend image was missing form the index files.
  • Fixed a number of typos in the config file documentation (thanks to Jens Schweikhardt)
  • id 624514: Some enums were not cross-referenced.
  • id 624829: Missing \endcond could cause preprocessor issues in next file(s) to be parsed.
  • id 625070: a function definition in a namespace, documented in the header did not always get cross-referenced.
  • id 625296: Removed superfluous from parameter list in HTML output.
  • id 625317: Unterminated comment could crash doxygen.
  • id 625531: Inherited documentation was only included for the last derived class in case of multiple inheritance.
  • id 625578: In the HTML output was missing for built-in class diagrams.
  • id 625555: References in example files with underscores were wrong.
  • id 625982: When using japanese characters mixed with ascii characters doxygen incorrected ended the brief description with a dot.
  • id 625952: setting MULTILINE_CPP_IS_BRIEF to YES, cause /// to appear in the output.
  • id 626033,567774: EXTENSION_MAPPING did not work if a the mapped language was handled by the same parser as used for the original extension.
  • id 626175: Fixed bracket bug in LaTeX fancy headers.
  • id 626508: Allow hyphen in key argument of \xrefitem.
  • id 626647: \copydoc did not work for array type arguments (e.g. int[]).
  • Use \dotfile did not produce the correct map file, so URLs in dot files did not work.
  • id 627371: #define's in files only found via INCLUDE_PATH were not correctly handled.
  • id 628065: auto brief description ending with .) cause the ) to end up in the detailed part.
  • id 628242: Fixed encoding issue for the Spanish translation.
  • id 628678: Fixed segmentation fault in case of very long errors.
  • id 629040: Fixed type in search page of the documentation.
  • id 629182: Fixed problem detecting include guard.
  • id 629270: Made file extension to parser mapping case insensitive.
  • id 629485: Latex makefile clean target used rm command also for Windows.
  • id 629942: the EXCLUDE_SYMBOLS option was missing form the online docs.
  • id 631094: \htmlinclude and \verbinclude ended the brief description.
  • id 631380: Inconsistent behaviour when a brief description was given following by a detailed comment block with JAVADOC_AUTOBRIEF enabled.
  • Fixed a number of typos in the documentation (thanks to Albert van der Meer)
  • Fixed potential hangup when scanning directories defined as symlinks to absolute paths.
  • HTML attributes other than src were not copied for the tag.

New in Doxygen 1.7.1 (Dec 1, 2010)

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

New in Doxygen 1.7.0 (Dec 1, 2010)

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

New in Doxygen 1.6.3 (Dec 1, 2010)

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

New in Doxygen 1.6.2 (Dec 1, 2010)

  • Changes:
  • id 594787: Autolinking to all-lower case words has been disabled, in accordance with the documentation.
  • id 604543: Doxygen now allows any extension supported by dot via the DOT_IMAGE_FORMAT option.
  • Switched back to using PNGs for built-in diagrams and formulas using the Lode Vandevenne's PNG encoder.
  • New features:
  • Added new option SERVER_BASED_SEARCH to re-enable searching via a PHP enabled web browser instead of only using javascript locally. This method better scales to larger projects and allows full text search.
  • Added new options GENERATE_ECLIPSEHELP and ECLIPSE_DOC_ID to generate an index file that can be used to embed doxygen's HTML output into Eclipse as a help plugin (thanks to a patch by Ondrej Starek).
  • Wrote new documentation regarding the methods of searching in the HTML output.
  • Included patch by Ed Rosten to render formulas with proper anti-aliasing on non-white backgrounds using transparency.
  • Add new option FORCE_LOCAL_INCLUDES to make the default #include appearance in class documentation with "" i.s.o sharp brackets.
  • id 558457: Make \addindex put keywords into the .qhp file.
  • id 595214: #cmakedefine is now treated the same was as #define (for users of the CMake build system).
  • Added compilation support for OSX 10.6 (aka Snow Leopard)
  • Included language update for Brazilian.
  • Bug fixes:
  • Doxywizard did not warn when it failed to save its config file.
  • id 557035: Empty class definitions were not included in Tokens file for docsets.
  • id 563233: GENERATE_QHP details was considered even though it is not defined.
  • id 567346: Comment parser could get stuck in certain cases.
  • id 570369: GENERATE_QHP should generate keywords for classes in generated *.qhc.
  • id 571964: Fixed two issues in the compound.xsd schema definition.
  • id 592991: Fixed wrong default destination directory.
  • id 593040: Fixed problem with distributing member group documentation for anonymous member groups.
  • id 593273: GENERATE_TODOLIST=NO and friends not longer worked.
  • id 593928: Added support for UCS-2 encoded input files.
  • id 594391: Fixed problem parsing fully-qualified java annotations.
  • id 594592,596815: Fixed problem handling quotes.
  • id 595191: Not all configuration options appeared in the index of the documentation and some were not sorted correctly.
  • id 595253: formulas had the .png extension while they were gifs.
  • id 595833: Fixed recursive lockup while resolving template relations.
  • id 595935: Doxygen's preprocessor got confused when /**/ appeared as part of a macro definition.
  • id 596085: Removed obsolete option USE_WINDOWS_ENCODING from the docs.
  • id 596233: RTF output was missing a new paragraph for brief member descriptions.
  • id 596807,596819: Code reformatting done for the LaTeX output could break multibyte UTF-8 characters causing invalid output.
  • id 596809: Using multibyte characters in a page label caused invalid output.
  • id 596816: Documented the interaction between LATEX_CMD_NAME and USE_PDFLATEX.
  • id 597015: Todo items for two inner classes with the same name where collapsed together in the todo list when HIDE_SCOPE_NAMES was enabled.
  • id 597016: Scope was not hidden for members in the todo list even though HIDE_SCOPE_NAMES was set to YES.
  • id 598497: Struct variable with explicit struct keyword got labelled with [read] attribute.
  • id 596902: PHP was not parsed properly when it appeared in a section.
  • id 597415: Fixed problem matching base class member against the member in the derived class.
  • id 597518: Makefile for Docsets now honors DESTDIR.
  • id 598298: Made browsing for HHC_LOCATION via the wizard yield an absolute path.
  • id 599128: Changed default for CHM_INDEX_ENCODING to CP1250 to avoid issues in a Solaris environment.
  • id 595931: Removed unnecessary paragraphs from HTML table cells.
  • id 597541: referring to page labels of the form a-1 did not work.
  • id 599224: Code generators could produce extra tags.
  • id 599974: Included the PHP search engine again (with new config option SERVER_BASED_SEARCH to enable it)
  • id 600544: Doxygen produced invalid Latex output for RCS tags.
  • id 600563: Fixed issue with include dependency tracking that could cause macro expansion not to work properly.
  • id 600940: Fixed issue with VHDL call graph (thank to Martin Kreis for the fix).
  • id 601138: Fixed problem parsing C++ function-try-blocks.
  • id 601222: #include inside a class could cause line numbers to be off.
  • id 601223: Fixed parsing problem skipping over /**/ comment.
  • id 601694: Fixed problem handling Javadoc style {@code ... } blocks.
  • id 601771: Special commands did not work in the title of the @mainpage.
  • id 602818: Fixed problem parsing files that start with UTF-8 BOM.
  • id 603001: Fixed problem parsing friend function with explicit scope.
  • id 603238: Fixed perlmod generation issue.
  • id 604948: Project number was not centered anymore in the HTML output.
  • id 604503: Using %word in a page title incorrectly did show the %.

New in Doxygen 1.6.1 (Dec 1, 2010)

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

New in Doxygen 1.6.0 (Dec 1, 2010)

  • Changes:
  • id 580924, 541234: Replaced the PHP based search engine by a Javascript/DHTML based one. As a result the search feature no longer requires a HTTP server with PHP enabled to be usable. Searching is limited to symbols though, but it is now possible to filter on symbol type.
  • id 519886: Make the HTML output XHTML 1.0 compliant.
  • id 579950: Objective-C categories are now merged with their base class, unless there is no base class.
  • Member groups with the same header within the same scope are now merged. This also works for Objective-C categories.
  • Changed the LaTeX style sheet such that more of the markup is configurable. Please update your style sheet if you use a custom one.
  • id 584844: Treat \details inside a brief description as a new paragraph command.
  • Split GENERATE_TREEVIEW into two separate options: GENERATE_TREEVIEW and USE_INLINE_TREES.
  • Removed the dependencies on libpng and libz, doxygen now generates gifs again for internal class diagrams (like it did 7 years ago ;-)
  • New features:
  • Added option SORT_MEMBERS_CTORS_1ST, which when enabled places the constructors and destructors first in an otherwise sorted list.
  • id 581518: Applied patch by Tobias Hunger that adds support for documenting DBus XML interface descriptions.
  • Included QtHelp patch by Karsten Heimrich which adds missing reference and keyword for methods.
  • Included updates for the Korean and Polish translation.
  • Bug fixes:
  • id 131989: Fixed preprocessor handling for C# code.
  • id 133418: -- was not rendered correctly for LaTeX output
  • id 157485: Missing link in todo page.
  • id 318061: Two template functions that only differed in the number of template arguments were seen as the same function.
  • id 443939: HIDE_UNDOC_CLASSES did not work properly.
  • id 509348: Fixed problem with syncing the information of declaration and definition in the presence of an extra forward declaration in the source code.
  • id 522193: For C# enum values were merged together if the same enum name was used in different scopes.
  • id 523167: Included patch to handle PROGRAM statement in Fortran as subroutines/functions.
  • id 554636: Remove spacing around brackets for Obj-C protocols.
  • id 557026: Included patch for fixing wrongly labeled items in docsets.
  • id 560512: Improved parser to better disambiguate nested templates ending with >> from the bitshift right operator.
  • id 570238: Fixed matching problem for method in nested class, where the outer class is a template.
  • id 581746: Segfault/realloc error when a very long path was used.
  • id 582469: documented #define with guard caused wrong documentation.
  • id 582276: Doxywizard could crash on exit in some cases.
  • id 582676: Regression: a struct ivar in ObjC class screws up method identification.
  • id 583213: Included patch that avoids trailing spaces in the generated Doxyfile template.
  • id 584192: Included VHDL patch by Martin Klein
  • id 585543: Fixed case where matching declaration and definition did not work correctly.
  • id 585260: The "more..." link for files was broken, since the anchor was not generated.
  • id 586925: Fixed parsing problem when an unpaired apostrophe appeared in a Python comment.
  • id 588291: Included fix for doxywizard makefile.
  • id 588587: Added missing virtual destructor to CompAccept base class.
  • id 588968: Fixed segmentation fault for specific case in PHP code.
  • Fixed some issues building for Windows.
  • id 589514: Fixed problem handling strings like a"\b" within a comment.
  • id 589616: Fixed problem matching explicitly scoped parameter in a template class.
  • id 590712: A namespaced with name "internal" (C++/CLI keyword) could confuse doxygen's C++ parser.
  • id 591749: @optional/@required attributes for Objective-C were missing from the XML output.

New in Doxygen 1.5.9 (Dec 1, 2010)

  • New features:
  • Added new option LATEX_SOURCE_CODE, which when enabled adds source code also to the latex output (typically to be used in combination with SOURCE_BROWSER)
  • Included updates for the Finnish, Romanian, Korean, German, Japanese, and Hongarian translation.
  • Added translation support for Esperanto.
  • id 579630: Added class attribute to the \todo and \bug HTML code so they can be customized via CSS.
  • id 578740: Added support for Æ and æ characters.
  • Bug fixes:
  • id 395169: Some links via tagfiles were not correct in combination with CREATE_SUBDIRS=YES
  • id 539080: Having the same comment for the declaration and definition of a function could result in duplicate documentation in case the indentation level was different.
  • id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
  • id 566925: Fixed problem resolving symbolic links.
  • id 567044: Fully qualified name was not shown correctly for nested classes.
  • id 567375: Fixed parse problem for typedefs with redundant braces.
  • id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
  • id 567777: Fixed problem with latex output when using enums.
  • id 567990: Doxygen could crash when there was a symlink in project.
  • id 568237: Non-ascii values entered where not saved according to the INPUT_ENCODING.
  • id 568505: Fixed build problem for old Linux distributions.
  • id 569478: Fixed line continuation issue with the Fortran parser.
  • id 570960: C++ class defined in a .mm file was sometimes parsed as Objective-C code.
  • id 571013: In the wizard, editing a text field in the middle of the text in the expert tab caused the cursor to jump to the end of the line.
  • id 571096: Fixed Objective-C parsing problem when multiple protocol forward declarations are put on one line.
  • id 571990: Fixed compiler issue with portable_iconv by moving the function to a C file.
  • id 572560: Fixed parse issue when a #define is inside an enum.
  • id 572740: Fixed problem parsing C++ comments using line continuation.
  • id 573057: Included update for Swedish translator and changed the language code from SE to SV to comply with ISO 639.
  • id 578382: When referring to a static variable or function doxygen will now look at the file context in case of ambiguity.

New in Doxygen 1.5.8 (Dec 1, 2010)

  • Changes:
  • Completely rewrote the doxywizard. Main changes:
  • It is now based on Qt version 4. (4.3 or higher is required)
  • Different layout that allows easy switching between wizard and expert mode, without losing settings.
  • Running doxygen can be done without first having to save the configuration file.
  • For HTML output, there is a button to show the results in the default browser.
  • Option to change the default configuration that is used when you first start the wizard.
  • Non-default options are shown with red label, and there is context menu to reset them back to the default.
  • Included Qt help update by Sebastian Pipping introducing three new options to define custom filter sections and attributes: QHP_CUST_FILTER_NAME, QHP_CUST_FILTER_ATTRS, QHP_SECT_FILTER_ATTRS. Doxygen now directly generates the indices needed by the qthelpgenerator. Qt customers can have a look at issue 28 of the Qt Quarterly for more information.
  • New features:
  • id 131496, 522488, 541649, 554800: Add new option EXTENSION_MAPPING, which can be used to change the mapping of file extension to language parser, e.g. defining EXTENSION_MAPPING = f=C will make doxygen parse files with the .f extension as if it were C files.
  • Added support for Vietnamese (thanks to Dang Minh Tuan)
  • Thanks to Emin Ilker Cetinbas doxygen can now also produce Turkish documentation.
  • id 143218: It is now possible to add the direction attributes normally used with the @param command to document parameters inline, e.g.
  • void foo(int v /**< [in] input parameter docs */);
  • Bug fixes:
  • TYPEDEF_HIDES_STRUCT did not work correctly if the typedef did a forward declaration of the struct/union.
  • id 153222: Fixed issue following recursive symbolic links.
  • id 423223: Detailed description was not visible for group functions when SEPARATE_MEMBER_PAGES was enabled.
  • id 437346: Fixed issue handling multibyte characters in the RTF output.
  • id 475377: Improved error handling in case of character encoding problems.
  • id 486747: Inherited typedefs were not resolved propertly.
  • id 508752: Add support for BLOCK DATA to the fortran parser.
  • id 532695: included documentation update about the use of \public and friends for object-oriented programming in C.
  • id 532808: References to class variables in PHP code did not already work.
  • id 536394: Warning "no matching file member found" was given for a static variables in multiple anonymous namespaces.
  • id 537686: Fixed invalid empty section for enum in a member group.
  • id 539590: C# generics with the same name but different template parameters where merged.
  • id 540321: A using declaration in a header file was not taken into account in the source file that included it.
  • id 540520: Have two C# enum values with the same name in different enums was not handled properly.
  • id 543036: //## comments were extracted even if they were not part of Rose documentation.
  • id 547436: Fixed issue combining Python docstrings and doxygen comments.
  • id 551615: A multiline C# comment with @ was not shown correctly in the source browser.
  • id 544598: A multiline comment as part of a #define could case wrong line counting and missing cross-references.
  • id 545128: \overload didn't work if it was the last statement in a comment and not followed by a newline.
  • id 553380: Removed bogus warning refering to a namespace member from with a brief description that was converted to a tooltip.
  • id 553968: Added support for JavaDoc command {@code ... }
  • id 554444: Bullet lists were no longer correctly indented when using IE6.
  • id 554674: Fixed index rendering bug in the RTF output.
  • id 555174: The .qch file didn't include generated images.
  • id 555200: Fixed potential crash bug when parsing special comment inside an if at global scope level of a PHP code fragment.
  • id 556240: Tree view in HTML output was not encoded correctly.
  • id 557001: VHDL Parser got confused when -- is in a string literal.
  • id 557014: Undocumented VHDL record member's internal record prefix was not removed.
  • id 557026: Obj-C Protocols and interfaces had wrong type/name in DocSets.
  • id 557031: Obj-C methods no longer require a space after the initial - or +.
  • id 557034: Fixed problem parsing property in Objective-C code.
  • id 557038: Items in tabs.css could not be overridden by custom style sheet.
  • id 557419: $relpath$ was no longer expanded in custom HTML headers.
  • id 557735: Summary for member groups was missing for groups and files.
  • id 558078: collaboration graph of a class using std::list of another class was not correct if the classes where inside a namespace.
  • id 558460: When using \subpage, any section in the sub page was missing from the LaTeX output.
  • id 558525: Template classes produced invalid HTML in the tree view.
  • id 559338: PHP Parser could get confused when there was a comment inside an array initializer.
  • id 559650: Obj-C @interface without body was handle correctly.
  • id 560623: Mixin template classes where not shown properly in the inheritance diagram if the classes where inside a namespace.
  • id 563136: The brief sentence is not shown for groups with no children.
  • id 563384: call graphs were not generated for Qt signals and slots
  • Included VHDL fix by Martin Kreis.
  • grouping of multiple @todo's (and friends) didn't work anymore, causing duplicate sections and labels.
  • Some issues related to the Qt help output were fixed.

New in Doxygen 1.5.7.1 (Dec 1, 2010)

  • Changes:
  • The dot tool is no longer part of the doxygen package for MacOSX. Please install GraphViz separately and set the dot path to /usr/local/bin
  • New features:
  • Added option DOT_FONTSIZE which allows to set the size of the fonts used in dot generated graphs.
  • Bug fixes:
  • id 554432: Re-added ALPHABETICAL_INDEX option.
  • id 554379: Fixed internal error for GENERATE_INDEXLOG when GENERATE_HTML was set to NO.
  • id 554546: Included fix for handling relative includes in the preprocessor.
  • Included several VHDL fixes related to syntax highlighting, finding class members, and mixing upper and lower case.
  • Included patch to allow setting DEST_DIR environment variable to determine where to install doxygen.