Hi all, I have created a filter MSBuild XML files. Parts of the 'language' have no namespaces and all documents are imported into one big document. If I use variables in one document that have been defined in another, they are treated as global variables, and I don't have to qualify the variable usage. I could for example have something like:
File A: <FileA_Property>SomeValue</FileA_Property> File B: <SomeProperty>$(FileA_Property)</SomeProperty> Where the contents of of FileA_Property in File A is to be inserted in the place holder in File B. I translate each file to a class, and when I write the manual part of the documentation, I can name the variables accordingly in order to have doxygen create links between documents, e.g.: FileA.FileA_Property. In some cases I want to automatically extract the documentation from XML, but since FileA_Property is not in File B, the filter doesn't know how to qualify it. What I need is some way to build a table of variable names before running the filter (parse all relevant source files), or alternatively be able to carry over state between invocations of the filter and at the same time be able to specify the order of file processing. Any ideas to how I can accomplish this? ------------------------------------------------------------------------------ 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