Re: \warning - customize the "Warning" text ?

"Monique Semp" <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <F0BE75CE382743C2875F6C40C706E608@WQI1509Dell>
Thanks, Luke!
I found that I needed to escape the quote marks that surround the class info, so the following result does exactly what I wish:
  ALIASES += memory{1}="<dl class=\"section memory\"><dt>Memory Usage</dt><dd>\1</dd></dl>"

And in my custom stylesheet (as assigned to the HTML_EXTRA_STYLESHEET config value in my Doxyfile), I simply added the dl.memory to the styling for dl.warning and dl.attention:

  dl.warning, dl.attention, dl.memory
  {
          margin-left:-7px;
          padding-left: 3px;
          border-left:4px solid;
          border-color: #FF0000;
  }

Thanks for the help!

-Monique

------------------------------------------------------------------------------

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.