Feature #178
Refactor documentation generation to be in top-level doc directory.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Blossom | % Done: | 0% |
|
| Category: | docs | |||
| Target version: | to-be-decided | |||
| Resolution: | fixed |
Description
Refactor doxygen and related HTML generation so that it's centralized somewhere, perhaps in the doc component. In any case, the doc stuff should be generated after the rest of the components, since some of them generate code that we want doxygen to walk.
History
Updated by Tom Rondeau over 1 year ago
- Status changed from New to Closed
- Resolution set to fixed
The current Doxygen runs properly and finds everything it needs to. The docs/doxygen directory holds all of the main files and individual components have a doc/ directory that includes their Doxygen pages.