diff options
| author | Özgür Kesim <oec-taler@kesim.org> | 2023-06-10 11:07:06 +0200 | 
|---|---|---|
| committer | Özgür Kesim <oec-taler@kesim.org> | 2023-06-10 11:07:06 +0200 | 
| commit | 70bfe0ed1b9a5dbb6cc487465ef3c3df4cdb0436 (patch) | |
| tree | 5f32b30f5b58dfc502c273bebecffbcb79fc3c4b /src/include/taler_extensions.h | |
| parent | 46188ae07e97d12b73269167459707844b3c2486 (diff) | |
| parent | d8f8c550bd7ad85f9da9bc5edba619e533eabcc8 (diff) | |
Merge branch 'master' into age-withdraw
Diffstat (limited to 'src/include/taler_extensions.h')
| -rw-r--r-- | src/include/taler_extensions.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h index cd9d7ddd..fe1eac27 100644 --- a/src/include/taler_extensions.h +++ b/src/include/taler_extensions.h @@ -219,12 +219,12 @@ struct TALER_Extensions   * Generic functions for extensions   */ -/* +/**   * @brief Loads the extensions as shared libraries, as specified in the given   * TALER configuration.   *   * @param cfg Handle to the TALER configuration - * @return GNUNET_OK on success, GNUNET_SYSERR if unknown extensions were found + * @return #GNUNET_OK on success, #GNUNET_SYSERR if unknown extensions were found   *         or any particular configuration couldn't be parsed.   */  enum GNUNET_GenericReturnValue | 
