X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=session_file.c;h=3746520ba1a41cd8ea1ab7bfa750c81b6dcf6a9a;hb=8c1adf3738b68912ab8cf4308341b82dbc83056a;hp=aae31a00b361e5173932b37e6d66c19662042db4;hpb=c1864d5589749a881d661ab3abfd09cdbb96253d;p=libsigrok.git diff --git a/session_file.c b/session_file.c index aae31a00..3746520b 100644 --- a/session_file.c +++ b/session_file.c @@ -23,10 +23,22 @@ #include #include #include -#include "config.h" +#include "config.h" /* Needed for PACKAGE_VERSION and others. */ #include "libsigrok.h" #include "libsigrok-internal.h" +/** + * @file + * + * Loading and saving libsigrok session files. + */ + +/** + * @addtogroup grp_session + * + * @{ + */ + extern struct sr_session *session; extern SR_PRIV struct sr_dev_driver session_driver; @@ -289,3 +301,5 @@ SR_API int sr_session_save(const char *filename, return SR_OK; } + +/** @} */