summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/bootstrap.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 /sal/inc/rtl/bootstrap.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 'sal/inc/rtl/bootstrap.hxx')
-rw-r--r--sal/inc/rtl/bootstrap.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/inc/rtl/bootstrap.hxx b/sal/inc/rtl/bootstrap.hxx
index dca3e84ce4c8..874ce5e763e6 100644
--- a/sal/inc/rtl/bootstrap.hxx
+++ b/sal/inc/rtl/bootstrap.hxx
@@ -36,9 +36,7 @@ namespace rtl
{
void * _handle;
- /** @internal */
inline Bootstrap( Bootstrap const & ); // not impl
- /** @internal */
inline Bootstrap & operator = ( Bootstrap const & ); // not impl
public:
@@ -74,9 +72,9 @@ namespace rtl
/** Sets a bootstrap parameter.
- @param pName
+ @param name
name of bootstrap parameter
- @param pValue
+ @param value
value of bootstrap parameter
@see rtl_bootstrap_set()