Skip to content

Commit 3417339

Browse files
committed
[tpython][nfc] Avoid Doxygen documentation errors without disturbing transient I/O mark
1 parent 7960ad6 commit 3417339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/tpython/inc/TPyArg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TPyArg {
4949
ClassDef(TPyArg, 1) // Python morphing argument type
5050

5151
private:
52-
mutable PyObject *fPyObject; //! converted C++ value as python object
52+
mutable PyObject *fPyObject; ///<! converted C++ value as python object
5353
};
5454

5555
#endif

bindings/tpython/inc/TPyReturn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TPyReturn {
5959
ClassDef(TPyReturn, 1) // Python morphing return object
6060

6161
private:
62-
PyObject *fPyObject; //! actual python object
62+
PyObject *fPyObject; ///<! actual python object
6363
};
6464

6565
#endif

0 commit comments

Comments
 (0)