Page 1 of 1

Tooltips when Doxyblocks are in implementation file

Posted: Sat Jun 06, 2015 3:43 pm
by meter
Tooltips are showing up fine for me when Doxygen comments are in my header files. But when they are in an implementation file, the code completion engine doesn't pick them up.

Can codelite be configured to parse Doxygen comments in implementation files as well as header files?

Re: Tooltips when Doxyblocks are in implementation file

Posted: Sat Jun 06, 2015 4:47 pm
by eranif
This is not configurable. The parser picks the one from the header file (usually the header file contains the API definition + documentation)

Eran

Re: Tooltips when Doxyblocks are in implementation file

Posted: Wed Jun 10, 2015 12:16 pm
by meter
Would you consider this as a feature request? Please see the discussion I linked to in my original post regarding why for some projects you'd prefer to have the documentation in the implementation files. I'm guessing that it will slow down the parsing to do it this way, but it would be great to have the option.

Re: Tooltips when Doxyblocks are in implementation file

Posted: Thu Jun 11, 2015 2:45 pm
by meter
I posted a feature request to GitHub for this.