You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the doxygenfile documentation, I tried using the sections setting: public-static-func, but only the func setting works, and it's including non-static functions that I wanted to exclude from this section.
The text was updated successfully, but these errors were encountered:
@smitchell7 The doc table was added in #509 with original implementation in #501. I don't believe this has been touched much since it was added 3 years ago. It could be the Doxygen/Breathe types changed somewhat, or that this specific case never worked in the first place.
You might be able to re-diff something like #509 (comment), based upon Breathe source code and Doxygen's (link in the comment above xmlgen.cpp). I'm a bit short on time now to deep dive into this issue, so hopefully these are some helpful pointers.
I'd like to include only the "static" functions from a file using the
doxygenfile
directive. The doxygen xml for this function is shown below:From the doxygenfile documentation, I tried using the sections setting: public-static-func, but only the func setting works, and it's including non-static functions that I wanted to exclude from this section.
The text was updated successfully, but these errors were encountered: