Hello All,

I am trying to build the documentation in the Latex format. For this, I 
have multiple modules out of which only a few would change at a time. 
Hence, I was exploring the possibility of using the Tag files to generate 
and keep the documentation of all the modules and build only the changed 
modules before combining all the documentation together. In this, I can 
generate the tag files for each module, but am having issues when I am 
trying to combine the documentation for all the modules together. The code 
structure is -

base folder
        --> mod_1
                --> src
                --> include
                --> docs
        --> mod_2
                --> src
                --> include
                --> docs
        ....
        --> mod_n
                --> src
                --> include
                --> docs

The docs folder contains the tag files and the latex directory with the 
documentation. Hence, in my top level target, I set the following 
variables -
TAGFILES =      ../mod_1/docs/mod_1.tag=../mod_1/docs/latex \
                ../mod_2/docs/mod_2.tag=../mod_2/docs/latex \
                ......
                ../mod_n/docs/mod_n.tag=../mod_n/docs/latex

When I run doxygen, I do not see the documentation of the modules either 
embedded or a link to it in the main document. Please could you help me in 
figuring out what is the issue. One thing which I see is that whenever tag 
files are mentioned, I see only HTML type of documentation, but find no 
explicit (at least in the documents that I have seen) mention of tag files 
working only with HTML.

Thanks,
Jitesh Butala
Team Lead (Applications) - Sr. Design Engineer
ifm engineering pvt. ltd.  
www.ifm.com
CIN No. U29213PN2010FTC136766
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to