Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » libhover support for /*******//** doxygen comment
libhover support for /*******//** doxygen comment [message #1726582] Mon, 14 March 2016 19:30
Adam Fraser-Kruck is currently offline Adam Fraser-KruckFriend
Messages: 1
Registered: March 2016
Junior Member
Hi!

I am working with a large code base that uses the following doxygen comment format:

/***************************************************************************//**
* @brief some description
*
* @returns
* Nothing.
******************************************************************************/

Doxygen recognizes it properly, but the eclipse hover info doesn't.

The eclipse hover info will only recognize it if I change it to use the usual /** like
/**
* @brief some description
*
* @returns
* Nothing.
******************************************************************************/

Is there a preference that I can change somewhere to get hover info working with /******//** ?

Thanks for your help,

Adam

Previous Topic:Eclipse with CDT doesn't accept C++11 features
Next Topic:creating C source file in Java project
Goto Forum:
  


Current Time: Sat Apr 27 03:00:54 GMT 2024

Powered by FUDForum. Page generated in 0.02845 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top