| Indexing Enumerations with #includes [message #1124576] |
Thu, 03 October 2013 13:28 |
S K Messages: 1 Registered: October 2013 |
Junior Member |
|
|
Hi,
I have en enumeration that looks like this:
=====================
enum myEnum{
#include "enum.txt"
}
=====================
File 'enum.txt' simply contains the contents of the enumeration:
=====================
A,
B,
C,
=====================
For some reason, Eclipse is having trouble indexing this enum, and it shows myEnum to have no members.
Is there anyway for this to work?
Thanks
-Steven
|
|
|
Powered by
FUDForum. Page generated in 0.01421 seconds