Skip to content

Commit 6fe94f1

Browse files
author
John Nonweiler
committed
Change doxygen subsection label
Doxygen was giving a warning message about "multiple use of section label 'deprecated'", so this commit changes the section label. There are no references to this section, so the label is only changed in one place. (I can't find any other uses of this section label, so the warning message seems to be wrong, but it doesn't hurt to fix it.)
1 parent f83ddd2 commit 6fe94f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ allocates a new string before calling a primitive.
308308
\copybrief add_axioms_for_parse_int
309309
\link add_axioms_for_parse_int More... \endlink
310310

311-
\subsection deprecated Deprecated primitives:
311+
\subsection solvers-deprecated Deprecated primitives:
312312

313313
* `cprover_string_concat_code_point`, `cprover_string_code_point_at`,
314314
`cprover_string_code_point_before`, `cprover_string_code_point_count`:

0 commit comments

Comments
 (0)