mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
This requires a helper script: doxygen doesn't differ between static methods and static inline methods. EXTRACT_STATIC defines whether it parses *any* static method but we're currently using all C files as input files as well. We cannot convince doxygen to just parse static inline functions in header files so for SPA we hack around this: meson passes the spa headers to a shell script with simply copies those changed to `/* static */ inline void (foo)` and doxygen then runs on those header files. The result: we get all spa functions added to your doxygen output at the cost of a few sed calls. |
||
|---|---|---|
| .. | ||
| spa | ||
| architecture.md | ||
| custom.css | ||
| design.txt | ||
| Doxyfile.in | ||
| doxygen-awesome.css | ||
| index.md | ||
| meson.build | ||
| objects_design.md | ||
| overview.md | ||
| pulseaudio.md | ||
| strip-static.sh | ||
| tutorial-index.md | ||
| tutorial1.md | ||
| tutorial2.md | ||
| tutorial3.md | ||
| tutorial4.md | ||
| tutorial5.md | ||
| tutorial6.md | ||