I'm working on setting up Doxygen to run on our build machines every time we 
compile one of our projects, and one of the requirements I have to work around 
is moving all of our Doxygen output files to a shared network drive location 
that all users have access to. Most of the Doxygen generation works fine in 
this regard, however I am having a difficult time trying to understand how to 
link up a tagfile generated from our main engine in each of our various 
projects. I can get it to work fine when they are located on the same drive:

TAGFILES = 
"/SSIIIDocs/DoxygenFiles/$(ENGINE_NAME)/SharedSource/sharedsource.tag = 
/SSIIIDocs/DoxygenFiles/$(ENGINE_NAME)/SharedSource "

However no matter what I've tried to specify a network location it fails to 
find it. My most recent attempt is this:

TAGFILES  = 
\\networkDrive\SSIIIDocs\DoxygenFiles\$(ENGINE_NAME)\SharedSource\sharedsource.tag
 = \\networkDrive \SSIIIDocs\DoxygenFiles\$(ENGINE_NAME)\SharedSource

Am I missing something on how to properly set this up or is it not possible to 
link to a tagfile located on a network drive at the time of generation?

Any help would be greatly appreciated.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to