Skip to content

Commit dbac316

Browse files
committed
Add documentation to class_hierarchyt
1 parent 3ecac30 commit dbac316

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/goto-programs/class_hierarchy.h

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ class symbol_tablet;
3434
class json_stream_arrayt;
3535
class message_handlert;
3636

37+
/// Non-graph-based representation of the class hierarchy.
38+
/// \deprecated `class_hierarchy_grapht` is a more advanced graph-based
39+
/// representation of the class hierarchy and its use is preferred over
40+
/// `class_hierarchy_classt`.
41+
/// \todo Implement missing functions from `class_hierarchyt` in
42+
/// `class_hierarchy_grapht` so that `class_hierarchyt` can be fully replaced.
3743
class class_hierarchyt
3844
{
3945
public:

0 commit comments

Comments
 (0)