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
*
Fix for compiler warning fix :-(
Dimitri van Heesch
2020-10-17
1
-1/+1
*
Fixes compiler warning
Dimitri van Heesch
2020-10-17
1
-1/+1
*
Miscounting in case of markdown links
albert-github
2020-10-16
1
-1/+11
*
Merge pull request #8079 from albert-github/feature/issue_8078
Dimitri van Heesch
2020-10-12
1
-1/+1
|
\
|
*
issue #8078 Warning and extra text when using Markdown as mainpage
albert-github
2020-10-06
1
-1/+1
*
|
Miscounting of lines in respect to page command (ATX header)
albert-github
2020-10-10
1
-0/+1
*
|
Incorrect counting of markdown verbatim block
albert-github
2020-10-08
1
-1/+2
|
/
*
added support for mingw PRETTY_FUNC (#8059)
ArmandZampieri
2020-10-05
1
-1/+1
*
Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-10-03
1
-17/+19
|
\
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-17/+19
*
|
No warning for unbalanced brackets in markdown
albert-github
2020-09-25
1
-0/+2
*
|
Merge pull request #8045 from albert-github/feature/bug_md_fenced_cnt
Dimitri van Heesch
2020-09-24
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Miscounting of lines in case of fenced code block
albert-github
2020-09-20
1
-1/+1
*
|
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
|
/
*
issue #7996 \ref commands broken in markdown tables
albert-github
2020-09-02
1
-1/+1
*
Spelling corrections is comments
albert-github
2020-08-09
1
-1/+1
*
Simplified code by passing lineNr directly
Dimitri van Heesch
2020-08-06
1
-3/+1
*
Coverity uninitialized variable
albert-github
2020-08-06
1
-1/+1
*
Fix for markdown emphasis processing regression.
Dimitri van Heesch
2020-08-05
1
-2/+7
*
Merge pull request #7782 from wataash/tagend-markdown-em
Dimitri van Heesch
2020-08-03
1
-2/+2
|
\
|
*
issue #7781: allow '>' before Markdown emphasis
Wataru Ashihara
2020-05-23
1
-2/+2
*
|
Merge branch 'feature/issue_7923' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-07-28
1
-3/+5
|
\
\
|
*
|
issue #7923 source line numbers in warnings output by parser are off by 1
albert-github
2020-07-27
1
-3/+5
*
|
|
Additional tweaks to get markdown tables inside ALIASES work
Dimitri van Heesch
2020-07-27
1
-14/+150
*
|
|
Merge branch 'feature/issue_7787' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-07-25
1
-3/+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
issue #7787 Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?
albert-github
2020-05-20
1
-3/+17
*
|
|
issue #7911 markdown table add extra test to "\copybrief"
albert-github
2020-07-18
1
-1/+1
*
|
|
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-2/+1
*
|
|
Multi-threaded parsing: added locks around global data
Dimitri van Heesch
2020-06-17
1
-8/+0
*
|
|
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-421/+304
*
|
|
issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)
albert-github
2020-06-13
1
-2/+5
*
|
|
Added experimental multi-thread input processing support.
Dimitri van Heesch
2020-05-31
1
-10/+8
|
|
/
|
/
|
*
|
issue #7595 Links from one Markdown file to another do not work
albert-github
2020-05-21
1
-2/+4
|
/
*
Fix for Portable::isAbsolutePath
Dimitri van Heesch
2020-04-06
1
-1/+1
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-06
1
-0/+14
|
\
|
*
Relative markdown file reference (#7032)
albert-github
2020-04-06
1
-0/+14
*
|
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-57/+57
|
/
*
issue #7672 Request: use <img> tags instead of <object> tags for SVG images
albert-github
2020-03-29
1
-1/+1
*
Fixed unsigned/signed character warnings
Dimitri van Heesch
2020-03-11
1
-4/+4
*
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
|
|
/
[next]