File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,13 @@ namespace my_library
149
149
150
150
=== Private Symbols
151
151
152
- The `implementation-detail ` and `see-below` options can be used to designate symbols as implementation details or "see below" in the documentation.
152
+ The `implementation-defined ` and `see-below` options can be used to designate symbols as implementation details or "see below" in the documentation.
153
153
154
154
[,yaml]
155
155
----
156
156
include-symbols:
157
157
- 'my_library::**'
158
- implementation-detail :
158
+ implementation-defined :
159
159
- 'my_library::detail::**'
160
160
see-below:
161
161
- 'my_library::see_below::**'
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ And the user can specify that symbols in the `impl` namespace are implementation
233
233
[source,yaml]
234
234
----
235
235
# ...
236
- implementation-detail : impl::**
236
+ implementation-defined : impl::**
237
237
# ...
238
238
----
239
239
You can’t perform that action at this time.
0 commit comments