T O P I C R E V I E W |
Johann |
Posted - May 12 2011 : 03:12:59 AM Underline spelling errors fails when a Doxygen comment like this is used:
enum Foo { Foo1 /**< The firrst. */ };
Above, "firrst" will not be underlined, although obviously typo-ed.
Changing the comment style to "//" or "/** ... */ or "/* ... */ makes the underlining work again, si I guess it's the '<' in "/**<" that makes your parser choke:

VA version: 10.6.1845.0
-- Johann Gerell [email protected] |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Oct 29 2012 : 11:14:41 AM case=69662 is fixed in build 1918 |
sean |
Posted - Oct 01 2012 : 9:38:42 PM Confirmed, thanks for the report.
case=69662
|
PatrikJourdan |
Posted - Oct 01 2012 : 09:09:58 AM The same problem as reported by Johann occurs with Doxygen-style endline comments:
enum Foo { Foo1 ///< The firrst (doxygen end line comment: spell check does NOT work) };
VA version: 10.7.1916.0

|
support |
Posted - Jul 20 2011 : 02:10:04 AM case=57415 is fixed in build 1854 |
feline |
Posted - May 12 2011 : 1:53:24 PM This is rather unexpected. I am seeing the same effect here. Thank you for the clear description.
case=57415 |