Doxygen fixes

This commit is contained in:
amai2012 2018-12-30 19:31:50 +01:00
parent 91a580cbd7
commit 73fa941352
1 changed files with 2 additions and 2 deletions

View File

@ -640,7 +640,7 @@ private:
void simplifyCallingConvention();
/**
* Remove __attribute__ ((?))
* Remove \__attribute\__ ((?))
*/
void simplifyAttribute();
@ -660,7 +660,7 @@ private:
void simplifyAsm2();
/**
* Simplify @..
* Simplify \@… (compiler extension)
*/
void simplifyAt();