Merged silc_1_0_branch to trunk.
[silc.git] / util / robodoc / Source / generator.c
index 79a93467cd9797a6b909331d9d208c111baadd3f..632c2990f94c880e285de6fc97da3534cfec23a6 100644 (file)
@@ -62,6 +62,12 @@ RB_Generate_Documentation (
 
       RB_Say ("generating documentation for \"%s\"\n", cur_header->name);
 
+#if 1
+     /* If MAIN_HEADER, do not create file */
+     if (cur_header->type == MAIN_HEADER)
+       continue;
+#endif
+
       if (output_mode == HTML)
         {
           sprintf(fname, "%s-%s.html", doc_base, cur_header->function_name);