问题
I'm new to using Doxygen. As I mentioned in the title, I want to change the name of the title I gave in the Markdown file according to the output language. For example, I can give a static title like this:
@page AIPage AIHeader
In this way, I can add something to the page in the output language I choose:
\~english Hello
\~turkish Merhaba
Unfortunately, when I use the same usage in the title, I cannot get any results:
@page AIPage \~english Hello|\~turkish Merhaba
How can I solve this problem?
Thanks for all your support in advance.
Note: I'm using version 1.8.17
回答1:
How about the following construct:
\~turkish
@page pg1 Merhaba
\~english
@page pg1 hello
来源:https://stackoverflow.com/questions/61365027/how-to-change-the-title-of-the-markdown-file-by-language