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;

border-color: #FF;

}

This produced the same as the warning command but with the text "Tipp" and the 
color blue.

Kind Regards

Lukas





Monique Semp wrote on 22.09.2016 at 01:02:

> Hello, Doxygen users,

>

> (Doxygen 1.8.10, Windows 7)

>

> Is there a way to create in essence an alias for the \warning command?

> I?m looking to create a ?Memory Usage? style for flagging memory

> issues, and it?d be ideal if I could simply change the ?Warning?

> label/text to say, ?Memory Usage?. (And bonus if I could change the

> red color to some other color.)

>

> One method is to use the \xrefitem and alias to customize the output

> text and styling, but I haven?t found a way to omit the consolidated

> page (the one that lists all the \xrefitem instances) from the output.

> And I don?t want a consolidated page of all ?memory usage? notes.

>

> Thanks,

> -Monique

--
___
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users


[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 the
same feature in xml comments?

Kind regards

Luke

 

--
___
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users