summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/unourl.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/unourl.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/unourl.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/unourl.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cppuhelper/inc/cppuhelper/unourl.hxx b/cppuhelper/inc/cppuhelper/unourl.hxx
index 38ec096d7347..37801e3fe0ef 100644
--- a/cppuhelper/inc/cppuhelper/unourl.hxx
+++ b/cppuhelper/inc/cppuhelper/unourl.hxx
@@ -46,8 +46,6 @@ namespace cppu {
class CPPUHELPER_DLLPUBLIC UnoUrlDescriptor
{
public:
- /** @internal
- */
class Impl;
/** Construct a descriptor from a string representation.
@@ -60,9 +58,9 @@ public:
*/
explicit UnoUrlDescriptor(rtl::OUString const & rDescriptor);
- /** @internal
- */
+ /// @cond INTERNAL
explicit UnoUrlDescriptor(std::auto_ptr< Impl > & rImpl);
+ /// @endcond
UnoUrlDescriptor(UnoUrlDescriptor const & rOther);