Problem
We currently want to migrate from manually to automated C-Code documentation, by re-using our previous OpenOffice results.
Background
In the last 10 years we manually generated a lot of OpenOffice (*.odt) files, including prosa like architecture, 'how it works', graphics and detailed API description. So we had a single document for each product (exported as *.pdf for our customers).
We now changed our C-Code to use Doxygen compatible formats and keywords, resulting in well formatted documentation (HTML+CHM, no PDFs until now). But this of course includes detailed API only. The aim still is to generate a single result file including prosa & graphics.
Thinking about to combine the OpenOffice & Doxygen result, we are wondering on how and in which direction to proceed:
- Convert *.odt => *.html and reference these in C-Code for Doxygen
- Convert *.odt => *.txt/png and reference these in C-Code for Doxygen
- Convert *.odt => *.html as a base and reference Doxygen-HTML-Results in these files
- Another common format available, to merge both results(?)
Question
What might be the most efficient way, to migrate from our old document style to an equivalent single documentation file - including Doxygen results?