We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82ae2b commit 0decd76Copy full SHA for 0decd76
tools/make/README.md
@@ -22,7 +22,7 @@ limitations under the License.
22
23
> Development utility.
24
25
-This project uses [`make`][make] as its development utility. For an overview of `make`, see the `make` [manual][make].
+This project uses [`make`][make] as its development utility. For an overview of `make`, see the `make` [manual][make].
26
27
## Usage
28
@@ -402,7 +402,7 @@ $ make BENCHMARKS_FILTER=".*/math/base/special/.*" BENCHMARKS_PATTERN=benchmark.
402
To generate documentation from [JSDoc][jsdoc] source code comments,
403
404
```bash
405
-$ make docs-src
+$ make src-docs
406
```
407
408
To view the documentation in a local web browser,
0 commit comments