summaryrefslogtreecommitdiffstats
path: root/src/commentscan.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-6/+6
| | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()'
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-3/+5
|
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-0/+7
|
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-61/+58
|
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-2/+2
|
* take doc group out of commentscan.lAdrian Negreanu2019-07-261-8/+0
| | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-0/+13
|
* Spelling of the word Javadocalbert-github2018-10-291-2/+2
| | | | | The current spelling (also for the older versions) is Javadoc. Changed on all possible documentation visible places (external and internal).
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-2/+2
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.0Dimitri van Heesch2010-06-151-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-2/+3
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.4.7Dimitri van Heesch2006-06-111-0/+3
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-1/+1
|
* Release-1.4.4Dimitri van Heesch2005-07-211-10/+45
|
* Release-1.4.3-20050707Dimitri van Heesch2005-07-071-9/+20
|
* Release-1.4.2-20050410Dimitri van Heesch2005-04-101-1/+4
|
* Release-1.4.1-20050129Dimitri van Heesch2005-01-291-0/+31