I would like to be able to put links to our Jira items in the src code, especially when the changes are not obvious and also for when there is work to do in the future. E.g.
/** GEOD-72 This code waits for the response before calculating the number of widgets we have left */
size_t waitToCalculateWidgetsRemaining();
Alternatively as part of a @todo comment, e.g.
///< @todo GEOD-123 overload testRunEnded() here to get the number of unit tests executed
I realize I could use embedded HTML, like
///< @todo <a href="https://foo.atlassian.net/browse/GEOD-131">GEOD-131</a> overload Event testRunEnded() ...
but has anyone created a short-cut mechanism in Doxygen so we dont have to repeat the url every time?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.