Skip to content

Commit

Permalink
chore: improve trademarks in bindings docs (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jan 15, 2024
1 parent ffbee59 commit 4fab8b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bindings/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# specific language governing permissions and limitations
# under the License.

PROJECT_NAME = "OpenDAL C Binding"
PROJECT_BRIEF = "The C binding for Apache OpenDAL"
PROJECT_NAME = "Apache OpenDAL C Binding"
PROJECT_BRIEF = "The C binding for Apache OpenDAL"
OUTPUT_DIRECTORY = ./docs/doxygen
EXCLUDE_SYMBOLS = "HashMap_String__String" \
"BlockingOperator" \
Expand Down
4 changes: 2 additions & 2 deletions bindings/cpp/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# specific language governing permissions and limitations
# under the License.

PROJECT_NAME = "OpenDAL-CPP"
PROJECT_BRIEF = "The Cpp binding for Apache OpenDAL"
PROJECT_NAME = "Apache OpenDAL™ C++ Binding"
PROJECT_BRIEF = "The C++ binding for Apache OpenDAL"
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs_doxygen/
EXCLUDE_SYMBOLS = ""
USE_MDFILE_AS_MAINPAGE = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main();

## Contributing

- Start with [Contributing Guide](https://github.com/apache/incubator-opendal/blob/main/bindings/nodejs/CONTRIBUTING.md).
- Start with [Contributing Guide](CONTRIBUTING.md).
- Submit [Issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or feature requests.
- Asking questions in the [Discussions](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).
- Talk to community at [Discord](https://discord.gg/XQy8yGR2dg).
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["index.d.ts"],
"out": "docs",
"name": "Apache OpenDAL",
"name": "Apache OpenDAL",
"tsconfig": "tsconfig.json",
"excludePrivate": true,
"excludeProtected": true,
Expand Down

0 comments on commit 4fab8b6

Please sign in to comment.