On Sun, Mar 8, 2009 at 4:33 PM, Paulo Rog?rio Panhoto < paulo at voicetechnology.com.br> wrote: > Hello, > > This is my first post at this list. I just wanted to share a simple > command line to automatically generate the doxygen documentation for all > projects on Windows (XP/Vista): > > (PJProject home)>for /d /r . %1 in (*.*) do if exist %1\docs cd %1 && > doxygen docs\doxygen.cfg > > It appears to work fine for me. > > The "beauty" of Windows batch file syntax. :) Thanks for sharing btw. > Also, is there any difference between the online manuals and the > doxygen?? If there is, is there any link to download the online manuals?? > > The online manuals are exactly the same as doxygen, in fact, the doxygen config is (too) fine tuned for the online web display. You could probably try to enable Latex/PDF output in the doxygen configs, it should be more appropriate for offline viewing. cheers Benny > Regards, > > Paulo R. Panhoto > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090310/922a42be/attachment.html>