Add check for existing headers.#13
Conversation
…rametro
"descrizione" nell'intestazione del file
|
diff --git a/Source/robohdrs.c b/Source/robohdrs.c
/********** srcSta */ +/v ROBOhdrs/stdin_cp /********** myctags /
/********** parseCtagsX */ +/f ROBOhdrs/doNanoExec
+/********** doCtagsExec */
/********** roboFileHeader */ +/f ROBOhdrs/roboFileHeaderCheck
+/********** roboFileHeaderCheck */
/********** roboHeader */ +/f ROBOhdrs/roboHeaderCheck
+/********** roboHeaderCheck */
@@ -746,14 +935,19 @@ insertHeaders( ctags_t * e, char *project, char *dstpath, char *srcpath )
@@ -771,8 +965,13 @@ insertHeaders( ctags_t * e, char *project, char *dstpath, char *srcpath )
|
Added some functions to check for existing headers. Now I don't bother anymore to insert header when I write new code.