Skip to content

Commit 5dd2519

Browse files
committed
Extend doxygen to specify the targeted format standard
In order to be clear about the kind of strings which should be generated.
1 parent 9eee2a7 commit 5dd2519

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solvers/smt2_incremental/smt_to_smt2_string.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// Author: Diffblue Ltd.
22

33
/// \file
4-
/// Streaming SMT data structures to a string based output stream.
4+
/// Streaming SMT data structures to a string based output stream. The generated
5+
/// output strings are intended to be valid input for SMT2 solvers compliant
6+
/// with the SMT-LIB standard version 2.6.
57

68
#ifndef CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
79
#define CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H

0 commit comments

Comments
 (0)