Skip to content

Commit 3d219c1

Browse files
author
svorenova
committed
Doc typet cont.
1 parent 4a2935e commit 3d219c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/util/type.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************\
22
3-
Module: Data structure for a type of an expression
3+
Module: Implementations of some functions of typet
44
55
Author: Daniel Kroening, [email protected]
66
Maria Svorenova, [email protected]
77
88
\*******************************************************************/
99

1010
/// \file
11-
/// Data structure for a type of an expression
11+
/// Implementations of some functions of typet
1212

1313
#include "type.h"
1414
#include "std_types.h"

src/util/type.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************\
22
3-
Module: Data structure for a type of an expression
3+
Module: Defines typet, type_with_subtypet and type_with_subtypest
44
55
Author: Daniel Kroening, [email protected]
66
Maria Svorenova, [email protected]
77
88
\*******************************************************************/
99

1010
/// \file
11-
/// Data structure for a type of an expression
11+
/// Defines typet, type_with_subtypet and type_with_subtypest
1212

1313
#ifndef CPROVER_UTIL_TYPE_H
1414
#define CPROVER_UTIL_TYPE_H

0 commit comments

Comments
 (0)