Skip to content

Commit 26e1b55

Browse files
committed
wip
1 parent e270359 commit 26e1b55

File tree

9 files changed

+234
-161
lines changed

9 files changed

+234
-161
lines changed

doc/modules/ROOT/pages/BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
= xref:macros.adoc[Macro] BOOST_OPENMETHOD_DEFAULT_REGISTRY
12

2-
[#BOOST_OPENMETHOD_DEFAULT_REGISTRY]
3+
Default value for Registry
34

4-
## BOOST_OPENMETHOD_DEFAULT_REGISTRY
5+
== Synopsis
56

6-
### Description
7+
Defined in `<https://www.github.com/boostorg/openmethod/blob/develop/include/boost/openmethod/core.hpp#L27[boost/openmethod/core.hpp]>`
78

8-
The name of the default policy.
9+
```cpp
10+
#define BOOST_OPENMETHOD_DEFAULT_REGISTRY ::boost::openmethod::default_registry
11+
```
12+
13+
== Description
14+
15+
The name of the default registry.
916

1017
`BOOST_OPENMETHOD_DEFAULT_REGISTRY` is the default value for the `Policy` template
1118
parameter of `method`, `use_classes`, and other constructs defined in

doc/modules/ROOT/pages/macros.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
| Name
88
| Description
99
| xref:BOOST_OPENMETHOD.adoc[BOOST_OPENMETHOD]
10-
| declares a method
10+
| Declare a method
1111
| xref:BOOST_OPENMETHOD_CLASSES.adoc[BOOST_OPENMETHOD_CLASSES]
1212
| registers classes
1313
| xref:BOOST_OPENMETHOD_DECLARE_OVERRIDER.adoc[BOOST_OPENMETHOD_DECLARE_OVERRIDER]
14-
| declares a method overrider
14+
| Declare a method overrider
1515
| xref:BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc[BOOST_OPENMETHOD_DEFAULT_REGISTRY]
16-
| default registry
16+
| Default registry
1717
| xref:BOOST_OPENMETHOD_DEFINE_OVERRIDER.adoc[BOOST_OPENMETHOD_DEFINE_OVERRIDER]
18-
| defines the body of a method overrider
18+
| Define the body of a method overrider
1919
| xref:BOOST_OPENMETHOD_ID.adoc[BOOST_OPENMETHOD_ID]
20-
| generates a method id
20+
| Generate a method id
2121
| xref:BOOST_OPENMETHOD_INLINE_OVERRIDE.adoc[BOOST_OPENMETHOD_INLINE_OVERRIDE]
22-
| adds an overrider to a method as an inline function
22+
| Add an overrider to a method as an inline function
2323
| xref:BOOST_OPENMETHOD_OVERRIDE.adoc[BOOST_OPENMETHOD_OVERRIDE]
24-
| adds an overrider to a method
24+
| Add an overrider to a method
2525
| xref:BOOST_OPENMETHOD_OVERRIDER.adoc[BOOST_OPENMETHOD_OVERRIDER]
26-
| returns the class template specialization containing an overrider
26+
| Return the class template specialization containing an overrider
2727
| xref:BOOST_OPENMETHOD_OVERRIDERS.adoc[BOOST_OPENMETHOD_OVERRIDERS]
28-
| returns the class template containing the overriders for all the methods with a given name
28+
| Return the class template containing the overriders for all the methods with a given name
2929
| xref:BOOST_OPENMETHOD_REGISTER.adoc[BOOST_OPENMETHOD_REGISTER]
30-
| creates a static registrar object
30+
| Create a registrar object
3131
|===

doc/tagfiles/boost-openmethod-macros-doxygen.tag.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
<name>boost::openmethod::BOOST_OPENMETHOD</name>
55
<filename>boost/openmethod/BOOST_OPENMETHOD.adoc</filename>
66
</compound>
7+
<compound kind="class">
8+
<name>boostBOOST_OPENMETHOD_DEFAULT_REGISTRY</name>
9+
<filename>BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc</filename>
10+
</compound>
711
</tagfile>

0 commit comments

Comments
 (0)