doc: add a missing endcond to the context

This commit is contained in:
Peter Hutterer 2021-05-20 19:43:49 +10:00
parent 1ce6db47e3
commit 2b626bc31a

View file

@ -76,6 +76,7 @@ struct factory_entry {
regex_t regex; regex_t regex;
char *lib; char *lib;
}; };
/** \endcond */
static void fill_properties(struct pw_context *context) static void fill_properties(struct pw_context *context)
{ {