Fix doxygen handling of \em tag for python
In doxygen, \em is used for italics, so it should be wrapped in "*".
This commit is contained in:
parent
4ebc3e05ad
commit
c11172587c
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ r"""Comment for **func03()**.
|
|||
|
||||
*italicword*
|
||||
|
||||
emphazedWord
|
||||
*emphazedWord*
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue