Skip to content

Commit

Permalink
added docu
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 6, 2024
1 parent 9a222a4 commit 51bd8e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/libeconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,11 @@ static __inline__ void econf_freeArrayp(char ***array) {
*array = econf_freeArray(*array);
}

/** @brief Free memory allocated by e.g. econf_readFile(), econf_readDirs(),...
/** @brief Free memory allocated and returned by
* econf_readFile(), econf_readFileWithCallback,
* econf_readDirs(), econf_readDirsWithCallback,
* econf_readDirsHistory, econf_readDirsHistoryWithCallback,
* econf_readConfig, econf_readConfigWithCallback
*
* @param key_file allocated data
* @return void
Expand Down

0 comments on commit 51bd8e4

Please sign in to comment.