Dimitri van Heesch
Dimitri van Heesch
I think this comes down to the same conclusion I also drew for #10978: > One could argue that a member group without header (no @name command) together with DISTRIBUTE_GROUP_DOC=YES...
Maybe even better, look at the newly added `addon/doxycommentview` which runs Doxygen with the `-c` option to produce HTML output for a single comment.
@albert-github The problem is that writing the table of contents is now done via a single `writeLocalToc` method. This is only ok for LaTeX where the LaTeX processor creates the...
This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.14.0. Please verify if this is indeed the case. Reopen the issue...
> In the function void `MemberDefImpl::warnIfUndocumentedParams() const` (memberdef.cpp)it looks like that in the construct can be removed, though I'm not sure whether that will open other corner cases. Not sure,...
I don't mind integrating direct support for reST in doxygen especially if you want to help out and if it (mostly) fits the current doxygen design. I do think is...
@albert-github I tend to agree with you that a multiple line heading is probably more often a mistake, than something a user would want, even though the common mark spec...
@MarkCallow Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available.
> > @MarkCallow Please verify if the referenced commit fixes the problem for you. > > Thanks @doxygen. I am not set up to build Doxygen. Is there a way...
@aotto1968 Do you want the content of the paragraph to be in typewriter font or only the title? I think either is already possible, using e.g. ```c++ /** @mainpage Some...