Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/yang/BUCK b/apps/yang/BUCK
index 06a5eb7..243a7d1 100644
--- a/apps/yang/BUCK
+++ b/apps/yang/BUCK
@@ -43,7 +43,10 @@
title = 'YANG Compiler and Runtime',
category = 'Utility',
url = 'http://onosproject.org',
- description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
+ description = 'Provides ability to register compiled YANG models or even to compile YANG source ' +
+ 'files on the fly. Registering YANG models allows other ONOS subsystems to interact with ' +
+ 'orchestrators or individual network devices using XML or JSON data structured in accordance ' +
+ 'with those models.',
included_bundles = BUNDLES,
excluded_bundles = EXCLUDED_BUNDLES,
)
\ No newline at end of file