Re: Doxygen changes breaks krb5 documentation build

"Greg Hudson" <[email protected]> Wed, 13 Sep 2023 18:04:46 -0400
Newsgroups gmane.comp.encryption.kerberos.devel
Message-ID <[email protected]>
On 9/12/23 03:01, Paolo Greppi wrote:
> This may well be a doxygen bug, can anybody tell if there is any pattern?

I believe this is a deliberate behavior change in Doxygen 1.9.7, made to 
address a problem affecting a different doxygen-to-RST converter:

   https://github.com/doxygen/doxygen/pull/9797
   https://github.com/doxygen/doxygen/issues/8790

(doxyrest doesn't appear to be packaged by Debian, or I'd investigate 
whether we could use it instead of the current homegrown bridge.  But 
that would be a longer-term change anyway.)

Although it might be difficult to modify the current scripts to handle 
this change, the deduplication only arises because of @group 
declarations in krb5.hin, which don't have any effect on the generated 
RST files.  I have filed a PR to remove these and the associated @ref 
declarations:

   https://github.com/krb5/krb5/pull/1316
_______________________________________________
krbdev mailing list             [email protected]
https://mailman.mit.edu/mailman/listinfo/krbdev