index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
markdown.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code and fix more warnings
Dimitri van Heesch
2020-03-08
1
-1/+1
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-12/+5
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-9/+9
*
A mainpage doesn't have an anchor to jump to
albert-github
2020-01-14
1
-0/+2
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-2/+45
*
Fix for use of non portable strnstr function
Dimitri van Heesch
2019-12-23
1
-1/+2
*
Optimize UTF-8 nbsp conversion in markdown
Dimitri van Heesch
2019-12-22
1
-6/+17
*
Merge branch 'feature/bug_nbsp_code' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2019-12-22
1
-5/+6
|
\
|
*
Text ' ' appears in code segments
albert-github
2019-08-23
1
-5/+6
*
|
Merge pull request #7231 from albert-github/feature/issue_7228
Dimitri van Heesch
2019-12-21
1
-5/+5
|
\
\
|
*
|
issue #7228 Using markdown causes wrong error and warning line numbers - v. 1...
albert-github
2019-08-27
1
-5/+5
|
|
/
*
|
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-2/+2
*
|
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-39/+6
*
|
Problem with horizontal ruler directly after fenced code section
albert-github
2019-11-12
1
-1/+1
*
|
Spelling corrections for src directory
albert-github
2019-11-05
1
-2/+2
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-6/+5
*
|
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-1/+1
*
|
Generalized the HTML comment detection and handling
Dimitri van Heesch
2019-09-16
1
-8/+3
*
|
Merge branch 'feature/bug_html_comment' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-09-16
1
-1/+6
|
\
\
|
*
|
HTML start comment with 3 dashes
albert-github
2019-09-05
1
-1/+6
|
|
/
*
|
Fix some typos
luz.paz
2019-09-16
1
-1/+1
|
/
*
issue #7143 note block not generated properly if there are blanks after it
albert-github
2019-08-05
1
-1/+1
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-1/+1
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-1/+1
*
|
issue #7151 Doxygen 1.8.15 TOC_INCLUDE_HEADINGS >0 stops html links being gen...
albert-github
2019-08-01
1
-0/+1
*
|
issue #7113 Doxygen doesn't process markdown tables correctly
albert-github
2019-07-10
1
-1/+1
*
|
issue #7043 html output for markdown: different output when using '# Header {...
albert-github
2019-06-09
1
-1/+4
*
|
Bug 757574 - Warning regarding subsection with anchor in markdown
Dimitri van Heesch
2019-06-02
1
-4/+14
|
/
*
Bug 757574 - Warning regarding subsection with anchor in markdown
Dimitri van Heesch
2019-05-27
1
-3/+25
*
Bug 757574 - Warning regarding subsection with anchor in markdown
Dimitri van Heesch
2019-05-20
1
-15/+8
*
Merge pull request #6983 from albert-github/feature/bug_utf8_nbsp
Dimitri van Heesch
2019-05-18
1
-6/+19
|
\
|
*
Special handling of the UTF8 nbsp sequence
albert-github
2019-05-11
1
-6/+19
*
|
Merge pull request #6913 from albert-github/feature/url_to_md_file
Dimitri van Heesch
2019-05-12
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Markdown file as internet link
albert-github
2019-04-05
1
-2/+0
|
*
Markdown file as internet link
albert-github
2019-04-05
1
-1/+3
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-2/+2
|
/
*
Merge pull request #6784 from albert-github/feature/issue_6781_2
Dimitri van Heesch
2019-03-17
1
-24/+12
|
\
|
*
issue #6781 Unable to use math in markdown table headers
albert-github
2019-01-19
1
-24/+12
*
|
issue #6840 Hash character in Markdown code span not rendered correctly
albert-github
2019-02-16
1
-0/+1
*
|
Minor tweaks
Dimitri van Heesch
2019-01-31
1
-3/+7
*
|
issue #6800 Markdown line ending problems in 1.8.15 and master
albert-github
2019-01-28
1
-3/+5
|
/
*
issue #6679 Multiple use of section label warning for Setex-stype headers in ...
albert-github
2019-01-18
1
-22/+0
*
Merge: moved example from 081 to 084, improved check if last char is newline
Dimitri van Heesch
2019-01-13
1
-1/+1
*
No translation of markdown in <pre>
albert-github
2019-01-11
1
-1/+3
*
issue #6734 parsing performance worsened
Dimitri van Heesch
2019-01-07
1
-4/+5
*
Merge pull request #6516 from albert-github/feature/issue_6513_2
Dimitri van Heesch
2018-12-01
1
-22/+9
|
\
|
*
Does not generate TOC for markdown
albert-github
2018-09-16
1
-22/+9
*
|
issue_6601 tparam HTML gobbles up lines after the tparam comment
albert-github
2018-11-06
1
-2/+2
*
|
Merge pull request #6448 from albert-github/feature/bug_markdown_lists
Dimitri van Heesch
2018-10-28
1
-1/+1
|
\
\
|
*
|
Markdown list wrong displayed
albert-github
2018-08-15
1
-1/+1
[next]