The linux-generic platform is indeed used as a "base class" however given this it would seem that the include order should be reversed so that $(WITH_PLATFORM) is first. This would have the effect of allowing it to override any linux-generic include files of the same name.
I dont think it will work in that way, doxygen will just concatenate any definitions it finds for the same thing rather than replace them I think.
Yes it does exactly that. If we keep the linux-generic in the doxygen conf, we end up having both (linux-generic and our platform) for most API, and it is quite confusing. Maybe we should move the doxygen conf to each platform and use '@INCLUDE =' in the main doxygen conf?
ben _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
