Skip to main content
Associate
January 15, 2025
Question

v6.13.0 generated comment style

  • January 15, 2025
  • 0 replies
  • 420 views

I have a project I setup using STM32CubeMX v6.12.0 when I open the .ioc file in the current IDE I am prompted to migrate v6.13.0

If I do this, next time I generate code the comment style of the generated code has changed from:

 

/**
 * @brief The application entry point.
 * @retval int
 */

 

to:

 

/**
 * @brief The application entry point.
 * @retval int
 */

 

 This is just a minor thing (the indentation has changed) but just wanted to know this was a deliberate change and I might as well update my own functions to have a matching style?