Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc. typos | luzpaz | 2017-12-23 | 1 | -1/+1 |
| | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits | ||||
* | Bug 778730 - doxygen build fails | albert-github | 2017-09-03 | 1 | -2/+2 |
| | | | | | When a hyperlink splits across a page boundary it can come to the problem of "\pdfendlink ended up in different nesting level than \pdfstartlink". To overcome this problem the \hyperlink is packed into a "\mbox" construct (as suffested e.g. in https://tex.stackexchange.com/questions/1522/pdfendlink-ended-up-in-different-nesting-level-than-pdfstartlink) | ||||
* | Merge pull request #549 from artur-kink/master | Dimitri van Heesch | 2016-11-27 | 1 | -0/+1 |
|\ | | | | | Add sql syntax highlighting to code blocks | ||||
| * | Add sql syntax highlighting to code blocks | Artur Kink | 2016-11-22 | 1 | -0/+1 |
| | | |||||
* | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator | Jürgen Hunold | 2016-11-10 | 1 | -1/+1 |
|/ | | | | | The newest version of scrbook (from Ubuntu 16.10) otherwise bails out with "scrbook Error: undefined old font command `\bf'" | ||||
* | Bug 773354 - "name" attribute of image map not urlencoded, not working in Chrome | Dimitri van Heesch | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵ | Dimitri van Heesch | 2016-09-21 | 1 | -0/+12 |
| | | | | Documentation section | ||||
* | Fixed for index.hhp output when using template engine | Dimitri van Heesch | 2016-05-28 | 1 | -0/+7 |
| | |||||
* | Added generating template files and reading templates from disk if present | Dimitri van Heesch | 2016-05-28 | 1 | -2/+20 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -72/+81 |
| | | | | improve performance | ||||
* | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES | Dimitri van Heesch | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Fixed a number of memory leaks in the template engine | Dimitri van Heesch | 2015-09-13 | 1 | -0/+23 |
| | |||||
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 1 | -1157/+1730 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -36/+350 |
| | |||||
* | Moved creation of inline class documentation to separate template file | Dimitri van Heesch | 2015-08-30 | 1 | -1/+7 |
| | |||||
* | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -5/+91 |
| | |||||
* | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 1 | -2/+15 |
| | |||||
* | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 1 | -119/+519 |
| | |||||
* | Add mathjax support to template & context. | Dimitri van Heesch | 2015-08-27 | 1 | -0/+13 |
| | |||||
* | Added missing information to template version of the all members list | Dimitri van Heesch | 2015-08-27 | 1 | -2/+36 |
| | |||||
* | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 1 | -0/+502 |
| | |||||
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-02-26 | 1 | -4/+2 |
|\ | |||||
| * | Adding commands \hidecallgraph and \hidecallergraph | albert-github | 2015-02-22 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new commands \hidecallgraph and \hidecallergraph it is possible to suppress a call or caller graph even though the corresponding option CALL_GRAPH or CALLER_GRAPH is set. commands.doc config.xml diagrams.doc - updating documentation to support new commands entry.cpp - initialize callgraph and callergraph with the value from the config file commentscan.l - add handling for the new commands context.cpp memberdef.cpp util.cpp - getting the option for CALL_GRAPH and CALLER_GRAPH is not necessary anymore as it is incorporated in the initialization of an Entry item dbusxmlscanner.cpp - initialization is done in the Entry item vhdljjparser.cpp - gBlock was a static variable and therefore initialized before the doxygen main routine started. A Entry element sets now the default for callgraph and callergraph based on the config file and as the config file is not yet known at that moment the value for CALL_GRAPH and CALLER_GRAPH were set to False. By making a pointer of gBlock and doing an appropriate new Entry call this problem is overcome. | ||||
* | | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
|/ | |||||
* | Fix potential null pointer dereference in src/context.cpp | Martin Ettl | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 1 | -271/+302 |
| | |||||
* | Improved main page rendering via template engine | Dimitri van Heesch | 2014-12-25 | 1 | -3/+7 |
| | |||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -2/+4 |
| | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 1 | -2/+11 |
| | | | | compiler & manager | ||||
* | Template context support for CREATE_SUBDIRS | Dimitri van Heesch | 2014-08-02 | 1 | -15/+99 |
| | |||||
* | Added get filter, unified index properties | Dimitri van Heesch | 2014-08-02 | 1 | -2/+66 |
| | |||||
* | Added groupby filter and some more context info | Dimitri van Heesch | 2014-08-02 | 1 | -5/+86 |
| | |||||
* | Fix after rebase from master | Dimitri van Heesch | 2014-08-02 | 1 | -1/+2 |
| | |||||
* | Added lists for indices to template context | Dimitri van Heesch | 2014-08-02 | 1 | -49/+265 |
| | |||||
* | Added member indexes to template context | Dimitri van Heesch | 2014-08-02 | 1 | -21/+214 |
| | |||||
* | Addition of module data to context and alphaIndex filter | Dimitri van Heesch | 2014-08-02 | 1 | -463/+827 |
| | |||||
* | Added namespace info to the context | Dimitri van Heesch | 2014-08-02 | 1 | -5/+213 |
| | |||||
* | Added mainpage to context and improved page tree | Dimitri van Heesch | 2014-08-02 | 1 | -22/+117 |
| | |||||
* | Minor fixes to the template context | Dimitri van Heesch | 2014-08-02 | 1 | -4/+4 |
| | |||||
* | Documentation generator: added support for C# property accessors visibility ↵ | Maksim Osipov | 2014-07-04 | 1 | -3/+27 |
| | | | | modifiers. | ||||
* | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 1 | -6/+6 |
| | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | ||||
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵ | Dimitri van Heesch | 2014-05-18 | 1 | -0/+1 |
| | | | | licensing issues | ||||
* | add space between br and / for better compatibility | Dimitri van Heesch | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Some restructuring and some compiler warning fixes | Dimitri van Heesch | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | Added reference counting for all context objects | Dimitri van Heesch | 2014-03-11 | 1 | -472/+563 |
| | |||||
* | Extension specific filtering | Dimitri van Heesch | 2014-03-04 | 1 | -2/+2 |
| | |||||
* | Added directory info to the context | Dimitri van Heesch | 2014-03-01 | 1 | -4/+130 |
| | |||||
* | Unified DirFileContext and NestingContext | Dimitri van Heesch | 2014-03-01 | 1 | -301/+116 |
| | |||||
* | Added dir tree nodes to the context | Dimitri van Heesch | 2014-03-01 | 1 | -57/+204 |
| |