summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid API Council <no-reply@android.com>2024-01-11 13:47:24 -0800
committerAndroid API Council <copybara-worker@google.com>2024-01-11 13:47:58 -0800
commita4e604831f2d1042ddd6bfa135dcde4d6050ebd1 (patch)
tree5f098d57a53a8db2135b635a7cfff50ed656a50b
parent75bec4a684d853b128b2943039bc13d18d8bc9a7 (diff)
downloaddocs-a4e604831f2d1042ddd6bfa135dcde4d6050ebd1.tar.gz
Remove stray period.
PiperOrigin-RevId: 597644351 Change-Id: Ib37f1d52307c4b1a4ab7c3cff5b83f2d664d6dc8
-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: