Custom tags with Doxygen

The generalization of \bug and \todo is \xrefitem. The solution I suggest is: in Doxyfile: ALIASES += “req=\xrefitem req \”Requirement\” \”Requirements\” ” in documented code: /// \req #42 – The system shall work in any situation