Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Document method on abstract method.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

__Daniel__
Senior Member

Poland
36 Posts

Posted - Nov 12 2009 :  04:30:00 AM  Show Profile  Reply with Quote
Hello.

class CTest
{
public:
	CTest();
	~CTest();

	virtual void Foo() abstract;
};


On Foo "Document method" not work correctly.
When i use override/sealed everything is ok.
( of course a have "abstract" in stdafx )

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Nov 12 2009 :  2:04:07 PM  Show Profile  Reply with Quote
Which IDE and language are you working in?

zen is the art of being at one with the two'ness
Go to Top of Page

__Daniel__
Senior Member

Poland
36 Posts

Posted - Nov 12 2009 :  2:20:43 PM  Show Profile  Reply with Quote
Ups, sorry
VS2005SP1, c++ ( native ).
Edit:
my doxysnippet:
/// \\brief $end$
/// \\param[in\\out] $MethodArgName$
/// \\return $SymbolType$

and code "after":
class CTest
{
public:
	CTest();
	~CTest();

	virtual void Foo() /// \\brief 
	/// \\return 
	abstract;
};

Edited by - __Daniel__ on Nov 13 2009 01:17:47 AM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Nov 13 2009 :  1:43:17 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=3293

zen is the art of being at one with the two'ness
Go to Top of Page

__Daniel__
Senior Member

Poland
36 Posts

Posted - Sep 08 2010 :  04:02:11 AM  Show Profile  Reply with Quote
Will it ever solved?
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Sep 09 2010 :  2:16:09 PM  Show Profile  Reply with Quote
This is down as a fairly high priority change, but unfortunately I don't currently have an estimate for when the fix will be made.

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Feb 29 2012 :  1:22:24 PM  Show Profile  Reply with Quote
case=3293 is fixed in build 1901
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000