Mordachai
Tomato Guru
USA
224 Posts |
Posted - Nov 21 2014 : 2:29:02 PM
|
...should also copy over any heading-comment.
eg.:
// returns the (English) name of the registry key path (hkeyRoot must be a root path) inline bool RegistryKey::Exists(const RegistryKey & parentKey, const TCHAR * pszSubKeyPath, REGSAM rsAccess) { return RegistryKey::Exists(parentKey.GetHandle(), pszSubKeyPath, rsAccess); }
If I right click, select "move to implementation file", then the Exist() method is moved, but the comment is left behind.
VAX is aware of the comment, since it shows up in various places - but fails to move it with the function in this context.
This is VA_X.dll file version 10.9.2052.0 built 2014.11.05
|
|