From: Foster B. <fos...@us...> - 2006-02-03 18:21:20
|
Update of /cvsroot/adobe-source/adobe-source/adobe/documentation/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1031/adobe/documentation/sources Modified Files: documentation.doxygen Log Message: asl 1.0.13 Index: documentation.doxygen =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/documentation.doxygen,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** documentation.doxygen 6 Jan 2006 18:35:19 -0000 1.9 --- documentation.doxygen 3 Feb 2006 18:20:42 -0000 1.10 *************** *** 209,212 **** --- 209,213 ---- "requirements=\par Requirements:" \ "see_also=\par See Also:" \ + "see_only=\par See:" \ "tutorial=\par Tutorial:" \ "type_requirements=\par Type Requirements:" \ *************** *** 494,497 **** --- 495,499 ---- ./asl/algorithm.dox \ ./asl/conversion.dox \ + ./asl/cmath.dox \ ../../future/enum_ops.hpp \ ./asl/eve.dox \ *************** *** 515,519 **** ./widget_lib/widget_reference.dox \ ../../algorithm.hpp \ ! ../../algorithm/reverse.hpp \ ../../array.hpp \ ../../array_fwd.hpp \ --- 517,521 ---- ./widget_lib/widget_reference.dox \ ../../algorithm.hpp \ ! ../../algorithm/reverse.hpp \ ../../array.hpp \ ../../array_fwd.hpp \ *************** *** 525,528 **** --- 527,531 ---- ../../counter.hpp \ ../../conversion.hpp \ + ../../cmath.hpp \ ../../dancing_links.hpp \ ../../dictionary.hpp \ *************** *** 652,659 **** --- 655,668 ---- # 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 |