summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #673 from albert-github/feature/bug_docu_archDimitri van Heesch2018-04-221-4/+4
|\ \ \ | | | | | | | | Documentation update regarding right font usage in architecture chapter
| * | | Documentation update regarding right font usage in architecture chapteralbert-github2018-03-041-4/+4
| | | | | | | | | | | | | | | | Small update, setting program names in right font
* | | | Merge pull request #674 from albert-github/feature/bug_792122Dimitri van Heesch2018-04-225-32/+144
|\ \ \ \ | | | | | | | | | | Bug 792122 - XHTML pages are broken several ways
| * | | | Bug 792122 - XHTML pages are broken several waysalbert-github2018-03-045-32/+144
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Markdown processing was done after the normal tag processing and splitting the comment in brief, doc, inline. This resulted in that sectioning parts (i.e. e.g. ==== conversion to <h1> ) remained in the brief description whilst similar constructs with HTML commands landed in the doc (details) description. By performing the markdown on the entire comment block this problem has been overcome. commentscan.l - change moment of calling markdown processing - skip start spaces and subsequent empty lines in markdown processed code - small debug correction markdown.cpp - don't convert the dashes in <!-- and --> (HTML type comment) - small debug correction 054 test - update of example for compatibility and adding part about none code result. doxygen.cpp - small textual comment correction
* | | | Merge pull request #672 from albert-github/feature/doxywizard_780648Dimitri van Heesch2018-04-221-7/+22
|\ \ \ \ | | | | | | | | | | Bug 653502 - Can't use pound sign in alias command, escaped or unescaped
| * | | | Bug 653502 - Can't use pound sign in alias command, escaped or unescapedalbert-github2018-02-281-7/+22
| |/ / / | | | | | | | | | | | | | | | | - In case there is already a double quote at the beginning of the line disable further escaping (assume that there is an end double quote as well) - In case a hash sign is present see to it that the string will have double quotes around the alias.
* | | | Merge pull request #671 from albert-github/feature/bug_611240Dimitri van Heesch2018-04-221-0/+6
|\ \ \ \ | | | | | | | | | | Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words in C++ documentation source browser.
| * | | | Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words ↵albert-github2018-02-281-0/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | in C++ documentation source browser. In case of Cpp don't see 'get' and 'set' as keywords, but in case the keyword rule is used REJECT the rule and give other rules a chance (e.g. the function rule).
* | | | Merge pull request #670 from albert-github/feature/doxywizard_788873Dimitri van Heesch2018-04-221-0/+5
|\ \ \ \ | | | | | | | | | | Bug 788873 - Disabled controls when `HAVE_DOT` is already set to `YES`
| * | | | Bug 788873 - Disabled controls when `HAVE_DOT` is already set to `YES`albert-github2018-02-271-0/+5
| |/ / / | | | | | | | | | | | | Explicitly call the routine to set the status of the sub list.
* | | | 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 "}