File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,13 @@ namespace my_library
149149
150150=== Private Symbols
151151
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.
153153
154154[,yaml]
155155----
156156include-symbols:
157157 - 'my_library::**'
158- implementation-detail :
158+ implementation-defined :
159159 - 'my_library::detail::**'
160160see-below:
161161 - '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
233233[source,yaml]
234234----
235235# ...
236- implementation-detail : impl::**
236+ implementation-defined : impl::**
237237# ...
238238----
239239
You can’t perform that action at this time.
0 commit comments