With doxygen version 1.9.2 the detailed description of a C++ method disappeared if the method does not have a \brief. If the method has only a \brief we can force the generation of the detailed description, but without \brief there is no way. This is annoying because the detailed desccrption has a link to the source code. And we may want to see it if a C++ method has no \brief. With older doxygen version the detailed descption was always generated.
How can I get the detailed description of a method without \brief in order to get a link to the source code ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With doxygen version 1.9.2 the detailed description of a C++ method disappeared if the method does not have a \brief. If the method has only a \brief we can force the generation of the detailed description, but without \brief there is no way. This is annoying because the detailed desccrption has a link to the source code. And we may want to see it if a C++ method has no \brief. With older doxygen version the detailed descption was always generated.
How can I get the detailed description of a method without \brief in order to get a link to the source code ?
Indeed I created an issue on the doxygen github: https://github.com/doxygen/doxygen/issues/8679