libdriver / w25qxx

W25QXX(W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256) full function driver library for general MCU and Linux.
https://www.libdriver.com
MIT License
672 stars 72 forks source link

Generate tagfile in doxygen #8

Open snellejelle99 opened 1 year ago

snellejelle99 commented 1 year ago

Is your feature request related to a problem? Please describe.

When including the doxygen documentation for this project into my own project the sidebar and header of my html pages are populated with the docs from this driver.

I want to be able to link to the docs for this driver from my own docs without filling up my sidebar with doc links from my submodules.

Describe the idea you'd like

Generate a Tagfile. See: Linking to external documentation

So I can link to the driver docs without including all off the links.

Describe alternatives you've considered

No response

Additional context

No response

libdriver commented 1 year ago

This is a good idea. Please tell me your email and I will send you an example based on it.