+/**
+ * @file
+ *
+ * This file provides all the functionality of otherproj.
+ *
+ * @see otherproj().
+ */
#ifdef __cplusplus
extern "C" {
#endif
+/**
+ * Some nice and useful function.
+ *
+ * @return void
+ */
void otherproj(void);
#ifdef __cplusplus