Skip to content

Commit 6c5f28a

Browse files
committed
Fix doxygen warning
1 parent 6c4eff6 commit 6c5f28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyses/variable-sensitivity/full_array_abstract_object.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class full_array_abstract_objectt : public abstract_aggregate_objectt<
8585
/// If we can't resolve the index to a constant, we return top
8686
///
8787
/// \param env: the environment
88-
/// \param index: the expression used to access the specific value
88+
/// \param expr: the expression used to access the specific value
8989
/// in the array
9090
/// \param ns: the namespace
9191
///
@@ -100,7 +100,7 @@ class full_array_abstract_objectt : public abstract_aggregate_objectt<
100100
/// \param environment: the abstract environment
101101
/// \param ns: the namespace
102102
/// \param stack: the remaining stack of expressions on the LHS to evaluate
103-
/// \param index_expr: the expression uses to access a specific index
103+
/// \param expr: the expression uses to access a specific index
104104
/// \param value: the value we are trying to assign to that value in the array
105105
/// \param merging_write: Should this and all future writes be merged with the
106106
/// current value

0 commit comments

Comments
 (0)