Doc: Document argument of Dumper.Value.members()

Took me quite some time to figure out why my code did not work.

Change-Id: I2451745762e4d9887aa220664b06f539e92ec41c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Björn Schäpers
2021-01-23 15:52:40 +01:00
committed by Björn Schäpers
parent 8e6d1f549c
commit 67a9a6beb4

View File

@@ -1319,8 +1319,8 @@
\li \c{pointer(self)} - Returns an interpretation of this value as a \li \c{pointer(self)} - Returns an interpretation of this value as a
pointer in the current address space. pointer in the current address space.
\li \c{members(self)} - Returns a list of \c{Dumper.Value} objects \li \c{members(self, includeBases)} - Returns a list of \c{Dumper.Value}
representing the base objects and data members of this value. objects representing the base objects and data members of this value.
\li \c{dereference(self)} - For values describing pointers, returns the \li \c{dereference(self)} - For values describing pointers, returns the
dereferenced value, and \c None otherwise. dereferenced value, and \c None otherwise.