Doxygen paths windows specific
Brought to you by:
blackpaw
removing backslashes allows doxygen to build on unix, and shouldn't damage running on windows.
doxygen.config
60c60
< INPUT = .\cardparser.c .\cardparser.h
---
> INPUT = cardparser.c cardparser.h
66c66
< EXAMPLE_PATH = .\
---
> EXAMPLE_PATH = .