X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/356b4610c9f48d07ce798e8b1fca229e08111f8f..4120e3326e001e9ef68c2fc979edeb34989cab78:/subproj/otherproj.h diff --git a/subproj/otherproj.h b/subproj/otherproj.h index 5b2d04f..e5f2690 100644 --- a/subproj/otherproj.h +++ b/subproj/otherproj.h @@ -1,8 +1,20 @@ +/** + * @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