GNOME Bugzilla – Bug 640156
incorrect link to structure generation
Last modified: 2018-07-30 10:12:12 UTC
Consider the following sample: --- /*!@file * test file 2. */ /*! @brief command struct. */ typedef struct command { int a; /*!< A param. */ int b; /*!< B param. */ } command; typedef int test_t; /*! @brief Test for structure processing. * * @param[in] command command param. */ int test_command(test_t command); --- In ouput html in function description "test_command(test_t command)", command argument will be a link to "command" structure.
Created attachment 234019 [details] [review] Doxygen patch It seems that this path (for the latest sources) solves the problem. Links will be generated for arguments types and default arguments values, but not for arguments names
Created attachment 236231 [details] [review] Doxygen patch v2 Sorry, the previous patch was incorrect, it leads to incorrect html documentation generation for arrays. The new one attached. Could anybody look at it?
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!