Skip to content

Commit

Permalink
Fix some API documentation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Hards committed Nov 26, 2010
1 parent 2a8195b commit f24915c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions libmapi++/profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class profile_database
* \param profiledb_path An absolute path specifying the location of the
* %profile database. If not specified (or "" is specified) the default
* location will be used (~/.openchange.profiles.ldb).
*
* \param debug Whether to output debug information to stdout
*/
explicit profile_database(const std::string& profiledb_path = "") throw(std::runtime_error, mapi_exception);

Expand Down
4 changes: 2 additions & 2 deletions libmapi/IProfAdmin.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ _PUBLIC_ enum MAPISTATUS DeleteProfile(struct mapi_context *mapi_ctx,
/**
\details Change the profile password of an existing MAPI profile
\param mapi_ctx pointer to the MAPI context
\param profile the name of the profile to have its password changed
\param old_password the old password
\param password the new password
Expand Down Expand Up @@ -1383,9 +1384,8 @@ _PUBLIC_ enum MAPISTATUS GetProfileAttr(struct mapi_profile *profile,
/**
\details Search the value of an attribute within a given profile
\param mapi_ctx pointer to the MAPI context
\param profile pointer to the MAPI profile
\param attibute pointer to the attribute name
\param attribute pointer to the attribute name
\param value pointer to the attribute value
\return MAPI_E_SUCCESS on success, otherwise MAPI error
Expand Down
1 change: 0 additions & 1 deletion libmapi/emsmdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ void emsmdb_get_SRow(TALLOC_CTX *mem_ctx,
\details Get an async notification context handle
\param emsmdb_ctx pointer to the EMSMDB context
\param async_ctx Pointer to the async notification context handle
\return MAPI_E_SUCCESS on success, otherwise MAPI error
*/
Expand Down
2 changes: 1 addition & 1 deletion utils/mapitest/mapitest_stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ _PUBLIC_ struct mapitest_stat *mapitest_stat_init(TALLOC_CTX *mem_ctx)
\param suite the suite container
\param name the test name
\param result the test result
\param testresult the test result
\return MAPITEST_SUCCESS on success, otherwise MAPITEST_ERROR
*/
Expand Down

0 comments on commit f24915c

Please sign in to comment.