Tooltips when Doxyblocks are in implementation file

CodeLite installation/troubleshooting forum
meter
CodeLite Curious
Posts: 4
Joined: Sat Jun 06, 2015 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Tooltips when Doxyblocks are in implementation file

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Tooltips when Doxyblocks are in implementation file

Post 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
Make sure you have read the HOW TO POST thread
meter
CodeLite Curious
Posts: 4
Joined: Sat Jun 06, 2015 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Tooltips when Doxyblocks are in implementation file

Post 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.
meter
CodeLite Curious
Posts: 4
Joined: Sat Jun 06, 2015 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Tooltips when Doxyblocks are in implementation file

Post by meter »

I posted a feature request to GitHub for this.
Post Reply