summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6438 from albert-github/feature/bug_citeDimitri van Heesch2018-10-282-6/+7
|\
| * Correcting labels for citationsalbert-github2018-08-102-6/+7
* | Merge pull request #6549 from albert-github/feature/issue_6533Dimitri van Heesch2018-10-281-1/+2
|\ \
| * | issue_6533: PHP: Namespaced typehints in deprecated methods not handled corre...albert-github2018-10-111-1/+2
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-10-282-2/+49
|\ \ \
| * \ \ Merge pull request #6572 from albert-github/feature/bug_fortran_state_debugDimitri van Heesch2018-10-281-1/+47
| |\ \ \
| | * | | Fortran scanner abort messagealbert-github2018-10-231-1/+47
| * | | | RTF layout regarding References and Referenced byalbert-github2018-10-281-1/+2
* | | | | Merge branch 'feature/docbook_cleanup' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-283-2160/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove old obsolete docbook generatoralbert-github2018-10-173-2160/+0
* | | | | Renamed command and moved duplicated code into a macroDimitri van Heesch2018-10-273-37/+48
* | | | | Merge branch 'feature/bug_warning_msg' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-274-154/+72
|\ \ \ \ \
| * | | | | Correcting warning messages and echoing unknown commandalbert-github2018-08-264-154/+72
* | | | | | Merge pull request #6459 from aquayan/patch-1Dimitri van Heesch2018-10-271-2/+3
|\ \ \ \ \ \
| * | | | | | Update doxygen.cppaquayan2018-08-241-2/+3
| |/ / / / /
* | | | | | Merge pull request #771 from albert-github/feature/bug_734308Dimitri van Heesch2018-10-271-0/+4
|\ \ \ \ \ \
| * | | | | | Bug 734308 - Error message when using memberof in a C macroalbert-github2018-06-181-0/+4
* | | | | | | Merge pull request #6435 from albert-github/feature/bug_image_in_a_tagDimitri van Heesch2018-10-271-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Possibility to have a \image command inside a <A> tagalbert-github2018-08-091-0/+3
* | | | | | | | Merge pull request #6542 from albert-github/feature/bug_751700Dimitri van Heesch2018-10-273-3/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug 751700 - Main page absent in TOC of CHM, if PROJECT_NAME is emptyalbert-github2018-10-083-3/+19
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #6439 from albert-github/feature/bug_748927Dimitri van Heesch2018-10-271-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug 748927 - Navigation incorrect with escaped symbolsalbert-github2018-08-111-2/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #6577 from albert-github/feature/bug_docu_addressesDimitri van Heesch2018-10-271-11/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation internet addressesalbert-github2018-10-271-11/+11
* | | | | | | | | Merge pull request #6460 from albert-github/feature/issue_6456Dimitri van Heesch2018-10-274-8/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Issue_6456 Using # in links causes errors in PDF generationalbert-github2018-08-244-8/+30
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6561 from albert-github/feature/bug_scanner_obsolete_defi...Dimitri van Heesch2018-10-271-4/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Remove obsolete definitions from scanneralbert-github2018-10-171-4/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #6463 from albert-github/feature/bug_vhdl_code_commentDimitri van Heesch2018-10-272-36/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | Correction of some coloring of code comments in VHDL, adding data type 'posit...albert-github2018-08-242-36/+37
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6536 from albert-github/feature/bug_677092Dimitri van Heesch2018-10-271-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug 677092 - single quote in HTML section of PHP breaks doxygenalbert-github2018-10-031-0/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #6470 from albert-github/feature/issue_6469Dimitri van Heesch2018-10-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Issue 6469: Java method calls are ignored in generating call/caller graph wit...albert-github2018-08-291-0/+1
* | | | | | | | | Heading in rtf. #6522 https://github.com/doxygen/doxygen/issues/6522luzhetsky2018-10-241-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #6482 from abathur/sql3Dimitri van Heesch2018-10-223-663/+1768
|\ \ \ \ \ \ \ \
| * | | | | | | | sqlite3: fix missing external_file view schema colTravis A. Everett2018-10-131-0/+1
| * | | | | | | | Expand sqlite3gen's breadth, depth, and qualityTravis A. Everett2018-09-031-533/+1624
| * | | | | | | | declares XMLCodeGenerator in xmlgen.hTravis A. Everett2018-08-292-131/+144
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6556 from arm-in/masterDimitri van Heesch2018-10-224-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Update xmlgen.cppArmin Müller2018-10-151-1/+1
| * | | | | | | | Update sqlite3gen.cppArmin Müller2018-10-151-1/+1
| * | | | | | | | Update dot.cppArmin Müller2018-10-151-1/+1
| * | | | | | | | Update docbookgen.cppArmin Müller2018-10-151-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #6567 from albert-github/feature/bug_ftn_fie_callgrahDimitri van Heesch2018-10-221-2/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Handling Fortran functions in call graphsalbert-github2018-10-211-2/+15
| |/ / / / / / /
* | | | | | | | Merge pull request #6563 from albert-github/feature/bug_config_listDimitri van Heesch2018-10-221-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Enable comma as separator in configuration listsalbert-github2018-10-181-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #6569 from albert-github/feature/bug_index_class_separator_2Dimitri van Heesch2018-10-221-1/+1
|\ \ \ \ \ \ \ \