Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.

> Development utility.

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].

## Usage

Expand Down Expand Up @@ -402,7 +402,7 @@ $ make BENCHMARKS_FILTER=".*/math/base/special/.*" BENCHMARKS_PATTERN=benchmark.
To generate documentation from [JSDoc][jsdoc] source code comments,

```bash
$ make docs-src
$ make src-docs
```

To view the documentation in a local web browser,
Expand Down