Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add BREAD_CRUMB_TRAIL. | Jeff Verkoeyen | 2014-07-19 | 1 | -8/+22 | |
| | | | | | | | | | | This feature enables recursive printing of the bread crumbs for any page, rather than just printing the parent group. | |||||
* | | Merge branch 'bug734099' | Dimitri van Heesch | 2014-08-04 | 1 | -5/+27 | |
|\ \ | ||||||
| * | | Bug 734099 - Add support for non-parsed language | Dimitri van Heesch | 2014-08-04 | 1 | -5/+27 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-08-04 | 1 | -6/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge pull request #206 from groleo/master | Dimitri van Heesch | 2014-08-03 | 1 | -6/+9 | |
| |\ \ | | | | | | | | | removeRedundantWhiteSpace micro-optimization | |||||
| | * | | removeRedundantWhiteSpace micro-optimization | Adrian Negreanu | 2014-07-25 | 1 | -6/+9 | |
| | |/ | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
* | | | Bug 733938 - Explicit links using operator()() not generated. | Dimitri van Heesch | 2014-08-03 | 1 | -4/+5 | |
|/ / | ||||||
* | | Added mainpage to context and improved page tree | Dimitri van Heesch | 2014-08-02 | 1 | -0/+8 | |
|/ | ||||||
* | Bug 731238 - Dead links in html documentation when using tabs for ↵ | Dimitri van Heesch | 2014-06-07 | 1 | -2/+3 | |
| | | | | indentation in c++ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-15 | 1 | -8/+23 | |
|\ | ||||||
| * | In case of sections with the same name they are not reported. | albert-github | 2014-03-02 | 1 | -8/+23 | |
| | | | | | | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor. | |||||
* | | Bug 625601 - FORTRAN: recognition free versus fixed formatted code | albert-github | 2014-03-09 | 1 | -17/+19 | |
|/ | | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code. | |||||
* | util/patternMatch: don't extract a QCString(QFileInfo) each time we ↵ | Adrian Negreanu | 2014-02-28 | 1 | -3/+8 | |
| | | | | | | | | | | | | QRegExp.match patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
* | util/patternMatch: break when pattern is found | Adrian Negreanu | 2014-02-27 | 1 | -1/+2 | |
| | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
* | Command \< and \> are not properly shown in section headers (and ↵ | albert-github | 2014-02-12 | 1 | -7/+2 | |
| | | | | | | | consequently in index) In the pdf version of the doxygen manual (version 1.8.6) the commands \< and \> are shown as < and > Tests (on the doxygen manual) revealed that the exception rules were nor required. | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | Restructered html entity handling | Dimitri van Heesch | 2014-02-10 | 1 | -458/+6 | |
| | ||||||
* | Recognize all HTML4 special character entities | albert-github | 2014-02-08 | 1 | -133/+449 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output. | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-01-18 | 1 | -2/+2 | |
|\ | ||||||
| * | Wrong UTF 8 codes | albert-github | 2014-01-15 | 1 | -2/+2 | |
| | | | | | | | | The utf-8 code for eta was identical to the code for theta and the code for Prime was identical to the one for prime | |||||
* | | Use hook arrow for hyphens in symbol names in the LaTeX output. | Dimitri van Heesch | 2014-01-12 | 1 | -3/+3 | |
|/ | ||||||
* | Bug 705499 - Nested namespace causes incorrect display when referenced via ↵ | Dimitri van Heesch | 2014-01-05 | 1 | -1/+1 | |
| | | | | .tag file | |||||
* | Bug 705220 - Enables using unicode (non ASCII) to name output files | Dimitri van Heesch | 2013-12-30 | 1 | -16/+81 | |
| | ||||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -29/+32 | |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | |||||
* | Bug 712819 - Some external namespaces appear in list despite having ↵ | Dimitri van Heesch | 2013-12-24 | 1 | -2/+3 | |
| | | | | ALLEXTERNALS = NO | |||||
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -0/+190 | |
| | ||||||
* | More template and context enhancements | Dimitri van Heesch | 2013-12-12 | 1 | -0/+23 | |
| | ||||||
* | Bug 719463 - Invalid null key and segmentation fault | Dimitri van Heesch | 2013-12-08 | 1 | -16/+16 | |
| | ||||||
* | Bug 711378 - Nested Aliases fail when the nested alias has two or more ↵ | Dimitri van Heesch | 2013-12-07 | 1 | -7/+7 | |
| | | | | arguments. | |||||
* | Bug 711004 - Vertical bars cannot be sent straight to makeindex | Dimitri van Heesch | 2013-11-11 | 1 | -1/+1 | |
| | ||||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -0/+69 | |
| | ||||||
* | Bug 709803 - Generated hhc file contains an error for a section of a mainpage | Dimitri van Heesch | 2013-10-12 | 1 | -2/+2 | |
| | ||||||
* | Fixed regression autolinking C# template such as MyGenericClass<T>.g() | Dimitri van Heesch | 2013-09-17 | 1 | -1/+1 | |
| | ||||||
* | Bug 705910 - Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2013-09-15 | 1 | -0/+69 | |
| | ||||||
* | Minor layout tweaks and extra guard | Dimitri van Heesch | 2013-09-13 | 1 | -5/+12 | |
| | ||||||
* | consider currentFile when searching for global symbols | Adrian Negreanu | 2013-09-10 | 1 | -1/+14 | |
| | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
* | Doxygen didn't allow @ref to parameters of type reference to an array. | Dimitri van Heesch | 2013-09-09 | 1 | -1/+2 | |
| | ||||||
* | VHDL-2008 and arrays on unconstrained elements | Dimitri van Heesch | 2013-09-03 | 1 | -1/+3 | |
| | ||||||
* | Bug 706874 - Doxygen crash if missing new-line in a snippet | Dimitri van Heesch | 2013-08-27 | 1 | -1/+7 | |
| | ||||||
* | Bug 704172 - Nested Aliases fail when the nested alias has two or more ↵ | Dimitri van Heesch | 2013-08-03 | 1 | -2/+44 | |
| | | | | arguments. | |||||
* | Removed extra newline when reading in an input file | Dimitri van Heesch | 2013-07-14 | 1 | -55/+1 | |
| | ||||||
* | Bug 702170 - Missing space before optional option in method argument list | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | Bug 702491 - UTF-16LE BOM not handled by source browser and \snippet | Dimitri van Heesch | 2013-07-02 | 1 | -4/+18 | |
| | ||||||
* | Fix reference to scoped enun imported via a tag file. | Dimitri van Heesch | 2013-06-28 | 1 | -1/+2 | |
| | ||||||
* | Fixed regression introduced by fixed bug Bug 700740 | Dimitri van Heesch | 2013-06-17 | 1 | -2/+2 | |
| | ||||||
* | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 1 | -2/+18 | |
| | ||||||
* | Bug 700740 - Doxygen does not create links on C++ 11 style enum classes | Dimitri van Heesch | 2013-06-15 | 1 | -34/+121 | |
| | ||||||
* | Bug 701295 - Doxygen 1.8.4 goes into an endless loop | Dimitri van Heesch | 2013-05-30 | 1 | -1/+5 | |
| | ||||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -27/+71 | |
| | ||||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -10/+64 | |
| |