[Doxygen-users] Doxygen SQL output?
Brought to you by:
dimitri
From: OVERGARD,KEN (HP-USA,ex1) <ken...@hp...> - 2002-04-08 15:47:22
|
I'm currently working on a project to put all of my group's project documentation into a single database, so that other developers can search for useful classes, maximizing code reuse. I have written a javadoc Doclet to do exactly that, and it works great, except for the fact that javadoc only works with Java, so I'm moving to Doxygen instead (we have projects in numerous languages). Migrating to Doxygen brings many interesting possibilities to the table. I would like to extend Doxygen to output directly to the database instead of to HTML/XML/RTF/whatever, in a way that would make it easy to search for a particular method, class, package, or project. The ability to extract this information seems readily available in doxygen's output, but I'm too new to the program to write my own output interface. I see two possible avenues: either write another program to parse the Doxygen XML output and create SQL statements from it, or make doxygen do it itself. Before I start such an endeavor, I thought I'd ask around to see if anyone has already done this. So: 1) has anyone written a SQL interface for Doxygen? 2) has anyone written a program to parse Doxygen's output to put project metadata into some sort of searchable repository? Thanks in advance, Ken Overgard Software Design Engineer HP Advanced Solutions Lab |