diff --git a/doc/input-filter.py b/doc/input-filter.py index 9a0101fa6..0792bd1ca 100755 --- a/doc/input-filter.py +++ b/doc/input-filter.py @@ -70,7 +70,8 @@ def main(): res = "\n * ".join(res) text = text.replace("@pulse_module_options@", res) - if os.path.basename(fn).startswith("module-") and fn.endswith(".c"): + basename = os.path.basename(fn) + if (basename.startswith("module-") or basename.startswith("pulse-module-")) and fn.endswith(".c"): text = re.sub(r"^ \* ##", r" * #", text, flags=re.M) print("/** \\privatesection */") diff --git a/doc/meson.build b/doc/meson.build index e5c2936dc..4a6f81976 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -219,7 +219,8 @@ doxygen_env.set('LIBPIPEWIRE_MODULES', '