pipewire/src
Peter Hutterer cbe29c070c doc: switch doxygen to using groups instead of pages and classes
C code doesn't lend itself well to using classes and pages are best for prose.
A doxygen group is a set of related functions - which is exactly what we have
here, e.g. pw_context.

This patch basically adds the following lines to each header:
\defgroup pw_whatever
\addtogroup pw_whatever
\{
....  function declarations ....
\}

Doxygen is smart enough to merge documentation in the header with
documentation in the correspondin .c file where the function is implemented.
2021-05-21 15:05:30 +10:00
..
daemon modules: Add module-rt 2021-05-19 17:39:17 +02:00
examples treewide: drop strzcmp implementations in favor of spa_streq 2021-05-18 22:10:27 +10:00
extensions meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
gst treewide: replace !strcmp() with spa_streq() 2021-05-18 22:10:27 +10:00
modules filter-chain: check external ports only once 2021-05-20 11:24:34 +02:00
pipewire doc: switch doxygen to using groups instead of pages and classes 2021-05-21 15:05:30 +10:00
tests treewide: replace strcmp() != 0 with !spa_streq 2021-05-18 22:10:27 +10:00
tools treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
meson.build meson: Fixed remaining issues from the port to feature options 2021-03-11 18:29:11 +00:00