summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: