summaryrefslogtreecommitdiff
path: root/include/osl/module.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 06:08:00 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 06:28:04 +1000
commitba4831629e93bd6957ed8cfce9cec25f4f8ce5e4 (patch)
tree9d5f6c7d6841290529cbe7356e319e09e1da9929 /include/osl/module.hxx
parent2b88f432f14e617ad27e6a3f560f85c18603697a (diff)
osl: doxygen fixes for headers
Change-Id: I3f30b5ab985c2ff709116568905b941c5d50fd1a
Diffstat (limited to 'include/osl/module.hxx')
-rw-r--r--include/osl/module.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/osl/module.hxx b/include/osl/module.hxx
index cad8b587fd8f..d0bc0ff6c14a 100644
--- a/include/osl/module.hxx
+++ b/include/osl/module.hxx
@@ -45,11 +45,8 @@ public:
Similar to getUrlFromAddress, but use a function address to get URL of the Module.
Use Function pointer as symbol address to conceal type conversion.
- @param addr
- [in] function address in oslGenericFunction format.
-
- @param libraryUrl
- [in|out] receives the URL of the module.
+ @param[in] addr function address in oslGenericFunction format.
+ @param[in,out] libraryUrl receives the URL of the module.
@retval true on success
@retval false can not get the URL from the specified function address or the parameter is invalid.
@@ -134,8 +131,7 @@ public:
getFunctionSymbol is an alternative function for getSymbol.
Use Function pointer as symbol address to conceal type conversion.
- @param ustrFunctionSymbolName
- [in] Function name to be looked up.
+ @param[in] ustrFunctionSymbolName Function name to be looked up.
@retval oslGenericFunction format function address on success
@retval NULL lookup failed or parameter is somewhat invalid