Skip to content

Commit e22402a

Browse files
Tiny documentation clean up
1 parent 351d058 commit e22402a

2 files changed

Lines changed: 4 additions & 27 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cmake -B build -DBUILD_SHARED_LIBS=1 .
7676

7777
### Installation
7878
Installation places a shared library and public headers into the appropriate system directories
79-
(`/usr/local/[...]`), or to a specified installation prefix. Example:
79+
(`/usr/local/[]`), or to a specified installation prefix. Example:
8080

8181
```shell
8282
# Install dd-trace-cpp into `.install/` within the source repository.
@@ -108,15 +108,14 @@ Pass `-DDD_TRACE_BUILD_TESTING=1` to `cmake` to include the unit tests in the bu
108108

109109
The resulting unit test executable is `test/tests` within the build directory.
110110
```shell
111-
cmake -Bbuild -DDD_TRACE_BUILD_TESTING=1 .
111+
cmake -B build -DDD_TRACE_BUILD_TESTING=1 .
112112
cmake --build build -j
113113
./build/test/tests
114114
```
115115

116116
Alternatively, [bin/test](bin/test) is provided for convenience.
117117

118-
Code coverage reports are available on [CodeCov](https://app.codecov.io/gh/DataDog/dd-trace-cpp).
119-
120118
Contributing
121119
------------
122-
See the [contributing guidelines](CONTRIBUTING.md) and the [maintainer docs](doc/maintainers.md) for information on the overall structure of the repository.
120+
See the [contributing guidelines](CONTRIBUTING.md) and the [maintainer docs](doc/maintainers.md)
121+
for information on the overall structure of the repository.

doc/maintainers.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -630,28 +630,6 @@ approaches:
630630
- Add a `Logger::log_debug` function that optionally prints fine-grained tracing
631631
information to the log, in violation of constraint (1).
632632

633-
Operations
634-
----------
635-
TODO
636-
637-
### Testing
638-
TODO
639-
640-
### Code Coverage
641-
TODO
642-
643-
### Benchmarks
644-
TODO
645-
646-
### Continuous Integration
647-
TODO
648-
649-
### Releases
650-
TODO
651-
652-
### Support
653-
TODO
654-
655633
[1]: https://github.com/DataDog/dd-opentracing-cpp
656634
[2]: https://github.com/open-telemetry/opentelemetry-cpp
657635
[3]: ../include/datadog/span.h

0 commit comments

Comments
 (0)