Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 3 | -1/+17 |
| | |||||
* | Merge pull request #497 from groleo/master | Dimitri van Heesch | 2016-09-02 | 2 | -81/+225 |
|\ | | | | | sqlite3gen: insert xrefs using integer refids | ||||
| * | sqlite3gen: stripWhitespace on bitfield's text | Adrian Negreanu | 2016-08-09 | 1 | -1/+1 |
| | | |||||
| * | sqlite3gen: stripFromPath on all calls to insertFile | Adrian Negreanu | 2016-08-09 | 1 | -5/+5 |
| | | |||||
| * | sqlite3gen: sync with xmlgen | Adrian Negreanu | 2016-08-09 | 2 | -56/+200 |
| | | | | | | | | | | Modified the memberdef table so that it includes all elements xmlgen dups for a memberdef. | ||||
| * | sqlite3gen: insert xrefs using integer refids | Adrian Negreanu | 2016-08-05 | 1 | -22/+22 |
| | | |||||
* | | Removed ambiguity in the XML schema definition | Dimitri van Heesch | 2016-09-02 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-31 | 10 | -3/+49 |
|\ \ | |||||
| * \ | Merge pull request #511 from albert-github/feature/bug_code_unparsed | Dimitri van Heesch | 2016-08-31 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Bug 737472 - HTML code special commands unconditionally include line numbers | ||||
| | * | | Code with "extension" unparsed shows line numbers | albert-github | 2016-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a code fragment in "regular" documentation like: @code This is a code fragment @endcode this is shown without line numbers but when using {unparsed} or another unknown extension, so @code{unparsed} This is a code fragment @endcode line numbers were shown. (similar for the markdown fenced block). | ||||
| * | | | Merge pull request #510 from albert-github/feature/bug_clang_warnings | Dimitri van Heesch | 2016-08-31 | 9 | -0/+46 |
| |\ \ \ | | | | | | | | | | | Warnings from CLANG compiler | ||||
| | * | | | Warnings from CLANG compiler | albert-github | 2016-08-28 | 9 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | The CLANG compiler gave some warnings after pull request #503 ("Introducing commands includedoc and snippetdoc ") at places that are not / should not be reachable. | ||||
* | | | | | Unified display of enum values across output formats and languages | Dimitri van Heesch | 2016-08-31 | 12 | -118/+277 |
|/ / / / | |||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-28 | 1 | -14/+26 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #506 from albert-github/feature/bug_python_init | Dimitri van Heesch | 2016-08-28 | 1 | -14/+26 |
| |\ \ \ | | |/ / | |/| | | Initialization of python variables and type determination | ||||
| | * | | Initialization of python variables and type determination | albert-github | 2016-08-24 | 1 | -14/+26 |
| | | | | | | | | | | | | | | | | A bit better python initialization (not only the fist "word") and subsequent determination of the type. | ||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-28 | 14 | -27/+185 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #509 from albert-github/feature/bug_fortran_preproc_string | Dimitri van Heesch | 2016-08-28 | 1 | -0/+16 |
| |\ \ \ | | | | | | | | | | | FORTRAN determination string in preprocessing | ||||
| | * | | | FORTRAN determination string in preprocessing | albert-github | 2016-08-28 | 1 | -0/+16 |
| | |/ / | | | | | | | | | | | | | In FORTRAN a string can start (and end) either with a double quote or a single quote. The later was not considered in the preprocessing resulting in unwanted substitutions in strings. | ||||
| * | | | Merge pull request #508 from albert-github/feature/bug_742452_625602 | Dimitri van Heesch | 2016-08-28 | 1 | -3/+28 |
| |\ \ \ | | | | | | | | | | | Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 - FORTRAN: comment in subroutine argument list | ||||
| | * | | | Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 ↵ | albert-github | 2016-08-27 | 1 | -3/+28 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FORTRAN: comment in subroutine argument list This patch fixes the problem that comment lines in continuation parts stopped the continuation part. Patch consists of 2 parts: - correct setting of continuation characters for fixed form source code - ignoring lines with just comment (based on initial fix proposed by angus-g, but extended for empty lines and comment lines that contain a continuation character) | ||||
| * | | | Merge pull request #507 from albert-github/feature/bug_python_code_param | Dimitri van Heesch | 2016-08-28 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | Determination of end of parameter list | ||||
| | * | | | Determination of end of parameter list | albert-github | 2016-08-27 | 1 | -0/+4 |
| | |/ / | | | | | | | | | | | | | The determination of a parameter list should not stop at a newline character. | ||||
| * | | | Merge pull request #505 from albert-github/feature/bug_include_latex | Dimitri van Heesch | 2016-08-28 | 4 | -8/+64 |
| |\ \ \ | | | | | | | | | | | Include command show lines numbers (e.g. LaTeX) | ||||
| | * | | | Include command show line number (e.g. LaTeX) | albert-github | 2016-08-24 | 4 | -8/+64 |
| | |/ / | | | | | | | | | | | | | | | | | Based on the report of Luis Vega (http://doxygen.10944.n7.nabble.com/include-inserts-line-numbers-for-LaTeX-PDF-output-td7683.html) The default setting for parseCode calls was not consistent between the different output formats, resulting in wrong settings of default options (e.g. show line numbers). | ||||
| * | | | Merge pull request #504 from albert-github/feature/bug_710611 | Dimitri van Heesch | 2016-08-28 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF output | ||||
| | * | | | Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF ↵ | albert-github | 2016-08-22 | 1 | -3/+3 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | output In a pagref the path should not be present. | ||||
| * | | | Introducing commands includedoc and snippetdoc | albert-github | 2016-08-21 | 6 | -13/+70 |
| |/ / | | | | | | | | | | | | | Purpose to have the possibility to have repeating texts not repeated in the comments. The commands include and snippet introduce code blocks whilst the commands includedoc and snippetdoc inclode the text as is and it will be parsed by doxygen. | ||||
* | | | Bug 769736 - doxygen generates incorrect documentation for C enum in latex | Dimitri van Heesch | 2016-08-21 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #495 from melven/Fortran_file_types | Dimitri van Heesch | 2016-08-20 | 2 | -0/+6 |
|\ \ | | | | | | | Also map .f95, .f03 and .f08 file types to Fortran | ||||
| * | | Also map .f95, .f03 and .f08 file types to Fortran | Melven Roehrig-Zoellner | 2016-08-01 | 2 | -0/+6 |
| | | | | | | | | | | | | These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively. | ||||
* | | | Merge pull request #501 from ↵ | Dimitri van Heesch | 2016-08-20 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | albert-github/feature/bug_code_keyword_operator_assignment Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code | ||||
| * | | | Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code | albert-github | 2016-08-19 | 1 | -0/+10 |
| | |/ | |/| | |||||
* | | | Merge pull request #500 from albert-github/feature/bug_ftn_result_keyw | Dimitri van Heesch | 2016-08-20 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Color code word RESULT as keyword in FORTRAN code | ||||
| * | | | Color code word RESULT as keyword in FORTRAN code | albert-github | 2016-08-18 | 1 | -1/+6 |
| |/ / | |||||
* | | | Parse more than 1 size indiction in defaultHandleTitleAndSize | Artur Kink | 2016-08-08 | 1 | -15/+23 |
|/ / | |||||
* | | Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum ↵ | Dimitri van Heesch | 2016-07-31 | 1 | -2/+4 |
| | | | | | | | | class contained in a class | ||||
* | | Bug 768954 - Segmentation fault when processing md containing only header | Dimitri van Heesch | 2016-07-31 | 1 | -10/+13 |
| | | |||||
* | | Bug 769018 - Invalid XHTML if the directives brief and exception are ↵ | Dimitri van Heesch | 2016-07-31 | 1 | -0/+1 |
| | | | | | | | | following immediately | ||||
* | | Fix for HTML output when using server side search and the the new menu bar | Dimitri van Heesch | 2016-07-31 | 1 | -1/+17 |
| | | |||||
* | | Merge pull request #463 from albert-github/feature/bug_copyLogo_latex | Dimitri van Heesch | 2016-07-30 | 1 | -3/+8 |
|\ \ | | | | | | | Doxygen fails to copy logo image to LaTex output dir | ||||
| * | | Doxygen fails to copy logo image to LaTex output dir | albert-github | 2016-04-03 | 1 | -3/+8 |
| | | | | | | | | | | | | Logo was only copied for HTML, now it is done for LaTeX and RTF as well. | ||||
* | | | Merge pull request #491 from groleo/master | Dimitri van Heesch | 2016-07-30 | 1 | -22/+30 |
|\ \ \ | | | | | | | | | sqlite3gen: defnname -> defname | ||||
| * | | | sqlite3gen: use the refid stored in the refids table | Adrian Negreanu | 2016-07-25 | 1 | -13/+21 |
| | | | | | | | | | | | | | | | | All refid are now INTEGERS pointing into the refids Table. | ||||
| * | | | sqlite3gen: defnname -> defname | Adrian Negreanu | 2016-07-25 | 1 | -9/+9 |
| | |/ | |/| | | | | | | | Match the name used by XML. | ||||
* | | | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 18 | -62/+176 |
| | | | |||||
* | | | Merge branch 'short_member_title' of https://github.com/PkLab/doxygen into ↵ | Dimitri van Heesch | 2016-07-23 | 5 | -15/+19 |
|\ \ \ | |/ / |/| | | | | | PkLab-short_member_title | ||||
| * | | Modified (readability) layout for member title in HTML and LaTex | PkLab.net | 2016-06-22 | 5 | -15/+19 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-07-23 | 5 | -10/+62 |
|\ \ \ | |||||
| * | | | sqlite3gen: export proper memberdef refid | Adrian Negreanu | 2016-07-20 | 1 | -1/+2 |
| | | | |