Re: [flac-dev] 1.5.0: API documentation is not installed

2025-02-19 Thread Martijn van Beurden
Op vr 14 feb 2025 om 21:50 schreef Christian Weisgerber : > > Note that api/modules.html is explicitly referenced from api/index.html, > which is generated from include/FLAC/all.h. There are various > references to "modules" throughout include/FLAC{,++}/*.h. Some of > this might need updating. >

Re: [flac-dev] 1.5.0: API documentation is not installed

2025-02-14 Thread Christian Weisgerber
Christian Weisgerber: > There is no file doc/api/modules.html. Has something changed with > doxygen? So a quick web search finds this: Due to the implementation of C++ modules the name "modules" is now used for the C++ modules. The old "modules" has been renamed to "topics". https://githu

Re: [flac-dev] 1.5.0: API documentation is not installed

2025-02-14 Thread Ralph Giles
Good catch. Yes, it seems that newer doxygen versions call this file topics.html instead. On February 14, 2025 12:04:44 p.m. PST, Christian Weisgerber wrote: >When FLAC 1.5.0 is built with GNU autotools, the API documentation >that is included in the release tarball is not installed. > >This is

[flac-dev] 1.5.0: API documentation is not installed

2025-02-14 Thread Christian Weisgerber
When FLAC 1.5.0 is built with GNU autotools, the API documentation that is included in the release tarball is not installed. This is due to this check in configure.ac: if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then HAS_PREBU