To learn Doxygen, I created a branch and modified the source file comments of a slow-moving project. However, that project has since had large changes, splitting a large file into several smaller files:
big_file.c -> big_file.c file_a.[ch] file_b.[ch]
I want to do the same on my branch. Obviously, I can duplicate my branch's large_file.c as file_a.[ch], etc. and merge by hand, deleting the irrelevant portions. However, I was wondering if there were less error-prone ways to do this.