This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Renabling Doxygen in a specific file? CCS5.5 win 7 32 SP1

I've got this somewhat annoying problem that the editor doxygen support for some reason is turned off on a set of files I'm working with.

I believe this is related to the fact the files aren't in the root source directory.

I have in ~/source c source files that I can do add doxygen comments for functions automatically like this:

/*!
 * 
 * @param usec_delay
 */
void	BSP_Delay(uint16_t	usec_delay)
{

It's path is ~/source/bsp.c

Now in this function this does not work as expected:

/*!
 * 
 */
void		fcc_transmit(uint16_t state)
{

it's path is ~/source/fcc/fcc_test.c

I have the doxygen enabled under

Windows->preferences|C/C++->Editor  (See attached image)


So the global settings can't be the problem. It's not just 1 file it's all files not in the root directory. It is a bit ... frustrating doing all the doxygen commenting by hand as that can lead to typos and errors which I have enough trouble with in the code.

Thanks any suggestion would be welcome

Stephen

  • Stephen Phillips1 said:
    So the global settings can't be the problem. It's not just 1 file it's all files not in the root directory.

    Stephen,

    I personally haven't used Doxygen, but I searched around in our database as well as the Web and didn't find anything relevant that would point to a known issue with files outside the root source directory.

    The latest CCS v6.1.1 uses a newer version of Eclipse than the one in CCS 5.5, so if you are willing to update, it might be worth giving a shot with CCS 6.1.1 in case this is something already fixed in Eclipse.