]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/otherproj.h
Add a valgrind function
[software/makeit.git] / subproj / otherproj.h
index 5b2d04fc943adb4ebebf35548651360412c28ce1..e5f26904f1866372393795752c5faccac84df82a 100644 (file)
@@ -1,8 +1,20 @@
+/**
+ * @file
+ *
+ * This file provides all the functionality of otherproj.
+ *
+ * @see otherproj().
+ */
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+/**
+ * Some nice and useful function.
+ *
+ * @return void
+ */
 void otherproj(void);
 
 #ifdef __cplusplus
 void otherproj(void);
 
 #ifdef __cplusplus