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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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