Re: [Doxygen-users] \warning - customize the "Warning" text ?

2016-09-22 Thread Lukas Leuenberger
Hello Monique I needed for my project something similar like you asked for. To achieve that I added a new alias tipp{1}=Tipp\1 and included a css file with the following in it: dl.tipp { margin-left: -7px; padding-left: 3px; border-left: 4px solid;

[Doxygen-users] Way to use param[out] in xml notation?

2015-06-15 Thread S-TEC AG, Lukas Leuenberger
Hi, I'm documenting a header file with doxygen. On the same time I us Visual Studio with IntelliSense functionality. This works fine so far. But I need to mark some parameters as out. This would be possible with @param[out]. Unfortunatly VisualStudio uses xml comments. So is there a way to use