From: Foster B. <fos...@us...> - 2006-01-24 19:39:22
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12473/adobe-source/adobe/documentation/sources Modified Files: documentation.doxygen Log Message: moved win/ directories to win32/ to anticipate a possible widgets port for WPF; added a 'mini-sheet' to Eve so you can save UI state information (what tab is currently selected) without mucking up your Adam model; started the modal_dialog_interface, an API that'll be used to direct a modal dialog interaction between the user and the application (it's still in its infancy); other misc bug fixes Index: documentation.doxygen =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources/documentation.doxygen,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** documentation.doxygen 6 Jan 2006 18:02:53 -0000 1.19 --- documentation.doxygen 24 Jan 2006 19:38:43 -0000 1.20 *************** *** 652,659 **** --- 652,665 ---- # the \image command). + # REVISIT (fbrereto) : We hook this to include files via a stub doxygen page + # that Doxygen wouldn't otherwise include. Put the file you want to copy into + # the destination folder under doxygen_support_files/include/ and add it as + # an "image" to the doxygen_support_files/include_stub.dox file. + IMAGE_PATH = ./asl/related/images \ ./asl/images \ ./gil/images \ ./tutorials/images \ + ./doxygen_support_files/include \ ./doxygen_support_files/images |