Skip to content

Commit aead710

Browse files
NathanJPhillipstautschnig
authored andcommitted
Documentation formatting
1 parent e2c7ae7 commit aead710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ struct framet
114114
}
115115
};
116116

117-
/// Central data structure: state.
118-
117+
/// \brief Central data structure: state.
118+
///
119119
/// The state is a persistent data structure that symex maintains as it
120120
/// executes. As we walk over each instruction, state will be updated reflecting
121121
/// their effects until a branch occurs (such as an if), where parts of the

0 commit comments

Comments
 (0)