summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Lexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-131-1/+1
|
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-101-2/+2
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Support Doxygen comment style after membersThorbjørn Lindeijer2009-03-201-0/+6
| | | | | | Forms /**<, /*!<, ///< and //!<. Done with Roberto Raggi.
* Fixed: Parsing of /**/ tokens.Roberto Raggi2009-03-021-0/+6
|
* Improved matching of qdox/doxygen comments.Roberto Raggi2009-03-021-1/+8
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixed highlighting of comment closing element */Thorbjørn Lindeijer2009-02-201-2/+3
| | | | | | | Was taking the wrong state, causing it to appear in Doxygen style instead of as a normal comment. Fix by Roberto Raggi
* Initial support for doxygen comments.Roberto Raggi2009-02-201-10/+32
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+680