Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Feneck91 on August 08, 2011, 02:09:45 pm

Title: DoxyBlocks doesn't find autoversionning file
Post by: Feneck91 on August 08, 2011, 02:09:45 pm
All is in the title...

In the Doxyblocks / open preferences / doxyfiles default / I check Use autoversion.
I extract documentation from DoxyBlocks, it generate:
Quote
Version 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 ?