Please excuse if this had been discussed earlier, but I'm pretty new to Visual Assist. I'm looking for a way to generate Doxygen enabled function headers for C source code using 'Quick Actions and Refactoring (VA) -> Document Method' from the context menu when right-clicking on a function prototype. This is nice as is looks though all the function parameters and adds them to the header as \param directives. For \param I also can add the optional attributes [in], [out], etc. that are quite useful for API documentation. Is there any way that I could annotate my C code such that Visual Assist would extract those annotations during method documentation to generate the corresponding Doxygen directives? I�m aware of SAL however despite working from within Visual Studio, I use a makefile project and a GNU ARM compiler that does not seem to be aware of sal.h.