Menu

#1 Doxygen paths windows specific

open
nobody
None
5
2009-03-31
2009-03-31
Anonymous
No

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 = .

Discussion


Log in to post a comment.