refactor project (1/?)
This commit is contained in:
@ -31,6 +31,7 @@ public class GeneralWriter {
|
||||
// write enum tail
|
||||
indent.dec();
|
||||
indent.puts("};");
|
||||
indent.printf("LIBCMO_BITFLAG_OPERATORS(%s);", enum_t.mEnumName);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -108,7 +108,7 @@ public class MainRunner {
|
||||
fs = CommonHelper.openOutputFile("dest/Def2.hpp");
|
||||
GeneralWriter.writeEnums(fs, def2);
|
||||
fs.close();
|
||||
|
||||
|
||||
// print message.
|
||||
System.out.println("DONE!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user