summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reworked changes a bitDimitri van Heesch2020-10-041-1/+1
* Miscounting of lines in respect to page commandalbert-github2020-09-241-1/+1
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-9/+16
* Fixed compilation issue on Windows for setNum with size_t argumentDimitri van Heesch2020-06-061-1/+1
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-6/+6
* Did a bit of restructuring and fixed some compiler warningsDimitri van Heesch2020-05-101-2/+2
* Replaced DirList::count() by DirList::size().David Hebbeker2020-05-021-3/+3
* For loops on QListIterator by range loops.David Hebbeker2020-05-021-9/+3
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-6/+5
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-32/+16
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-7/+7
* Cleanup codeDimitri van Heesch2020-02-221-2/+1
* Restructure section handlingDimitri van Heesch2020-02-211-5/+5
* issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-3/+3
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-8/+13
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-2/+5
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-2/+2
|\
| * Correction warning messagealbert-github2019-06-011-2/+2
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-131-1/+1
|\ \
| * | issue #7038 Broken refman.tex with SHOW_FILES=NO and doxygen groupsalbert-github2019-06-061-1/+1
| |/
* | refactoring dot.cppThomas Haller2019-06-131-0/+1
|/
* changed numbering of dot nodes to prevent different contents being generated ...Thomas Haller2019-05-231-1/+0
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-17/+15
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-12/+12
* Incorrect layout of class index (HTML)albert-github2019-02-131-4/+8
* Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltipDimitri van Heesch2019-02-091-0/+3
|\
| * Double id for tooltips in XHTML Possible.albert-github2019-01-181-0/+3
* | Fixed type in javascript license text and moved it to one locationDimitri van Heesch2019-01-311-15/+1
* | Aligned license statement for javascripts with general license statementDimitri van Heesch2019-01-271-2/+1
|/
* issue #6727 SHOW_NAMESPACES = NO breaks latex PDFalbert-github2019-01-051-1/+1
* Index list cannot contain special characters in ids for XHTMLalbert-github2018-12-171-3/+3
* XHTML problem with class index tablealbert-github2018-12-061-4/+5
* Unbalanced start of lists resulting in not creatable pdf of rtf documentalbert-github2018-11-241-1/+0
* Minor restructuringDimitri van Heesch2018-11-181-10/+1
* Index bugfixMark Spruiell2018-10-221-0/+2
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-60/+852
* C++11 features used in Doxygenalbert-github2018-09-171-0/+7
* Implementation of standard generator for docbook outputalbert-github2018-09-071-4/+27
* Prevent empty listalbert-github2018-07-281-2/+7
* Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-2/+2
* Merge branch 'feature/bug_tableofcontents_latex' of https://github.com/albert...albert-github2018-07-121-8/+8
|\
| * Merge branch 'master' into feature/bug_tableofcontents_latexDimitri van Heesch2018-06-241-8/+8
| |\
| | * Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-281-1/+6
| | |\
| | * | Fix VHDL Latex documentation having two chapters with the same name.Andreas Regel2018-01-081-1/+1
| | * | Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-8/+8
* | | | Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-121-1/+1
|/ / /
* | | Enable in page table of contents for LaTeXalbert-github2018-05-211-1/+1
| |/ |/|
* | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for wri...albert-github2018-02-021-1/+6
|/
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-3/+16
|\
| * Added support for RTL(right to left) languages like Arabic and Persian in HTM...ahoogol2017-06-251-3/+16