Skip to content

Commit e98d8b9

Browse files
Add doxygen
1 parent c999fe5 commit e98d8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-programs/goto_program.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ bool goto_programt::equals(const goto_programt &other) const
699699
return true;
700700
}
701701

702+
/// Outputs a string representation of a `goto_program_instruction_typet`
702703
std::ostream &operator<<(std::ostream &out, goto_program_instruction_typet t)
703704
{
704705
switch(t)

0 commit comments

Comments
 (0)