GNOME Bugzilla – Bug 779014
Add "\~" command to internatioalization article
Last modified: 2017-12-25 18:43:42 UTC
This article http://www.stack.nl/~dimitri/doxygen/manual/langhowto.html lacks of mentioning \~ opreator and some example E.g. (from stack overflow) /**\struct matrix * \~German * \brief Struct Beschreibung * * \~English * \brief Struct description * */ struct matrix { double **a; //!<\~English comment \~German Kommentar int r; //!<\~English comment \~German Kommentar int c; //!<\~English comment \~German Kommentar };
I'll add a reference to the command's documentation.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.14. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).