Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Document method on abstract method.

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
__Daniel__ Posted - Nov 12 2009 : 04:30:00 AM
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 )
6   L A T E S T    R E P L I E S    (Newest First)
support Posted - Feb 29 2012 : 1:22:24 PM
case=3293 is fixed in build 1901
feline Posted - Sep 09 2010 : 2:16:09 PM
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.
__Daniel__ Posted - Sep 08 2010 : 04:02:11 AM
Will it ever solved?
feline Posted - Nov 13 2009 : 1:43:17 PM
I am seeing the same effect here. Thank you for the clear description.

case=3293
__Daniel__ Posted - Nov 12 2009 : 2:20:43 PM
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;
};
feline Posted - Nov 12 2009 : 2:04:07 PM
Which IDE and language are you working in?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000