Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | typos | Kunda | 2017-03-05 | 1 | -1/+1 |
| | | | | | | some doxy typos and some misc. source typos typos some doxy typos and some misc. source typos | ||||
* | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵ | albert-github | 2016-11-13 | 1 | -3/+3 |
| | | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages). | ||||
* | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 1 | -0/+15 |
| | |||||
* | Merge pull request #459 from albert-github/feature/bug_763720 | Dimitri van Heesch | 2016-03-19 | 1 | -0/+1 |
|\ | | | | | Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation | ||||
| * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | nesting of HTML code for function documentation Update based on comment by D.v.Heesch | ||||
| * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-17 | 1 | -0/+1 |
| | | | | | | | | | | | | nesting of HTML code for function documentation In case a code fragment does not end with a newline add it explicitly, otherwise following descriptive element might get into the same box. | ||||
* | | Bug 763471 - imported section anchors are copied in project tagfile | Dimitri van Heesch | 2016-03-14 | 1 | -1/+1 |
|/ | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -13/+0 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -19/+19 |
| | | | | improve performance | ||||
* | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections | albert-github | 2015-09-30 | 1 | -1/+1 |
| | | | | Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE | ||||
* | Fixed a number of memory leaks in the template engine | Dimitri van Heesch | 2015-09-13 | 1 | -0/+1 |
| | |||||
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 1 | -3/+4 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -0/+23 |
| | |||||
* | Bug 747111 - Table of content incorrect with escaped symbols | Dimitri van Heesch | 2015-04-06 | 1 | -1/+2 |
| | |||||
* | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -2/+2 |
| | |||||
* | Fixed issue accessing uninitialized buffer under certain conditions. | Dimitri van Heesch | 2015-03-08 | 1 | -0/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 742445 - Wrong icons in TOC of CHM help | albert-github | 2015-01-06 | 1 | -1/+5 |
| | | | | It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp). | ||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -1/+1 |
| | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Bug 737830 - Invalid element name in footer part when GENERATE_TREEVIEW ↵ | Dimitri van Heesch | 2014-12-23 | 1 | -5/+5 |
| | | | | specified | ||||
* | Remove redundant code | Dimitri van Heesch | 2014-12-22 | 1 | -3/+0 |
| | |||||
* | Add source code possibility for RTF output | albert-github | 2014-12-10 | 1 | -11/+55 |
| | | | | | Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html | ||||
* | Extra empty line in source fragments | albert-github | 2014-12-07 | 1 | -2/+3 |
| | | | | In case of a language that does not uses curly brackets to define blocks (such as Fortran) there was a newline character in the variable c and this was written in the "code fragment" buffer and subsequently written to the output resulting in and extra empty line on top. I languages using curly brackets this is later overwritten by the while loop searching for the open curly bracket. | ||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -8/+8 |
| | |||||
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 1 | -3/+3 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 1 | -5/+7 |
| | |||||
* | Empty entry in \tableofcontents in case e.g. section without description. | albert-github | 2014-10-11 | 1 | -1/+1 |
| | | | | In case a section, subsection etc just has a tag and not a description in the \tableofcontents there is nothing mentioned. With this patch the tag is used as description when no description is present, as is done on other places as well (consistency and no empty items in the \tableofcontents). | ||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -8/+6 |
| | |||||
* | Bug 735497 - [PATCH] Fix wrong pointer initialization in src/definition.cpp | Dimitri van Heesch | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section links | Dimitri van Heesch | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Template context support for CREATE_SUBDIRS | Dimitri van Heesch | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | More robust extraction of scope information from tag files | Dimitri van Heesch | 2014-07-18 | 1 | -4/+12 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -4/+4 |
| | | | | | | | | | - 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. | ||||
* | More template and context enhancements | Dimitri van Heesch | 2013-12-12 | 1 | -3/+8 |
| | |||||
* | More context and template additions | Dimitri van Heesch | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -0/+6 |
| | |||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Avoid double brief description when there are no detailed docs | Dimitri van Heesch | 2013-08-23 | 1 | -17/+20 |
| | |||||
* | Brief description did not appear in the page index, when a page did not have ↵ | Dimitri van Heesch | 2013-08-06 | 1 | -5/+13 |
| | | | | any details. | ||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -13/+38 |
| | |||||
* | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 1 | -0/+1 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -171/+33 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -1/+12 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -21/+36 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -9/+10 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -1/+6 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -12/+16 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -6/+12 |
| |