Hej, Slowly I'm starting to see your problem. First of all something I forgot (and just got from the documentation): figures must be in the IMAGE_PATH. Now I finally also see why you're having trouble :P: that path changes when copied to different 'parent'-modules. Honestly, I don't have a ready-made answer for your situation. But since I haven't used Doxygen in quite a while, I'm probably not the best guy for answering anyway (it's just that initially it looked like the solution was kind of a 'rtfm'-solution). It would be nice if Doxygen could recursively pick up configuration settings when working in recursive modus, but afaik is currently not possible (and according to the manual Doxygen was really build to use a single, root configuration file this is no easy task to achieveā¦.. but that's just me thinking out loud, Dimitri is probably the only one who really knows)
Anyways, back to your situation. I guess it is kind of up to your imagination now. If more developers are creating modules like you are, that are supposed to be copied into bigger chunks, my first try would be to set up a little (shell/Python/...) script: the good thing is that you guys already decided to put all documentation stuff in a '__doc__' directory, so all the script has to do is to 'find . -type d --name '__doc__'' and write the resulting list to the IMAGE_PATH in the main configuration file. That should be readily doable, and could potentially rather easily be coupled to whatever building scheme you have running also. But maybe others have better suggestions? Sincerely, Jakob On 12 sep. 2012, at 17:37, terrestrex <e...@gmx.net> wrote: > > Hallo, > > sorry for the delay - I was busy today. > > I had a look in my doxyfile and I find out that RECURSIVE was already set as > YES. > > I set EXAMPLE_RECURSIVE to YES to but it didn't have the disired effect. > > I also installed version 1.8.2 of doxygen (before I had 1.8.0) and nothing > special happened -Excepted that the file are listened in a tree. > > I suppose, I have something else to set to make it work, because RECURSIVE > seems to be the right way. > > In the header file I wrote in version 1: > > *\image html "__doc__/blockDiagramm.PNG" "Block diagram" > > and in Version 2: > > *\image html "blockDiagramm.PNG" "Block diagram" > > It seems to be a simple problem, but now I'm looking since 4 days for a > solution. > > Thank you for the help. > > Good evening. > > Terrestrex > > > > terrestrex wrote: >> >> Hi @all, >> >> I'm using doxygen since a few weeks and I like it so far. >> >> But now I found a problem I can't solve myself and I need help. >> >> I work with a team of SW-developers using GIT. >> My task is to write a module that can be used in several projects. That >> means also the other users can add the git-submodule in directories with >> different name or in different sub-directories. >> >> For a better documentation, I inserted in the module a directory called >> __doc__ with a lot of images. And here is the problem: How can I >> dinamically find out in which ordner this order is? >> >> My first idea was to use a command like $(current_dir) in a header file of >> the module, but I didn't find a similar command for doxygen. >> >> Sub modules are not very rare, so I suppose there must be a way out. But >> at the moment I don't have a clue how :( >> >> I thank you all in advance for any help. >> >> A good evening >> >> Terrestrex >> > > -- > View this message in context: > http://old.nabble.com/Get-path-of-file-tp34413814p34424102.html > Sent from the Doxygen - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Doxygen-users mailing list > Doxygen-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/doxygen-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users