summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustring.h
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 /sal/inc/rtl/ustring.h
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 'sal/inc/rtl/ustring.h')
-rw-r--r--sal/inc/rtl/ustring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/rtl/ustring.h b/sal/inc/rtl/ustring.h
index c77b343d1d23..699d3a0e7309 100644
--- a/sal/inc/rtl/ustring.h
+++ b/sal/inc/rtl/ustring.h
@@ -1111,9 +1111,8 @@ SAL_DLLPUBLIC double SAL_CALL rtl_ustr_toDouble(
#pragma pack(push, 4)
#endif
+/** @cond INTERNAL */
/** The implementation of a Unicode string.
-
- @internal
*/
typedef struct _rtl_uString
{
@@ -1121,6 +1120,7 @@ typedef struct _rtl_uString
sal_Int32 length;
sal_Unicode buffer[1];
} rtl_uString;
+/** @endcond */
#if defined(SAL_W32)
#pragma pack(pop)