We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7960ad6 commit 3417339Copy full SHA for 3417339
bindings/tpython/inc/TPyArg.h
@@ -49,7 +49,7 @@ class TPyArg {
49
ClassDef(TPyArg, 1) // Python morphing argument type
50
51
private:
52
- mutable PyObject *fPyObject; //! converted C++ value as python object
+ mutable PyObject *fPyObject; ///<! converted C++ value as python object
53
};
54
55
#endif
bindings/tpython/inc/TPyReturn.h
@@ -59,7 +59,7 @@ class TPyReturn {
59
ClassDef(TPyReturn, 1) // Python morphing return object
60
61
62
- PyObject *fPyObject; //! actual python object
+ PyObject *fPyObject; ///<! actual python object
63
64
65
0 commit comments