diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 12:28:25 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 12:28:25 -0500 |
commit | 5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea (patch) | |
tree | a60ffaacdaa394f8a9772220b50a47d5f51bddc6 /src/spm_build.c | |
parent | a267f8258162fdab350944676b2e71f858c3de51 (diff) | |
download | spmc-5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea.tar.gz |
Fixes:
* doxygen config
* doxygen @file directives
* corrected stupid strip() implemention
* corrected strip usage by config parser. wrong pointer.
Diffstat (limited to 'src/spm_build.c')
-rw-r--r-- | src/spm_build.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/spm_build.c b/src/spm_build.c index 4cc4c47..726b540 100644 --- a/src/spm_build.c +++ b/src/spm_build.c @@ -1,5 +1,14 @@ +/** + * @file spm_build.c + */ #include "spm.h" +/** + * + * @param argc + * @param argv + * @return + */ int build(int argc, char **argv) { printf("build:\n"); printf("argc: %d\n", argc); |