Re: [Doxygen-users] C++ 11/14, etc support

2016-09-22 Thread Andreas Tscharner
On 22.09.2016 23:58, CareyG wrote: [snip] > I have code that is mostly written in older C++ (C++ x03) and an increasing > amount written in C++ 11/14/17. I need to know whether features such as > final, template aliases, overrides, etc are supported as my developers > increasingly use these featu

[Doxygen-users] C++ 11/14, etc support

2016-09-22 Thread CareyG
I can't find any documentation on the C++ 11/14/17 features supported by Doxygen versions. Does such a document or web page exist? I have code that is mostly written in older C++ (C++ x03) and an increasing amount written in C++ 11/14/17. I need to know whether features such as final, template a

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

2016-09-22 Thread Monique Semp
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}="Memory Usage\1" And in my custom stylesheet (as assigned to the HTML_EXTRA_STYLESHEET config value in my Doxyfile), I simply adde

Re: [Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Hambley, Matthew
From: Albert [mailto:albert.te...@gmail.com] > > Can you create a small example to show the short comings? Of course. What follows is a Fortran module which should illustrate what I am trying to describe. (Object Fortran is, sadly, never short) Having carefully laid it out I suddenly had a nas

Re: [Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Albert
Matthew, Thank you for the example. I see indeed a feature tthat is not supported yet in doxygen: generic, public :: wibble => wibble_integer, wibble_real It will take a it of time before I can have a good look at this problem. Albert On Thu, Sep 22, 2016 at 3:45 PM, Hambley, Matthew < matt

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

Re: [Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Albert
Matthew, Can you create a small example to show the short comings? Best Regards, Albert On Thu, Sep 22, 2016 at 11:25 AM, Hambley, Matthew < matthew.hamb...@metoffice.gov.uk> wrote: > My original attempt to send this overtook my joining the mailing list so > it is lost in limbo somewhere. > >

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

2016-09-22 Thread Albert
Hello Monique, Quite a few things in the doxygen HTML Pages can be steered with the css file. Here you can steer the color of e.g. the warnings (items dl.warning, dl.section). Splitting the warnings over categories is a different issue that is currently only possible by means of \xref (as far as I

[Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Hambley, Matthew
My original attempt to send this overtook my joining the mailing list so it is lost in limbo somewhere. Doxygen's approach to type-bound procedures in Fortran seems a little problematic. I've looked through my Doxyfile but can't see anything obvious which I should be changing but haven't. Let

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

2016-09-22 Thread Clemens Feige
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 “