spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ constructor/destructor/nested classes unsupported?

opened this issue · comments

The following appear to be unrecognised in C++, giving an empty /** */ block

SomeClass::SomeClass(SomeType someVar)

SomeClass::~SomeClass()

someType SomeClass::SomeInnerClass::someMethod(SomeType someVar)