The "$SymbolStatic$" placeholder does not work.
I have this example class:
[File.h]
class Example
{
public:
static BOOL Is(BOOL b);
BOOL Is();
};
This is what I got in the Implementation after doing the refactoring for DocumentMethod:
[File.cpp]
//*************************************************************************************
// public Example::Is
//
//
//
// Parameter:
// - BOOL b
//
// Returns:
// BOOL
//
// History:
// 2007-09-04, SH: created
//*************************************************************************************
BOOL Example::Is( BOOL b )
{
;
}
//*************************************************************************************
// public Example::Is
//
//
//
// Parameter:
//
// Returns:
// BOOL
//
// History:
// 2007-09-04, SH: created
//*************************************************************************************
BOOL Example::Is()
{
;
}
You can see that there occurs no "static" in the documentation of the static method.
Thank you for this great product!
This is my Autotext for "Document Method":
//*************************************************************************************
// $SymbolStatic$$SymbolVirtual$$SymbolPrivileges$$SymbolContext$ $MethodQualifier$
//
// $end$
//
// Parameter:
// - $MethodArg$
//
// Returns:
// $SymbolType$
//
// History:
// $YEAR$-$MONTH_02$-$DAY_02$, SH: created
//*************************************************************************************
VA_X.dll file version 10.3.1559.0 built 2007.07.06
Licensed to:
VA X: [email protected] (6-user license) Support ends 2008.05.15
VAOpsWin.dll version 1.3.2.4
VATE.dll version 1.0.5.8
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
Single processor
Platform: Win32
Stable Includes:
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\include;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include;
[...]
Library Includes:
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl;
C:\\Programme\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src;
Other Includes: