codelite icon indicating copy to clipboard operation
codelite copied to clipboard

Generate function doxygen comments

Open shadoww1028 opened this issue 3 years ago • 10 comments

This function no longer works on Linux at all (arch or mint both do not work)

shadoww1028 avatar May 30 '22 19:05 shadoww1028

This means that ctagsd and probably codelite-ctags are not working properly for you. Can you confirm that they are working properly? (e.g. run: /usr/bin/codelite-ctags --version)

eranif avatar May 30 '22 20:05 eranif

Universal Ctags 5.9.0(38c046d8), Copyright (C) 2015 Universal Ctags Team Universal Ctags is derived from Exuberant Ctags. Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Feb 14 2022, 20:50:40 URL: https://ctags.io/ Optional compiled features: +wildcards, +regex, +gnulib_regex, +iconv, +option-directory, +json, +interactive, +sandbox, +packcc, +optscript, +pcre2

shadoww1028 avatar May 30 '22 23:05 shadoww1028

I also get output with 'ctags --version'

shadoww1028 avatar May 30 '22 23:05 shadoww1028

After installing exuberant-ctags this works again on Linux Mint.

shadoww1028 avatar Jun 06 '22 13:06 shadoww1028

Turns out it works on functions with no parameters but as soon as you get parameters this stops working.

shadoww1028 avatar Jun 21 '22 13:06 shadoww1028

With Version 16.2.0 this works better but still stops working as soon as a function get a parameters So it will work on:

Class SomeClass... Struct SomeStruct... int getSomething()...

But fails on: int getSomethingElse(int i)...

This appears to not work across Linux in general that is on Arch and Linux Mint.

The Doc Template is simply (for functions):

  • @brief |

shadoww1028 avatar Jul 25 '22 12:07 shadoww1028

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs (within 5 days). Thank you for your contributions.

stale[bot] avatar Oct 30 '22 14:10 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs (within 5 days). Thank you for your contributions.

stale[bot] avatar Jun 18 '23 16:06 stale[bot]

This still does not work, Even after installing a new Linux Mint VM with only the minimum needed to run code lite results in this feature not working. I tried clearing out the code like config directories and .ctags directory. I can still only comment functions with no parameters, once I try on a function with parameters it does not work. This is on the latest development version. Linux Mint and Arch Linux have this issue.

shadoww1028 avatar Nov 09 '23 12:11 shadoww1028

if you type /** then enter it works. but the menu items will not work even on 17.9 still.

shadoww1028 avatar May 02 '24 02:05 shadoww1028