We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I use comments in c++ files +doxygen in xml +moxygen and I have a problem with tables in result md file. Their titles are cuts. Example of my table:
//! |Подрежим | Действие //! |---------|--------- //! |Inform1 |Inform2
Result: title2 is missing (see result1.jpg)
//! |Подрежим | Действие //! |---------|------------------ //! |Inform1 |Inform2
Result: title2 is cut (see result2.jpg)
//! |Подрежим | Действие //! |---------|-------------------------- //! |Inform1 |Inform2
Result: ok (see resultOK.jpg) For each Cyrillic character I have to use 2 '-'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use comments in c++ files +doxygen in xml +moxygen and I have a problem with tables in result md file. Their titles are cuts.
Example of my table:
Result: title2 is missing (see result1.jpg)
Result: title2 is cut (see result2.jpg)
Result: ok (see resultOK.jpg)
For each Cyrillic character I have to use 2 '-'
The text was updated successfully, but these errors were encountered: