Am 18.12.2012 16:00, schrieb John Dexter: > We have a system comprising ~100 VC++ projects and we wish to create > separate doxy projects for each. But manually doing this would be a > pain so I'm looking at some way of scripting something. For instance > using a template to create and generate doxy projects automatically. > > I wondered if anyone has done this kind of thing or had any general > advice? For instance I was wondering if I could use PowerShell, or > need to write a 'proper' application in C++/C#/Java/etc; it's not > clear how complicated this project would get. > > Thanks for any help you can offer... note we run a Windwos-only setup. >
This highly depends on the complexity. If you are just changing some of the configuration values and have one general header, footer and additional CSS file, you can do this with a simple batch script. If this gets more involved you would need a higher scripting language. Start out simple and add bells and whistles as they come along. As an example see the ":compile_int" procedure at http://sourceforge.net/p/ultradefrag/code/3568/tree/trunk/src/build-docs.cmd , which creates internal documentation of the project using the default layout. -- Stefan P. Top-posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users