GNOME Bugzilla – Bug 356597
Link is not generated
Last modified: 2012-11-18 11:11:44 UTC
Doing $ doxygen Doxyfile $ firefox out/html/index.html it can be seen that a link to void ascii_dump(std::ostream& s) const is not generated as it should (at least this is how I interpret the manual).
Created attachment 72992 [details] C++ snippet containing the code that is not documented properly
Created attachment 72993 [details] Doxygen configuration file that allows to reproduce the problem
Contrary to the documentation, the "const" is needed to create the link, i.e.: /*! \brief Loads from \p s an ASCII representation (as produced by ascii_dump(std::ostream&) const) and sets \p *this accordingly. Returns <CODE>true</CODE> if successful, <CODE>false</CODE> otherwise. */ This is also mentioned in other bug report, so I'll fix that one and make this a dup. *** This bug has been marked as a duplicate of 342107 ***