Merge: lib/config: fix doc
[nit.git] / lib / android / aware.nit
index 92a3a80..0257dc8 100644 (file)
 
 # Android compatibility module
 #
-# Defines the `@android` annotation used to tag `ldflags` annotations.
-module aware is new_annotation(android)
+# Defines all Android related annotations, including `ldflags@android`.
+module aware is
+       new_annotation android
+       new_annotation android_api_min
+       new_annotation android_api_max
+       new_annotation android_api_target
+       new_annotation android_manifest
+       new_annotation android_manifest_application
+       new_annotation android_manifest_activity
+       new_annotation android_activity
+end