News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

DoxyBlocks doesn't find autoversionning file

Started by Feneck91, August 08, 2011, 02:09:45 PM

Previous topic - Next topic

Feneck91

All is in the title...

In the Doxyblocks / open preferences / doxyfiles default / I check Use autoversion.
I extract documentation from DoxyBlocks, it generate:
QuoteVersion header D:\Dev\TTGest\trunk\wxETKSQLite3\..\include\wxETKSQLite3Version.h not found.
My project is :
D:\Dev\TTGest\trunk\wxETKSQLite3\Build\wxETKSQLite3.cbp
D:\Dev\TTGest\trunk\wxETKSQLite3\src\*.cpp
D:\Dev\TTGest\trunk\wxETKSQLite3\include\*.h (+ *.hpp)

So, Autoversioning plugin write into wxETKSQLite3.cbp that path of my auto versioning file is ..\include\wxETKSQLite3Version.h and Doxyblocks use relative path from D:\Dev\TTGest\trunk\wxETKSQLite3 and not from D:\Dev\TTGest\trunk\wxETKSQLite3\Build.
Another thing, I cannot put help to D:\Dev\TTGest\trunk\wxETKSQLite3\Help but It's mandatory relative to Build, so only into the D:\Dev\TTGest\trunk\wxETKSQLite3\Build\Help: Why coudn't use "..\Help" as path of the OUTPUT_DIRECTORY into Doxyblocks / open preferences / doxyfiles default ?