summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge pull request #669 from albert-github/feature/bug_793862Dimitri van Heesch2018-04-221-6/+26
| |\ \ \ \ | | | | | | | | | | | | Bug 793862 - Missed warning opportunity: duplicated arguments
| | * | | | Bug 793862 - Missed warning opportunity: duplicated argumentsalbert-github2018-02-271-6/+26
| | |/ / / | | | | | | | | | | | | | | | In case an argument has been documented multiple times a warning message is given.
| * | | | Merge pull request #668 from albert-github/feature/bug_docu_faqDimitri van Heesch2018-04-221-1/+1
| |\ \ \ \ | | | | | | | | | | | | Correction in title of FAQ
| | * | | | Correction in title of FAQalbert-github2018-02-261-1/+1
| | |/ / / | | | | | | | | | | | | | | | Removed <code> </code> from title of FAQ as this text is shown literal and this is not the intention.
| * | | | Merge pull request #667 from albert-github/feature/bug_688387Dimitri van Heesch2018-04-221-1/+1
| |\ \ \ \ | | | | | | | | | | | | Bug 688387 - JavaDoc @linkplain is not recognized
| | * | | | Bug 688387 - JavaDoc @linkplain is not recognizedalbert-github2018-02-261-1/+1
| | |/ / / | | | | | | | | | | | | | | | See to it that the, JavaDoc version of the, command @link cannot be confused with @linkplain.
| * | | | Merge pull request #666 from albert-github/feature/bug_commentcnv_debugDimitri van Heesch2018-04-221-1/+3
| |\ \ \ \ | | | | | | | | | | | | Debug output commentcnv independent of QUIET setting
| | * | | | Debug output commentcnv independent of QUIET settingalbert-github2018-02-261-1/+3
| | |/ / / | | | | | | | | | | | | | | | The debug output of the commentcnv (-d commentcnv) should be independent of the setting of QUIET in the doxygen configuration file.
| * | | | Merge pull request #665 from albert-github/feature/bug_docu_filesDimitri van Heesch2018-04-222-4/+4
| |\ \ \ \ | | | | | | | | | | | | Documentation corrections
| | * | | | Documentation correctionsalbert-github2018-02-262-4/+4
| | |/ / / | | | | | | | | | | | | | | | Corrected the way files are displaced (should be in "code mode")
| * | | | Merge pull request #663 from albert-github/feature/bug_docuDimitri van Heesch2018-04-222-9/+11
| |\ \ \ \ | | | | | | | | | | | | Documentation correction
| | * | | | Documentation correctionalbert-github2018-02-232-9/+11
| | |/ / / | | | | | | | | | | | | | | | | | | | | - corrected tcl documentation in respect to use of param, has to be \param - added to define documentation possibilities of \param and \return
| * | | | Merge pull request #662 from albert-github/feature/bug_793702Dimitri van Heesch2018-04-221-7/+10
| |\ \ \ \ | | | | | | | | | | | | Bug 793702 - Examples of TCL files fail to display
| | * | | | Bug 793702 - Examples of TCL files fail to displayalbert-github2018-02-221-7/+10
| | |/ / / | | | | | | | | | | | | | | | | | | | | - placed handling of example at the right place - removed ^Z symbol
| * | | | Merge pull request #660 from albert-github/feature/bug_msgDimitri van Heesch2018-04-221-5/+5
| |\ \ \ \ | | | | | | | | | | | | Consistent warning messages
| | * | | | Consistent warning messagesalbert-github2018-02-201-5/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Remove second @ from warning message and replace all @ with \ in warnings for comments in comment scanner. Error showed up in (Lapack v3.8.0): .../lapack/BLAS/SRC/sdsdot.f:25: warning: reached end of comment while inside a @verbatim block; check for missing @@endverbatim tag!
| * | | | Merge pull request #657 from albert-github/feature/bug_gitignoreDimitri van Heesch2018-04-221-1/+1
| |\ \ \ \ | | | | | | | | | | | | Ignore build* directories and not just build
| | * | | | Ignore build* directories and not just buildalbert-github2018-02-151-1/+1
| | |/ / / | | | | | | | | | | | | | | | in case of parallel build directories is is better to ignore the build* directories
| * | | | Merge pull request #656 from albert-github/feature/bug_683564Dimitri van Heesch2018-04-221-1/+4
| |\ \ \ \ | | | | | | | | | | | | Bug 683564 - Value from enumeration followed with semicolon is not present in java docs
| | * | | | Bug 683564 - Value from enumeration followed with semicolon is not present ↵albert-github2018-02-141-1/+4
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | in java docs For java the type should not be reset to "@", see also rule <FindFields>","
| * | | | Merge pull request #655 from albert-github/feature/bug_fortranDimitri van Heesch2018-04-222-10/+38
| |\ \ \ \ | | | | | | | | | | | | Fortran improvements
| | * | | | Fortran improvementsalbert-github2018-02-122-10/+38
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adding NON_RECURSIVE - better handling of missing PROGRAM in case of following module / subroutine in same file - ignore (numeric)-labels in fixed source form - adding support for - TYPE IS - CLASS IS - CLASS DEFAULT
| * | | | Merge pull request #658 from albert-github/feature/bug_fortran_2Dimitri van Heesch2018-04-222-20/+34
| |\ \ \ \ | | |_|_|/ | |/| | | Fortran improvements (2)
| | * | | Fortran improvements (2)albert-github2018-02-152-20/+34
| | |/ / | | | | | | | | | | | | | | | | - handling of type / class statement especially in declarations in source browser and scanner - color code import statement in source browser
| * | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-03-1721-40/+141
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #664 from albert-github/feature/bug_791410Dimitri van Heesch2018-03-041-1/+5
| | |\ \ | | | |/ | | |/| Bug 791410 - doxygen has problem with operator&=()
| | | * Bug 791410 - doxygen has problem with operator&=()albert-github2018-02-251-1/+5
| | |/ | | | | | | | | | Avoid adding a space
| | * Merge pull request #647 from jwuttke/masterDimitri van Heesch2018-02-101-1/+1
| | |\ | | | | | | | | correct typo in comment
| | | * correct typo in commentJoachim Wuttke (h)2018-02-031-1/+1
| | | |
| | * | Merge pull request #650 from albert-github/feature/bug_792727Dimitri van Heesch2018-02-101-0/+1
| | |\ \ | | | | | | | | | | Bug 792727 - unescaped double quote in searchdata.js breaks search box functionality
| | | * | Bug 792727 - unescaped double quote in searchdata.js breaks search box ↵albert-github2018-02-041-0/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | functionality Escaped the doubele quote.
| | * | Merge pull request #649 from albert-github/feature/docu_reference_relationDimitri van Heesch2018-02-101-1/+1
| | |\ \ | | | | | | | | | | Small clarification for REFERENCED_BY_RELATION
| | | * | Small clarification for REFERENCED_BY_RELATIONalbert-github2018-02-031-1/+1
| | | |/ | | | | | | | | | | | | Based on stack overflow question "Track C variable doxygen" (https://stackoverflow.com/questions/48586670/track-c-variable-doxygen)
| | * | Merge pull request #648 from albert-github/feature/bug_792415Dimitri van Heesch2018-02-101-0/+4
| | |\ \ | | | | | | | | | | Bug 792415 - Blank rows on class page when using external tag file
| | | * | Bug 792415 - Blank rows on class page when using external tag filealbert-github2018-02-031-0/+4
| | | |/ | | | | | | | | | | | | | | | | Regression on: Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files Added missing closing >.
| | * | Merge pull request #646 from albert-github/feature/bug_792935Dimitri van Heesch2018-02-101-1/+6
| | |\ \ | | | | | | | | | | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for writing
| | | * | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for ↵albert-github2018-02-021-1/+6
| | | |/ | | | | | | | | | | | | | | | | | | | | writing Labels are used internally in pages but also for filenames and not all file systems can cope with all characters, so only ASCII printable characters are left untouched.
| | * | Merge pull request #645 from albert-github/feature/bug_638606Dimitri van Heesch2018-02-101-0/+16
| | |\ \ | | | | | | | | | | Bug 638606 - Support for C# nullable type
| | | * | Bug 638606 - Support for C# nullable typealbert-github2018-02-011-0/+16
| | | |/ | | | | | | | | | | | | Added, basic, support for C# nullable types.
| | * | Merge pull request #644 from albert-github/feature/bug_793052Dimitri van Heesch2018-02-101-1/+8
| | |\ \ | | | | | | | | | | Bug 793052 - C#: Incorrect parsing of property definitions containing "//" symbols in one line with "}
| | | * | Bug 793052 - C#: Incorrect parsing of property definitions containing "//" ↵albert-github2018-01-311-1/+8
| | | |/ | | | | | | | | | | | | | | | | | | | | symbols in one line with "} The handling of comment signs inside a string for property definitions has been corrected, by defining parsing rules for these cases so that not the default comment handler will be used (i.e. remove the part behind the comment sign).
| | * | Merge pull request #643 from luzpaz/even-moar-typosDimitri van Heesch2018-02-105-6/+6
| | |\ \ | | | |/ | | |/| Misc. typos
| | | * Misc. typosluz.paz2018-02-065-6/+6
| | |/
| | * Merge pull request #638 from powARman/fix-vs2013-buildDimitri van Heesch2018-01-091-3/+3
| | |\ | | | | | | | | Fix building with Visual Studio 2013
| | | * Fix building with Visual Studio 2013Andreas Regel2018-01-081-3/+3
| | |/ | | | | | | | | | Visual Studio 2013 and older (probably also newer) do not understand binary constants. So change them to hexadecimal.
| * | Bug 777746 - Build of PDF with LaTEX breaksDimitri van Heesch2018-03-171-1/+1
| | |
* | | Return VHDL specific text in trClassHierarchyDescription()Andreas Regel2018-01-092-4/+21
| | |
* | | Remove default assignment from Translator::trVhdlType() declarationAndreas Regel2018-01-094-6/+6
| | |
* | | Change german translation of trClassDocumentation() for VHDL output.Andreas Regel2018-01-081-1/+1
| | |
* | | Fix VHDL Latex documentation having two chapters with the same name.Andreas Regel2018-01-081-1/+1
| | |