summaryrefslogtreecommitdiffstats
path: root/src/context.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #549 from artur-kink/masterDimitri van Heesch2016-11-271-0/+1
|\ | | | | Add sql syntax highlighting to code blocks
| * Add sql syntax highlighting to code blocksArtur Kink2016-11-221-0/+1
| |
* | Fix: replace deprecated {\bf with \textbf{ in LaTeX generatorJürgen Hunold2016-11-101-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 ChromeDimitri van Heesch2016-10-221-1/+1
|
* Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵Dimitri van Heesch2016-09-211-0/+12
| | | | Documentation section
* Fixed for index.hhp output when using template engineDimitri van Heesch2016-05-281-0/+7
|
* Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-281-2/+20
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-72/+81
| | | | improve performance
* Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMESDimitri van Heesch2015-10-241-1/+1
|
* Fixed a number of memory leaks in the template engineDimitri van Heesch2015-09-131-0/+23
|
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-131-1157/+1730
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-36/+350
|
* Moved creation of inline class documentation to separate template fileDimitri van Heesch2015-08-301-1/+7
|
* Added support for directory dependency graphs to template engineDimitri van Heesch2015-08-281-5/+91
|
* Added missing html resources to the html template fileDimitri van Heesch2015-08-271-2/+15
|
* Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-271-119/+519
|
* Add mathjax support to template & context.Dimitri van Heesch2015-08-271-0/+13
|
* Added missing information to template version of the all members listDimitri van Heesch2015-08-271-2/+36
|
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-271-0/+502
|
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-4/+4
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-261-4/+2
|\
| * Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-221-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 yearDimitri van Heesch2015-02-261-1/+1
|/
* Fix potential null pointer dereference in src/context.cppMartin Ettl2014-12-221-1/+1
|
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-251-271/+302
|
* Improved main page rendering via template engineDimitri van Heesch2014-12-251-3/+7
|
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-2/+4
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-2/+11
| | | | compiler & manager
* Template context support for CREATE_SUBDIRSDimitri van Heesch2014-08-021-15/+99
|
* Added get filter, unified index propertiesDimitri van Heesch2014-08-021-2/+66
|
* Added groupby filter and some more context infoDimitri van Heesch2014-08-021-5/+86
|
* Fix after rebase from masterDimitri van Heesch2014-08-021-1/+2
|
* Added lists for indices to template contextDimitri van Heesch2014-08-021-49/+265
|
* Added member indexes to template contextDimitri van Heesch2014-08-021-21/+214
|
* Addition of module data to context and alphaIndex filterDimitri van Heesch2014-08-021-463/+827
|
* Added namespace info to the contextDimitri van Heesch2014-08-021-5/+213
|
* Added mainpage to context and improved page treeDimitri van Heesch2014-08-021-22/+117
|
* Minor fixes to the template contextDimitri van Heesch2014-08-021-4/+4
|
* Documentation generator: added support for C# property accessors visibility ↵Maksim Osipov2014-07-041-3/+27
| | | | modifiers.
* Docbook output improvementsDimitri van Heesch2014-06-201-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 Heesch2014-05-181-0/+1
| | | | licensing issues
* add space between br and / for better compatibilityDimitri van Heesch2014-03-281-1/+1
|
* Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-151-1/+1
|
* Added reference counting for all context objectsDimitri van Heesch2014-03-111-472/+563
|
* Extension specific filteringDimitri van Heesch2014-03-041-2/+2
|
* Added directory info to the contextDimitri van Heesch2014-03-011-4/+130
|
* Unified DirFileContext and NestingContextDimitri van Heesch2014-03-011-301/+116
|
* Added dir tree nodes to the contextDimitri van Heesch2014-03-011-57/+204
|
* Added support for range tag in the template languageDimitri van Heesch2014-02-091-1/+18
|
* Add template context for annotated class indexDimitri van Heesch2014-02-081-4/+53
|