cancel
Showing results for 
Search instead for 
Did you mean: 

Doxygen with STM32CubeIDE

Avgerinos
Associate II

Hello

I tried to use doxygen to a project folder from STM32CudeIDE but it does not generate the documentation. I also looked on how to use doxygen on eclipse but still no results.

Is there a way to use doxygen or any other tool for generating documentation on a project from STM32CubeIDE?

2 REPLIES 2
Pavel A.
Evangelist III

CubeIDE is Eclipse, whatever solution works for other Eclipses will work for CubeIDE.

TwelveSquared
Senior

You can run doxygen from the command line.

You must have a proper doxygen configuration file. You can generate the default one with 'doxygen -g' at the command line, then edit the resulting file.

In the configuration file, you have to tell it how/where to find the sources that it is supposed to document.

If you are missing the configuration file or doxygen cannot find the sources, it won't work.