|
From: Foster B. <fos...@us...> - 2005-04-19 17:56:31
|
Update of /cvsroot/adobe-source/sandbox/visual_refactor/adobe/documentation/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32418/adobe/documentation/sources Modified Files: documentation.doxygen Log Message: rectangle now extents; started work on the ui_core, client_assembler API cleanup Index: documentation.doxygen =================================================================== RCS file: /cvsroot/adobe-source/sandbox/visual_refactor/adobe/documentation/sources/documentation.doxygen,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** documentation.doxygen 18 Apr 2005 21:15:39 -0000 1.1 --- documentation.doxygen 19 Apr 2005 17:55:52 -0000 1.2 *************** *** 496,500 **** ./tutorials \ ./widget_lib/widget_lib.dox \ - ./widget_lib/widget_metrics.dox \ ./widget_lib/widget_reference.dox \ ../../algorithm.hpp \ --- 496,499 ---- *************** *** 514,517 **** --- 513,517 ---- ../../eve_parser.hpp \ ../../eve_evaluate.hpp \ + ../../extents.hpp \ ../../final.hpp \ ../../forest.hpp \ *************** *** 522,526 **** ../../name_fwd.hpp \ ../../once.hpp \ - ../../rectangle.hpp \ ../../static_table.hpp \ ../../string.hpp \ --- 522,525 ---- *************** *** 537,540 **** --- 536,540 ---- ../../source/eve_parser.cpp \ ../../source/eve_evaluate.cpp \ + ../../source/extents.cpp \ ../../source/istream.cpp \ ../../source/lex_stream_fwd.hpp \ *************** *** 542,546 **** ../../source/lex_stream.hpp \ ../../source/name.cpp \ - ../../source/rectangle.cpp \ ../../source/token.cpp \ ../../source/token.hpp \ --- 542,545 ---- *************** *** 549,554 **** --- 548,555 ---- ../../source/virtual_machine.cpp \ ../../source/xstr.cpp \ + ../../test/visual/headers/ui_core.hpp \ ../../test/visual/headers/ui_core_common.hpp \ ../../test/visual/headers/mac/ui_core_implementation.hpp \ + ../../test/visual/sources/ui_core.cpp \ ../../test/visual/sources/ui_core_common.cpp |