Skip to content

Commit ab1de98

Browse files
committed
docs(usage): option name is implementation-defined
fix #828
1 parent b52eaac commit ab1de98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/ROOT/pages/config-file.adoc

+2-2
Original file line numberDiff line numberDiff 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
----
156156
include-symbols:
157157
- 'my_library::**'
158-
implementation-detail:
158+
implementation-defined:
159159
- 'my_library::detail::**'
160160
see-below:
161161
- 'my_library::see_below::**'

docs/modules/ROOT/pages/usage.adoc

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)