doxygen: Add mars_context_get_num_mpus to API reference section
diff --git a/base/include/host/mars/context.h b/base/include/host/mars/context.h
index 06c0ce4..1a6de69 100644
--- a/base/include/host/mars/context.h
+++ b/base/include/host/mars/context.h
@@ -126,7 +126,7 @@
  * \param[in] mars		- pointer to MARS context
  * \return
  *	non-zero		- number of MPUs
- *	0			- invalid MARS context
+ * \n	0			- invalid MARS context
  */
 uint32_t mars_context_get_num_mpus(struct mars_context *mars);
 
diff --git a/doxygen/src/doxygen b/doxygen/src/doxygen
index 1e6c720..8f724e5 100644
--- a/doxygen/src/doxygen
+++ b/doxygen/src/doxygen
@@ -4290,6 +4290,7 @@
  - Context Management
   - \ref mars_context_create
   - \ref mars_context_destroy
+  - \ref mars_context_get_num_mpus
  - Mutex Management
   - \ref mars_mutex_create
   - \ref mars_mutex_destroy