summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typos in comments.orbitcowboy2015-03-255-5/+5
|
* Merge pull request #320 from albert-github/feature/bug_nested_commentDimitri van Heesch2015-03-221-0/+1
|\ | | | | Bug 746614 - Bogus warning regarding nested comments
| * Bug 746614 - Bogus warning regarding nested commentsalbert-github2015-03-221-0/+1
| | | | | | | | | | In case the previous file gives a warning regarding the wrong used nested comments and the next file does not have any doxygen comment there is still the message that there is a nested comment but even without probable line numbers. The variable counting the nested comment level was not reset, this has been corrected with this patch.
* | Merge pull request #317 from albert-github/feature/bug_mainpageDimitri van Heesch2015-03-221-3/+2
|\ \ | |/ |/| Warning message multiple mainpages
| * Warning message multiple mainpagesalbert-github2015-03-191-3/+2
| | | | | | | | | | Based on the report in the doxygen forum (http://doxygen.10944.n7.nabble.com/WARNING-Found-more-than-one-mainpage-comment-block-td7092.html) about the hard to find multiple occurrences of a mainpage definition. This patch also outputs the name (and approximate line) of the first found mainpage.
* | Merge pull request #319 from albert-github/feature/bug_warningsDimitri van Heesch2015-03-212-5/+5
|\ \ | | | | | | Bug 746576 - Warnings without filename
| * | Warnings without filenamealbert-github2015-03-212-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | In a number of instances we don't get the filename of where the error occurs but a name or even unknown between <> e.g. <fie_p2>:1: warning: parameters of member fie_p2 are not (all) documented <error>:1: warning: parameters of member p1.error are not (all) documented <unknown>:1: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented. This patch tries to overcome this problem by providing the right file: .../p2.h:8: warning: parameters of member fie_p2 are not (all) documented .../p1.py:7: warning: parameters of member p1.error are not (all) documented .../p3.f90:3: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented.
* | Merge pull request #318 from albert-github/feature/bug_cmd_docDimitri van Heesch2015-03-211-1/+1
|\ \ | |/ |/| Missing cross reference link
| * Missing cross reference linkalbert-github2015-03-211-1/+1
|/ | | | Added cross reference link that was missing
* Merge pull request #314 from albert-github/feature/bug_internal_doc_2Dimitri van Heesch2015-03-161-0/+4
|\ | | | | Internal debug option -d lex is not described
| * Internal debug option -d lex is not describedalbert-github2015-03-161-2/+2
| | | | | | | | Corrected typing error in internal -d lex documentation
| * Internal debug option -d lex is not describedalbert-github2015-03-151-0/+4
| | | | | | | | The Internal debug option -d lex had not been described.
* | Merge pull request #308 from groleo/masterDimitri van Heesch2015-03-161-1/+1
|\ \ | | | | | | runtests.pl: mnn version has dash as separator
| * | runtests.pl: mmn version has dash as separatorAdrian Negreanu2015-03-101-1/+1
| | | | | | | | | | | | | | | Final version can be major.minor.revision-mmn Revision can either be x or x.y.
| * | Patch fixing a typo in Pull Request 307Dimitri van Heesch2015-03-101-2/+2
| | |
| * | Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-102-10/+20
| | | | | | | | | | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* | | Merge pull request #310 from albert-github/feature/bug_internal_docDimitri van Heesch2015-03-162-2/+2
|\ \ \ | | | | | | | | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> found
| * | | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> foundalbert-github2015-03-112-2/+2
| | | | | | | | | | | | | | | | | | | | When generating the doxygen internal documentation we get the warning about Unsupported xml/html tag. This patch fixes this problem. (TokenManager.h is said to be generated code but original source is not found).
* | | | Merge pull request #311 from albert-github/feature/bug_grey_grayDimitri van Heesch2015-03-167-7/+7
|\ \ \ \ | | | | | | | | | | Showing grey/gray in documentation
| * | | | Showing grey/gray in documentationalbert-github2015-03-117-7/+7
| |/ / / | | | | | | | | | | | | | | | | The US-English spelling is gray where as the British-English spelling is grey. The doxygen documentation is in US-English spelling. This patch corrects the wrong spelled, user visible, grey to gray.
* | | | Merge pull request #313 from albert-github/feature/bug_latex_textdegreeDimitri van Heesch2015-03-161-1/+1
|\ \ \ \ | |_|_|/ |/| | | HTML entity &deg; gives problems in LaTeX
| * | | HTML entity &deg; gives problems in LaTeXalbert-github2015-03-151-1/+1
|/ / / | | | | | | | | | When having &deg;C in the documentation there is no separation between the \textdegree and C in LaTeX. This patch fixes this problem.
* | | Fixes for showing type constraint relationsDimitri van Heesch2015-03-153-1/+9
| | |
* | | Fixed type in printdocvisitor.hDimitri van Heesch2015-03-151-1/+1
|/ /
* | Patch fixing a typo in Pull Request 307Dimitri van Heesch2015-03-101-2/+2
| |
* | Merge pull request #307 from albert-github/feature/bug_745870Dimitri van Heesch2015-03-092-10/+20
|\ \ | |/ |/| Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21
| * Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-092-10/+20
| | | | | | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* | Fixed issue accessing uninitialized buffer under certain conditions.Dimitri van Heesch2015-03-081-0/+1
|/
* Merge pull request #303 from albert-github/feature/bug_idl_errorDimitri van Heesch2015-03-053-2/+11
|\ | | | | Better error message in case of IDL inconsistency
| * Better error message in case of IDL inconsistencyalbert-github2015-03-043-2/+11
| | | | | | | | | | | | | | | | In case of an IDL internal doxygen inconsistency ("error: Internal inconsistency: namespace in IDL not module, library or constant group ", see forum report: http://doxygen.10944.n7.nabble.com/Internal-inconsistency-Which-file-td7057.html) it is hard to find out which file causes the problem. In this case the comment block with @namespace was the "problem"). This patch solves this by adding the file and line number of the source file causing the problem.
* | Merge pull request #305 from albert-github/feature/bug_745481Dimitri van Heesch2015-03-051-1/+4
|\ \ | | | | | | Bug 745481 - Doxygen generates bad "More..." file links for functions within a namespace
| * | Bug 745481 - Doxygen generates bad "More..." file links for functions within ↵albert-github2015-03-041-1/+4
| |/ | | | | | | | | | | a namespace Namespaces are recorded at separate pages as well. Condition should be extended for namespaces as well.
* | Merge pull request #304 from albert-github/feature/bug_659590Dimitri van Heesch2015-03-052-4/+16
|\ \ | | | | | | Bug 659590 - EXTRA_PACKAGES can't handle package options
| * | Bug 659590 - EXTRA_PACKAGES can't handle package optionsalbert-github2015-03-041-1/+4
| | | | | | | | | | | | | | | Create the possibility to specify options with the EXTRA_PACKAGES command. It is possible to specify the package by just its name or in the syntax as required by the LaTeX \usepackage command ([<package-option-list>]{<package-list>}[<version>])
| * | Bug 659590 - EXTRA_PACKAGES can't handle package optionsalbert-github2015-03-041-3/+12
| |/ | | | | | | | | Create the possibility to specify options with the EXTRA_PACKAGES command. It is possible to specify the package by just its name or in the syntax as required by the LaTeX \usepackage command ([<package-option-list>]{<package-list>}[<version>])
* | Merge pull request #306 from groleo/masterDimitri van Heesch2015-03-051-1/+4
|\ \ | | | | | | version.py pass configure file path as parameter
| * | version.py pass configure file path as parameterAdrian Negreanu2015-03-051-1/+4
| |/ | | | | | | in case we're building out of tree
* | Bug 745439 - PATCH: please consider making doxygen output byte for byte ↵Dimitri van Heesch2015-03-051-3/+3
| | | | | | | | identical between individual runs by default
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-2610-39/+100
|\ \ | |/
| * Merge pull request #302 from albert-github/feature/bug_callgraphDimitri van Heesch2015-02-2610-39/+100
| |\ | | | | | | Adding commands \hidecallgraph and \hidecallergraph
| | * Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-2210-39/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-26309-311/+311
| | |
* | | Bug 742095 - Missing documentation after nested C++11 unified initializerDimitri van Heesch2015-02-231-7/+18
|/ /
* | Fixed code reachability bug found by coverity in translator_fi.hDimitri van Heesch2015-02-221-1/+1
|/
* Merge pull request #281 from albert-github/feature/ftn_comment_pos73ffDimitri van Heesch2015-02-213-12/+82
|\ | | | | Fortran: fixed format position 73 and further is comment
| * Fortran: fixed format position 73 and further is commentalbert-github2015-01-041-0/+3
| | | | | | | | Small regression, line with 'C' (Capital C) was edited away, re-instated.
| * Fortran: fixed format position 73 and further is commentalbert-github2015-01-043-13/+80
| | | | | | | | According to the Fortran standard position 73 and further on a line are comment. Until now this was not considered.
* | Merge pull request #273 from albert-github/feature/bug_configDimitri van Heesch2015-02-213-69/+93
|\ \ | | | | | | Consistency in handling HTML and LaTeX in respect to header and footer
| * | Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-283-69/+93
| | | | | | | | | | | | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp)
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-2152-76/+115
|\ \ \