index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pyscanner.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #8098: Python Decorator written below @brief tag and above the function...
Dimitri van Heesch
2020-10-16
1
-0/+4
*
Line count mismatch for Python (#8041)
albert-github
2020-09-18
1
-3/+2
*
Refactoring: making pycode.l reentrant
Dimitri van Heesch
2020-09-06
1
-3/+4
*
Merge pull request #7575 from albert-github/feature/bug_py_docstr
Dimitri van Heesch
2020-08-10
1
-2/+2
|
\
|
*
Using Python docstrings
albert-github
2020-02-07
1
-2/+2
*
|
Moved stripIndentation() to util, make it safe for empty input
Dimitri van Heesch
2020-08-05
1
-50/+0
*
|
Empty python comment gives problems
albert-github
2020-08-04
1
-6/+12
*
|
Renamed stripSpaces to stripIndentation and make it work directly on the stri...
Dimitri van Heesch
2020-07-29
1
-26/+29
*
|
Merge branch 'feature/issue_7884' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-07-29
1
-14/+56
|
\
\
|
*
|
issue #7884 Python to xml: Whitespace in method doc not preserved (MARKDOWN_S...
albert-github
2020-07-03
1
-14/+56
*
|
|
More minor tweaks
Dimitri van Heesch
2020-07-28
1
-3/+1
*
|
|
issue #7923 source line numbers in warnings output by parser are off by 1
albert-github
2020-07-27
1
-1/+3
*
|
|
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-3/+2
|
/
/
*
|
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-2/+4
*
|
Warning in case of multiple python documentation sections.
albert-github
2020-05-27
1
-0/+4
*
|
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-1/+1
*
|
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-6/+13
*
|
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
|
/
*
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
1
-5/+5
*
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+0
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-2/+4
*
Make pyscanner.l reentrant
Dimitri van Heesch
2019-12-29
1
-875/+908
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-17/+17
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-30/+4
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-7/+0
*
Fixed use of uninitialized pointer in preprocessor
Dimitri van Heesch
2019-11-09
1
-1/+1
*
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-2/+2
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-10/+14
*
Merge pull request #7283 from luzpaz/typos
Dimitri van Heesch
2019-10-09
1
-3/+3
|
\
|
*
Fix typos
luz.paz
2019-09-28
1
-3/+3
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-80/+28
|
/
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+2
*
issue #7009 Python class diagram not created for the base class while works f...
Dimitri van Heesch
2019-08-06
1
-3/+1
*
issue #7009 Python class diagram not created for the base class while works f...
Dimitri van Heesch
2019-08-04
1
-27/+40
*
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-5/+5
*
Merge pull request #6916 from albert-github/feature/bug_py_class
Dimitri van Heesch
2019-05-19
1
-0/+26
|
\
|
*
Class definition with collections
albert-github
2019-04-07
1
-0/+26
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-2/+2
|
/
*
issue #6734 parsing performance worsened
Dimitri van Heesch
2019-01-07
1
-2/+3
*
Fix for 'Definition at line' points to end of multiple-lined definition for P...
Dimitri van Heesch
2018-12-23
1
-1/+1
*
Add support of dict/set in annotations and default values
Sergey Kozlov
2018-10-08
1
-0/+6
*
Fix annotation with default value parsing
Sergey Kozlov
2018-10-08
1
-1/+2
*
Add function annotations support
Sergey Kozlov
2018-10-08
1
-28/+131
*
Merge pull request #6499 from albert-github/feature/bug_python_linebreak
Dimitri van Heesch
2018-09-15
1
-1/+1
|
\
|
*
Namespace with name docstrings_linebreak
albert-github
2018-09-11
1
-1/+1
*
|
Fixing coverity messages
albert-github
2018-09-13
1
-1/+0
|
/
*
Issue 6494: asterisks before args and kwargs are ignored in python
albert-github
2018-09-10
1
-1/+6
*
Update pyscanner.l
Armin Müller
2018-08-21
1
-2/+2
*
Small problems when displaying python code
albert-github
2018-05-22
1
-1/+0
*
Merge pull request #676 from albert-github/feature/bug_788940
Dimitri van Heesch
2018-04-22
1
-3/+6
|
\
[next]