Re: README.md files per directory
Adrian Chadd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CAJ-Vmo=95d5QiiaD2xg4j3opCthy=50w5ouevdv9ohm2Msq4EA@mail.gmail.com> |
On Sun, 19 Apr 2026 at 05:46, Alexander Leidinger <[email protected]> wrote: > > The /usr/src/tools/kerneldoc/subsys/ parts are taking source and header > files into account. See FILE_PATTERNS in > /usr/src/tools/kerneldoc/subsys/common-Doxyfile. Additionally you can > specify any additional file to include in the config, see INPUT in > /usr/src/tools/kerneldoc/subsys/Doxyfile-*. Ok, thanks, I've built the net80211 ones locally and I'll see how it looks. How about the top level subsystem documentation and function call documentation rather than API documentation? Is there any way to say, insert some documentation that's in the source tree somewhere into the subsystem? eg for net80211, can I add subsystem documentation somewhere that doxygen would pull in and be able to use? If so where would I put that? Thanks! -a