summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation for ``` style fenced code block and more robust parsingDimitri van Heesch2015-04-052-9/+9
|
* Merge pull request #326 from halex2005/UseGithubFencedCodeBlockSyntaxDimitri van Heesch2015-04-053-3/+39
|\ | | | | add support for github flavored fenced code blocks
| * fix *.l for three backtickshalex20052015-03-302-4/+4
| |
| * add support for github flavored fenced code blockshalex20052015-03-303-3/+39
| |
* | Merge pull request #315 from albert-github/feature/bug_interfaceDimitri van Heesch2015-04-051-1/+1
|\ \ | | | | | | Crash in case of non generic interface in Fortran
| * | Crash in case of non generic interface in Fortranalbert-github2015-03-181-1/+1
| | | | | | | | | | | | In case of a non generic interface in Fortran it happened that doxygen crashed due to the fact that the pointer for setting the endBodyLine does not exist. The line number is only defined for GENERIC interfaces and therefore it should not be set anyhow when ending a non generic interface.
* | | Merge pull request #324 from hbccdf/masterDimitri van Heesch2015-04-051-2/+2
|\ \ \ | | | | | | | | Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTF
| * | | Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTFhbccdf2015-03-281-2/+2
| | | |
* | | | Merge pull request #325 from suokko/fix_template_specializationDimitri van Heesch2015-04-051-0/+2
|\ \ \ \ | | | | | | | | | | Fix missing brief documentation for overload and specialization function...
| * | | | Fix missing brief documentation for overload and specialization functionsPauli Nieminen2015-03-291-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Brief documentation entries were not added for template specializations or overload definitions. Adding brief documentation to those function definations fixes a corner case bug #406027 Bug 406027 - Templated class member specialization cannot be documented
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-04-0416-23/+34
|\ \ \ \ | |/ / /
| * | | Merge pull request #323 from ppescher/masterDimitri van Heesch2015-03-283-3/+3
| |\ \ \ | | | | | | | | | | fix enum brief description in RTF output
| | * | | added HHC.exe own output to the debug output when extcmd flag enabledppescher2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | this may help debugging the source of the error
| | * | | fix for CHM TOC "Classes" entry to point to annotated fileppescher2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: when layout file disables Class List but Classes are still visible the related TOC entry of Compiled HTML Help file does not link to any page, so the annotated.html file is not reachable from the TOC tree even though it still gets generated
| | * | | fix enum brief description in RTF outputppescher2015-03-251-1/+1
| | |/ / | | | | | | | | | | | | | | | | bug: brief description of enum member is put at the beginning of the next list item, instead of at the end of the current list item
| * | | Fix for bug 746673.Travis A. Everett2015-03-241-4/+11
| |/ / | | | | | | | | | | | | | | | Resolves a typo (dervied->derived) in sqlite prepared query var, which was preventing the derivedcompounddef table from populating. Fixing this issue also exposed an underlying problem where junk data was showing up in two columns. Porting some if/else logic from the code that inserts to basecompounddef seems to have fixed this, as well.
| * | 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.
| * | 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 #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 #310 from albert-github/feature/bug_internal_docDimitri van Heesch2015-03-161-1/+1
| |\ \ | | | | | | | | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> found
| | * | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> foundalbert-github2015-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | 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-166-6/+6
| |\ \ \ | | | | | | | | | | Showing grey/gray in documentation
| | * | | Showing grey/gray in documentationalbert-github2015-03-116-6/+6
| | |/ / | | | | | | | | | | | | | | | | 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.
| * | | 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.
* | | Added function arguments to the LaTeX tocDimitri van Heesch2015-04-021-0/+4
| | |
* | | Fix for rendering the template parameters of members of variadic template ↵Dimitri van Heesch2015-03-223-8/+12
|/ / | | | | | | classes.
* | Fixes for showing type constraint relationsDimitri van Heesch2015-03-152-1/+8
| |
* | Fixed type in printdocvisitor.hDimitri van Heesch2015-03-151-1/+1
|/
* 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-268-34/+51
|\ \ | |/
| * Merge pull request #302 from albert-github/feature/bug_callgraphDimitri van Heesch2015-02-268-34/+51
| |\ | | | | | | Adding commands \hidecallgraph and \hidecallergraph
| | * Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-228-34/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-26238-239/+239
| | |
* | | 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
|/