All but the two biggest .h files have docs.
This commit is contained in:
@ -8,8 +8,14 @@
|
||||
** @{
|
||||
*/
|
||||
|
||||
/** An SSB instance. */
|
||||
typedef struct _tf_ssb_t tf_ssb_t;
|
||||
|
||||
/**
|
||||
** Export an app to disk.
|
||||
** @param ssb The SSB instance.
|
||||
** @param key The app path in the form "/~user/appname".
|
||||
*/
|
||||
void tf_ssb_export(tf_ssb_t* ssb, const char* key);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user