Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8412 from albert-github/feature/bug_docu_sqlite3 | Dimitri van Heesch | 2021-03-06 | 1 | -0/+9 |
|\ | | | | | Missing build note for sqlite3 | ||||
| * | Missing build note for sqlite3 | albert-github | 2021-03-05 | 1 | -0/+9 |
| | | | | | | | | The reference, analogous to what is present for clang, regarding the need of compiling doxygen with `-Duse_sqlite3=ON` was missing | ||||
* | | Issue #8405 Dead link in documentation | albert-github | 2021-03-05 | 1 | -3/+5 |
|/ | | | | Correcting the link in the documentation to a wayback / archive machine. | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-03-04 | 1 | -1/+9 |
|\ | |||||
| * | Merge pull request #8410 from albert-github/feature/bug_chm | Dimitri van Heesch | 2021-03-04 | 1 | -1/+9 |
| |\ | | | | | | | Problems generating chm documentation | ||||
| | * | Problems generating chm documentation | albert-github | 2021-03-04 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | Generating doxygen's own manual in chm mode crashed (`qmake doc s_chm`). The problem was introduced during: Refactoring: replace QRegExp by std::regex in htmlhelp.cpp (1d993b03f) Looks like that a std::string cannot add a null pointer to a std::string | ||||
* | | | Regression: Fix missing '>' for ol tag in the HTML output. | Dimitri van Heesch | 2021-03-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-03-04 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Merge pull request #8395 from albert-github/feature/issue_8390 | Dimitri van Heesch | 2021-03-03 | 1 | -1/+6 |
| |\ | | | | | | | issue #8390 Reusing documentation snippets | ||||
| | * | issue #8390 Reusing documentation snippets | albert-github | 2021-02-19 | 1 | -1/+6 |
| | | | | | | | | | | | | When `MARKDOWN_SUPPORT` is enabled run the documentation of the included file / snippet through the markdown processor (analogous to comment blocks in the different scanners). | ||||
* | | | Refactoring: some cleanup and removed text direction logic | Dimitri van Heesch | 2021-03-04 | 26 | -281/+47 |
|/ / | |||||
* | | Refactoring: replace QTextStream by ifstream | Dimitri van Heesch | 2021-03-03 | 10 | -55/+37 |
| | | |||||
* | | Fix typo in the lexscanner.h's guard | Dimitri van Heesch | 2021-03-03 | 2 | -11/+11 |
| | | |||||
* | | Merge branch 'master' into feature/bug_lex | Dimitri van Heesch | 2021-03-03 | 51 | -1427/+2562 |
|\ \ | |||||
| * \ | Merge pull request #8387 from albert-github/feature/bug_pagetitle | Dimitri van Heesch | 2021-03-03 | 2 | -1/+2 |
| |\ \ | | | | | | | | | Strange HTML tab title in case of a page without title | ||||
| | * | | Strange HTML tab title in case of a page without title | albert-github | 2021-02-16 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case we have an example like: ``` /// @page Bug_err /// /// \brief Some text in cpp file /// \details Some detailed text in cpp file ``` we will have as in the HTML tab: `Project Title: $title` as the page has an empty title. A better title would in this case be: `Project Title: Bug_err`. This has been implemented by setting the name of the page in the empty title. In case of a main page the xml output sets the empty title to the PROJECT_NAME, as the new, default, setting would see to it that also the mainpage with an empty title would be set we have to see that this is done beforehand. | ||||
| * | | | Merge pull request #8348 from albert-github/feature/bug_clang_dependency | Dimitri van Heesch | 2021-03-03 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Missing CLANG dependency | ||||
| | * | | | Missing CLANG dependency | albert-github | 2021-01-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | For the tag `CLANG_ADD_INC_PATHS` the dependency to the rag `CLANG_ASSISTED_PARSING` was missing, giving in the doxywizard the wrong impression about this tag. | ||||
| * | | | | Spelling correction | albert-github | 2021-03-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Spelling corrections as found by Fossies | ||||
| * | | | | Refactoring: replaced std::regex with own much faster implementation | Dimitri van Heesch | 2021-03-02 | 24 | -347/+1374 |
| | | | | | |||||
| * | | | | Some performance tweaks + remove setting of global locale | Dimitri van Heesch | 2021-02-22 | 17 | -67/+63 |
| | | | | | |||||
| * | | | | Remove double call to wildcard2regex() | Dimitri van Heesch | 2021-02-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Regression: specifying character ranges for FILE_PATTERNS didn't work | Dimitri van Heesch | 2021-02-21 | 1 | -54/+19 |
| | | | | | |||||
| * | | | | Added missing std:: namespace | Dimitri van Heesch | 2021-02-20 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Disable qregex.h and fix some warnings and issues | Dimitri van Heesch | 2021-02-20 | 17 | -54/+37 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in vhdldocgen.cpp | Dimitri van Heesch | 2021-02-20 | 5 | -117/+93 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in vhdlcode.l | Dimitri van Heesch | 2021-02-20 | 3 | -15/+64 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in vhdljjparser.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -25/+49 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in memberdef.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -89/+60 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in doxygen.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -91/+81 |
| | | | | | |||||
| * | | | | Refactoring: remove QRegExp in searchindex.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -3/+8 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in scanner.l | Dimitri van Heesch | 2021-02-20 | 1 | -17/+22 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in rtfstyle.cpp | Dimitri van Heesch | 2021-02-20 | 4 | -125/+94 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in groupdef.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -6/+9 |
| | | | | | |||||
| * | | | | Refactoring: make better use of capture groups | Dimitri van Heesch | 2021-02-20 | 3 | -16/+15 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in markdown.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -10/+10 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in doctokenizer.l | Dimitri van Heesch | 2021-02-20 | 1 | -21/+27 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in htmlhelp.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -5/+7 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in docparser.cpp | Dimitri van Heesch | 2021-02-20 | 5 | -15/+13 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in fortranscanner.l | Dimitri van Heesch | 2021-02-20 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in configimpl.l | Dimitri van Heesch | 2021-02-20 | 1 | -23/+29 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in pre.l | Dimitri van Heesch | 2021-02-20 | 2 | -108/+75 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in template.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -17/+19 |
| | | | | | |||||
| * | | | | Refactoring: reduce code duplication by using writeMarkerList function | Dimitri van Heesch | 2021-02-20 | 5 | -273/+237 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in definition.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -130/+133 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in classdef.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -22/+34 |
| | | | | | |||||
| * | | | | Refactoring: replace QRegExp by std::regex in util.cpp | Dimitri van Heesch | 2021-02-20 | 11 | -368/+486 |
| | | | | | |||||
| * | | | | Improve handling of @param command without name or description | Dimitri van Heesch | 2021-02-20 | 2 | -6/+9 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #8351 from albert-github/feature/bug_cs_summary | Dimitri van Heesch | 2021-02-17 | 1 | -2/+0 |
| |\ \ \ | | | | | | | | | | | Wrong place in comment scanner of end summary tag | ||||
| | * | | | Wrong place in comment scanner of end summary tag | albert-github | 2021-01-22 | 1 | -2/+0 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having: ``` /// \file /// The namespace docu namespace Demo { /// <summary> /// The base class /// </summary> public class Base { /// <summary> /// The foo function /// </summary> /// <remarks> /// <param name="value">The foo parameter</param> /// <returns>foo Something</returns> /// </remarks> public virtual int foo(int value); } } ``` and we run this with `doxygen -d commentscan` we see that the `</summary>` is in the detailed part and not in the brief part: ``` CommentScanner: D:/speeltuin/issue_7356/bug_csharp_summary/Class1.cs:6 input=[ <summary> The base class </summary> ] ----------- CommentScanner: D:/speeltuin/issue_7356/bug_csharp_summary/Class1.cs:6 output=[ brief=[line=6 <summary> The base class ] docs=[line=6 </summary> ] inbody=[line=-1 ] ] ``` this happened between the versions 1.8.14(OK) and 1.8.15(wrong), most likely through an improvement in case there are multiple brief section. In case `</summary>` we should be already in the brief section so no need to switch again as the second switch would have no effect and we would land in the details. |