summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-11 21:49:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-11 21:49:28 +0000
commit56749f35d4bf5e0f50de4b32c75454d7daa1d526 (patch)
tree5f098d57a53a8db2135b635a7cfff50ed656a50b
parent75bec4a684d853b128b2943039bc13d18d8bc9a7 (diff)
parenta4e604831f2d1042ddd6bfa135dcde4d6050ebd1 (diff)
downloaddocs-56749f35d4bf5e0f50de4b32c75454d7daa1d526.tar.gz
Merge "Remove stray period." into main
-rw-r--r--api-guidelines/ndk.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guidelines/ndk.md b/api-guidelines/ndk.md
index c71615a..010e353 100644
--- a/api-guidelines/ndk.md
+++ b/api-guidelines/ndk.md
@@ -299,7 +299,7 @@ the NDK documentation. **API authors do not need to manually update DAC.**
6. For NDK APIs, **documentation must be in Doxygen syntax.** To appear on DAC,
all documentation (including `@file`) must be contained by a `@defgroup` or
- `@addtogroup`. block.
+ `@addtogroup` block.
Doxygen is not required for APEX, but API documentation in some form is.
Prefer Doxygen when adding new documentation. Note to API reviewers: