Chris - 2013-08-22

Hello, I am using Doxygen to document a bunch of source code the my company uses for hardware applications. I want to remove any erroneous extra code that is old or not supported any more. I already see that Doxygen will not document orphaned functions, which helps. But my problem is, say I have a function that is only used by the OS or through a hardware interrupt, I don't know if Doxygen has the power to recognize that. Any info would help.

-Chris