How to ignore subfolders of branches?
| Project: | API |
| Version: | 6.x-1.x-dev |
| Component: | Parser |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Is it possible, sensible, likely to try supporting more doxygen features and configurations?
Today I'm wishing I could use EXCLUDE the way a Doxyfile config apparently does.
Trying to roll some docs for contrib modules - that include third-party libraries (the ARC RDF parser, and the "PHP_JPEG_Metadata_Toolkit") and getting too much stuff that I don't really care about.
It's not a huge issue, but looking at api.module I see there's only a really small subset of doxygen really supported there. Understandably, but is there any roadmap to consider extending this sort of thing?
I'm not keen on working in a full Doxyfile config file parser, but I'm not sure the Drupal UI is the right place either.
Any suggestions for an easy fix?

#1
You could use the excluded directory feature that's currently in api.module...
#406382: Add excluded directories to branches
#2
#3
YAY thanks!
I didn't see the ... Oh, I've got HEAD, not 6--1-dev :-}