summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/compbase2.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-05 19:40:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-05 19:43:14 +0100
commit58ab12acf576a765ec47cc2753ba57643e51d653 (patch)
tree79c07bddbdf3e8e6db677eb0b94e8a2880d308c1 /cppuhelper/inc/cppuhelper/compbase2.hxx
parent7482e974117df2bdc737785efdf9eb410787c7b4 (diff)
Switch from autodoc to doxygen for SDK C++ documentation.
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
Diffstat (limited to 'cppuhelper/inc/cppuhelper/compbase2.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/compbase2.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase2.hxx b/cppuhelper/inc/cppuhelper/compbase2.hxx
index ea755ca448ee..e07f72ec1453 100644
--- a/cppuhelper/inc/cppuhelper/compbase2.hxx
+++ b/cppuhelper/inc/cppuhelper/compbase2.hxx
@@ -43,12 +43,12 @@ namespace cppu
#pragma disable_warn
#endif
- /** Implementation helper supporting ::com::sun::star::lang::XTypeProvider and
- ::com::sun::star::lang::XComponent.
+ /** Implementation helper supporting com::sun::star::lang::XTypeProvider and
+ com::sun::star::lang::XComponent.
Upon disposing objects of this class, sub-classes receive a disposing()
call. Objects of this class can be held weakly, i.e. by a
- ::com::sun::star::uno::WeakReference.
+ com::sun::star::uno::WeakReference.
@attention
The life-cycle of the passed mutex reference has to be longer than objects of this class.
@@ -63,7 +63,6 @@ namespace cppu
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
{
- /** @internal */
struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakComponentImplHelper2<Ifc1, Ifc2> > > {};
public:
inline WeakComponentImplHelper2( ::osl::Mutex & rMutex ) throw ()
@@ -106,7 +105,6 @@ namespace cppu
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
{
- /** @internal */
struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, PartialWeakComponentImplHelper2<Ifc1, Ifc2> > > {};
public:
inline PartialWeakComponentImplHelper2( ::osl::Mutex & rMutex ) throw ()
@@ -125,12 +123,12 @@ namespace cppu
};
- /** Implementation helper supporting ::com::sun::star::lang::XTypeProvider and
- ::com::sun::star::lang::XComponent.
+ /** Implementation helper supporting com::sun::star::lang::XTypeProvider and
+ com::sun::star::lang::XComponent.
Upon disposing objects of this class, sub-classes receive a disposing()
call. Objects of this class can be held weakly, i.e. by a
- ::com::sun::star::uno::WeakReference. Object of this class can be
+ com::sun::star::uno::WeakReference. Object of this class can be
aggregated, i.e. incoming queryInterface() calls are delegated.
@attention
@@ -148,7 +146,6 @@ namespace cppu
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
{
- /** @internal */
struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakAggComponentImplHelper2<Ifc1, Ifc2> > > {};
public:
inline WeakAggComponentImplHelper2( ::osl::Mutex & rMutex ) throw ()