0

My code contains comments in Russian, and when Doxygen is used to create documentation, it has text such as:

Classes
•class Rack
Стойка Ñ Ñ€Ð°Ð¼ÐºÐ°Ð¼Ð¸
auerbah
  • 11
  • 1
  • Welcome to Stack Overflow. Please, take the [tour](https://stackoverflow.com/tour) and learn [How to Ask](https://stackoverflow.com/questions/how-to-ask). Then, present us a clear description of what are you trying to do, what you got wrong and what you expected to get, along with a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve).So it would always help when you specify the doxygen version you use and show the settings in your doxygen configuration file as well as an example of the input you use. – albert May 29 '19 at 11:51

1 Answers1

1

You can try to change output language to Russian:

Expert -> Project -> OUTPUT_LANGUAGE Russian

Doxygen GUI

albert
  • 8,285
  • 3
  • 19
  • 32
auerbah
  • 11
  • 1