DoxyDoc icon indicating copy to clipboard operation
DoxyDoc copied to clipboard

Autocompletion not working

Open maxbec opened this issue 9 years ago • 3 comments

Hey Rapptz,

really nice project. But i have one big problem. The Autocompletion of "@" tags doesn't work in my case. Here is a code snippet of Sublime Text 3 and the code ist set to C++.

When i typed in the first @ there were no suggestions of oxygen tags.

/**

  • @

  • @brief Inomation Main Class

  • @details [long description]

  • @return

  • @param */ class SomeClass {

    public: SomeClass();

    private:

};

It would be really nice if you could fix that.

Kind Regards

maxbec avatar Jul 24 '14 07:07 maxbec