diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-23 18:33:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-02 15:33:14 +0100 |
commit | 8907d159378b518a769e9f8c4f67290ec588a77d (patch) | |
tree | f7f8c85763a7bd02b04d30b42804994abed27824 /odk/util | |
parent | a768436252d6c2b5c86f26b0bcc18f143325767c (diff) |
Temporary hack to work around autodoc bug
...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly.
Best fixed by replacing autodoc with something mature (that hopefully does
not have such a bug).
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/check.pl | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index 490210c382b8..6598291754f3 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -189,9 +189,11 @@ if (-d "$StartDir") { $return++; } + # The commented out types from cppuhelper are missed by autodoc due to + # CPPUHELPER_DLLPUBLIC annotations: my @dir_list = ( "com","com/sun","com/sun/star","com/sun/star/uno", "com/sun/star/uno/Any","com/sun/star/uno/Type", - "com/sun/star/uno/Array","com/sun/star/uno/WeakReferenceHelper", + "com/sun/star/uno/Array",#"com/sun/star/uno/WeakReferenceHelper", "com/sun/star/uno/Reference","com/sun/star/uno/WeakReference", "com/sun/star/uno/Environment","com/sun/star/uno/Sequence", "com/sun/star/uno/BaseReference","com/sun/star/uno/Mapping", @@ -212,31 +214,35 @@ if (-d "$StartDir") { "cppu/WeakAggImplHelper5","cppu/WeakAggImplHelper6", "cppu/WeakAggImplHelper7","cppu/WeakAggImplHelper8", "cppu/WeakAggImplHelper9", - "cppu/OMultiTypeInterfaceContainerHelperInt32","cppu/AccessControl", - "cppu/OPropertyArrayHelper","cppu/ImplHelper1","cppu/ImplHelper2", + #"cppu/OMultiTypeInterfaceContainerHelperInt32","cppu/AccessControl", + #"cppu/OPropertyArrayHelper", + "cppu/ImplHelper1","cppu/ImplHelper2", "cppu/ImplHelper3","cppu/ImplHelper4","cppu/ImplHelper5", "cppu/ImplHelper6","cppu/ImplHelper7","cppu/ImplHelper8", "cppu/ImplHelper9","cppu/WeakComponentImplHelper10", "cppu/WeakComponentImplHelper11","cppu/WeakComponentImplHelper12", - "cppu/UnoUrl","cppu/WeakComponentImplHelper1", + #"cppu/UnoUrl", + "cppu/WeakComponentImplHelper1", "cppu/WeakComponentImplHelper2","cppu/WeakComponentImplHelper3", "cppu/WeakComponentImplHelper4","cppu/WeakComponentImplHelper5", "cppu/WeakComponentImplHelper6","cppu/WeakComponentImplHelper7", "cppu/WeakComponentImplHelper8","cppu/WeakComponentImplHelper9", - "cppu/OInterfaceIteratorHelper", - "cppu/OMultiTypeInterfaceContainerHelper","cppu/UnoUrlDescriptor", - "cppu/IPropertyArrayHelper","cppu/OBroadcastHelperVar", - "cppu/OComponentHelper","cppu/OWeakAggObject", + #"cppu/OInterfaceIteratorHelper", + #"cppu/OMultiTypeInterfaceContainerHelper","cppu/UnoUrlDescriptor", + #"cppu/IPropertyArrayHelper", + "cppu/OBroadcastHelperVar", + #"cppu/OComponentHelper","cppu/OWeakAggObject", "cppu/ImplementationEntry","cppu/WeakImplHelper10", "cppu/WeakImplHelper11","cppu/WeakImplHelper12", - "cppu/OPropertySetHelper","cppu/ImplHelper10","cppu/ImplHelper11", + #"cppu/OPropertySetHelper", + "cppu/ImplHelper10","cppu/ImplHelper11", "cppu/ImplHelper12","cppu/WeakAggImplHelper10", "cppu/WeakAggImplHelper11","cppu/WeakAggImplHelper12", "cppu/ImplInheritanceHelper1","cppu/ImplInheritanceHelper2", "cppu/ImplInheritanceHelper3","cppu/ImplInheritanceHelper4", "cppu/ImplInheritanceHelper5","cppu/ImplInheritanceHelper6", "cppu/ImplInheritanceHelper7","cppu/ImplInheritanceHelper8", - "cppu/ImplInheritanceHelper9","cppu/OTypeCollection", + "cppu/ImplInheritanceHelper9",#"cppu/OTypeCollection", "cppu/WeakAggComponentImplHelper10", "cppu/WeakAggComponentImplHelper11", "cppu/WeakAggComponentImplHelper12", @@ -250,7 +256,7 @@ if (-d "$StartDir") { "cppu/WeakAggComponentImplHelper8", "cppu/WeakAggComponentImplHelper9", "cppu/OMultiTypeInterfaceContainerHelperVar", - "cppu/OInterfaceContainerHelper","cppu/OImplementationId", + #"cppu/OInterfaceContainerHelper","cppu/OImplementationId", "cppu/AggImplInheritanceHelper1","cppu/AggImplInheritanceHelper2", "cppu/AggImplInheritanceHelper3","cppu/AggImplInheritanceHelper4", "cppu/AggImplInheritanceHelper5","cppu/AggImplInheritanceHelper6", @@ -260,7 +266,8 @@ if (-d "$StartDir") { "cppu/WeakImplHelper1","cppu/WeakImplHelper2","cppu/WeakImplHelper3", "cppu/WeakImplHelper4","cppu/WeakImplHelper5","cppu/WeakImplHelper6", "cppu/WeakImplHelper7","cppu/WeakImplHelper8","cppu/WeakImplHelper9", - "cppu/OWeakObject","__store_FindData","_rtl_StandardModuleCount", + #"cppu/OWeakObject", + "__store_FindData","_rtl_StandardModuleCount", "RTUik","RTConstValue","_typelib_TypeDescriptionReference", "_typelib_InterfaceMethodTypeDescription","store","RegistryKey", "_typelib_Union_Init","_sal_Sequence","_typelib_Parameter_Init", |