1
Automation Interface, Add-Ins and Tools / Re: Source Code Import - Operation notes issue
« on: June 12, 2019, 03:50:59 pm »
Yes, I have comments in the header for all function declarations but the problem is that if the the function definition file name (*.cpp) doesn't present the same name of the function declaration file name (*.h) EA doesn't import the comment.
As I mentioned for the example:
declarations.h
declarations.cpp
file1.cpp
file2.cpp
file3.cpp
all notes (in declarations.h) of the functions defined in declarations.cpp are correctly imported, but the notes (in declarations.h) of the functions defined in file1.cpp, file2.cpp, file3.cpp are not imported.
As I mentioned for the example:
declarations.h
declarations.cpp
file1.cpp
file2.cpp
file3.cpp
all notes (in declarations.h) of the functions defined in declarations.cpp are correctly imported, but the notes (in declarations.h) of the functions defined in file1.cpp, file2.cpp, file3.cpp are not imported.