Skip to content

Commit 83c2627

Browse files
committed
doc fixes
1 parent 96cea88 commit 83c2627

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

doc/error_handler.adoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
Defined in <boost/openmethod/policies/basic_policy.hpp>.
77

88
```c++
9-
namespace boost::openmethod::policies {
109

11-
struct error_handler;
10+
namespace boost::openmethod {
1211

13-
}
14-
```
12+
namespace policies {
1513

16-
Defined in <boost/openmethod/types.hpp>.
14+
struct error_handler;
1715

18-
```c++
19-
namespace boost::openmethod {
16+
}
2017

2118
struct openmethod_error {};
2219

@@ -40,7 +37,7 @@ struct type_mismatch_error : openmethod_error {
4037
type_id type;
4138
};
4239

43-
} // boost::openmethod::policies
40+
}
4441
```
4542

4643
### Description

0 commit comments

Comments
 (0)