Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 59565 invoked from network); 20 Mar 2007 18:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 18:31:32 -0000 Received: (qmail 84016 invoked by uid 500); 20 Mar 2007 18:31:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 83997 invoked by uid 500); 20 Mar 2007 18:31:37 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 83985 invoked by uid 99); 20 Mar 2007 18:31:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 11:31:37 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 11:31:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 59AA91A9838; Tue, 20 Mar 2007 11:31:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520512 - in /harmony/enhanced/drlvm/trunk/vm/doc: doc.properties vm.cfg Date: Tue, 20 Mar 2007 18:31:06 -0000 To: commits@harmony.apache.org From: nadinem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070320183107.59AA91A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadinem Date: Tue Mar 20 11:31:05 2007 New Revision: 520512 URL: http://svn.apache.org/viewvc?view=rev&rev=520512 Log: HARMONY-2814: more fixes to doc.properties, change config file Modified: harmony/enhanced/drlvm/trunk/vm/doc/doc.properties harmony/enhanced/drlvm/trunk/vm/doc/vm.cfg Modified: harmony/enhanced/drlvm/trunk/vm/doc/doc.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/doc/doc.properties?view=diff&rev=520512&r1=520511&r2=520512 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/doc/doc.properties (original) +++ harmony/enhanced/drlvm/trunk/vm/doc/doc.properties Tue Mar 20 11:31:05 2007 @@ -33,8 +33,6 @@ include/jit_import.h \ include/jit_import_rt.h \ include/jit_runtime_support.h \ -vmcore/src/util/linux/include/platform.h \ -vmcore/src/util/win/include/platform.h \ vm_em.intf= \ vmcore/include/ini.h \ @@ -50,8 +48,6 @@ vmcore/include/jit_export.h \ vmcore/include/jit_runtime_support_common.h \ vmcore/include/mon_enter_exit.h \ -vmcore/src/util/linux/include/platform.h \ -vmcore/src/util/win/include/platform.h \ vmcore/src/util/win/include/platform_lowlevel.h \ vmcore/src/util/linux/include/platform_lowlevel.h \ vmcore/include/stack_trace.h \ @@ -81,14 +77,19 @@ vm_kernel.intf= \ include/open/vm_kernel_classes.h \ -em_common.intf= \ -include/open/em.h \ - -em_vm.intf= \ -include/open/em_vm.h +vm.intf= \ +${vm_common.intf} \ +${vm_jit.intf} \ +${vm_em.intf} \ +${vm_interpreter.intf} \ +${vm_gc.intf} \ +${vm_thread.intf} \ +${vm_jni.intf} \ +${vm_jvmti.intf} \ +${vm_kernel.intf} \ -em_jit.intf= \ -include/open/em_profile_access.h \ +gc_generic.intf= \ +include/open/gc.h \ tm_vm.intf= \ include/open/jthread.h \ @@ -99,11 +100,13 @@ include/open/hythread.h \ include/open/hythread_ext.h \ -thread_helpers_gc.intf= \ -include/open/thread_helpers.h +thread_helpers.intf= \ +include/open/thread_helpers.h \ -gc_generic.intf= \ -include/open/gc.h \ +tm.intf= \ +${tm_vm.intf} \ +${tm_gc.intf} \ +${thread_helpers.intf} \ jit_vm.intf= \ vmcore/include/jit_export.h \ @@ -111,14 +114,22 @@ vmcore/include/jit_export_rt.h \ jit_em.intf= \ -include/open/ee_em_intf.h +include/open/ee_em_intf.h \ + +jitrino.intf= \ +include/internal_jit_intf.h \ + +jit.intf= \ +${jit_vm.intf} \ +${jit_em.intf} \ +${jitrino.intf} \ interpreter.intf= \ -include/interpreter_exports.h +include/interpreter_exports.h \ vmi.intf= \ ${classlib.dir}/modules/luni/src/main/native/include/shared/hyvmls.h \ -${classlib.dir}/modules/luni/src/main/native/include/shared/vmi.h +${classlib.dir}/modules/luni/src/main/native/include/shared/vmi.h \ apr_extension.intf= \ port/include/apr_thread_ext.h \ @@ -129,7 +140,6 @@ port/include/lil_code_generator_utils.h \ port/include/log_macro.h \ port/include/logger.h \ - port/include/loggerstring.h \ port/include/m2n.h \ port/include/platform_core_natives.h \ @@ -146,15 +156,27 @@ component_manager.intf= \ include/component_manager.h \ -include/open/compmgr.h +include/open/compmgr.h \ em.intf= \ include/em_intf.h \ include/jit_intf.h \ include/interpreter.h \ -jitrino.intf= \ -include/internal_jit_intf.h \ +em_common.intf= \ +include/open/em.h \ + +em_vm.intf= \ +include/open/em_vm.h \ + +em_jit.intf= \ +include/open/em_profile_access.h \ + +em.intf= \ +${em.intf} \ +${em_common.intf} \ +${em_vm.intf} \ +${em_jit.intf} \ thread.intf= \ vmcore/src/kernel_classes/javasrc/java/lang/Class.java \ @@ -239,21 +261,24 @@ vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/JarRunner.java \ vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/VMGenericsAndAnnotations.java \ vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/VMStack.java \ -vmcore/src/kernel_classes/javasrc/sun/misc/Unsafe.java +vmcore/src/kernel_classes/javasrc/sun/misc/Unsafe.java \ intf.files= \ include/open/mainpage.html \ -${em.intf} \ -${apr_extension.intf} \ -${interpreter.intf} \ -${jitrino.intf} \ -${component_manager.intf} \ -${thread.intf} \ -${vmi.intf} \ +${vm.intf} \ +${em.intf} \ +${apr_extension.intf} \ +${interpreter.intf} \ +${jit.intf} \ +${tm.intf} \ +${gc_generic.intf} \ +${component_manager.intf} \ +${vmi.intf} \ em.name=Execution Manager em.files= \ ${em.intf} \ +em/mainpage.html \ em/src/DrlEMImpl.h \ em/src/DrlProfileCollectionFramework.h \ em/src/EBProfileCollector.h \ @@ -262,7 +287,7 @@ gc_cc.name=Copying/Compacting Garbage Collector gc_cc.files= \ -${apr_extension.intf} \ +${gc_generic.intf} \ gc_cc/src/collect.h \ gc_cc/src/fast_list.h \ gc_cc/src/gc_types.h \ @@ -273,7 +298,7 @@ gc_gen.name=Generational Garbage Collector gc_gen.files= \ -${apr_extension.intf} \ +${gc_generic.intf} \ gc_gen/src/common/gc_block.h \ gc_gen/src/common/gc_common.h \ gc_gen/src/common/gc_for_class.h \ @@ -289,9 +314,9 @@ gc_gen/src/trace_forward/fspace.h \ gc_gen/src/verify/verify_live_heap.h -gcv4.name=Obsolescent Garbage Collector +gcv4.name=Obsolete Garbage Collector gcv4.files= \ -${apr_extension.intf} \ +${gc_generic.intf} \ gcv4/src/block_store.h \ gcv4/src/characterize_heap.h \ gcv4/src/compressed_references.h \ @@ -326,7 +351,7 @@ jitrino.name=Jitrino jitrino.files= \ -${jitrino.intf} \ +${jit.intf} \ jitrino/src/jet/jet.h \ jitrino/src/main/Jitrino.h \ jitrino/src/vm/drl/DrlEMInterface.h \ @@ -367,12 +392,12 @@ thread.name=Thread Manager thread.files= \ -${thread.intf} \ +${tm.intf} \ thread/src/thread_private.h vmcore.name=VM Infrastructure vmcore.files= \ -${vm_common.intf} \ +${vm.intf} \ vmcore/include/annotation.h \ vmcore/include/annotations.h \ vmcore/include/assertion_registry.h \ Modified: harmony/enhanced/drlvm/trunk/vm/doc/vm.cfg URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/doc/vm.cfg?view=diff&rev=520512&r1=520511&r2=520512 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/doc/vm.cfg (original) +++ harmony/enhanced/drlvm/trunk/vm/doc/vm.cfg Tue Mar 20 11:31:05 2007 @@ -1,4 +1,4 @@ -# Doxyfile 1.4.4 + # Doxyfile 1.4.4 # Copyright 2006 The Apache Software Foundation or its licensors, @@ -269,7 +269,7 @@ # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. -HIDE_UNDOC_CLASSES = YES +HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. @@ -283,7 +283,7 @@ # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. -HIDE_IN_BODY_DOCS = YES +HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set @@ -446,7 +446,7 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = *.h +FILE_PATTERNS = # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -469,7 +469,7 @@ # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. -EXCLUDE_PATTERNS = *.java +EXCLUDE_PATTERNS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see