[pygccxml-development] C++ wiki like editor using pygccxml
Brought to you by:
mbaas,
roman_yakovenko
From: rodrigo b. <rod...@gm...> - 2006-08-20 21:01:01
|
Hi there, I'm wondering if it is possible to do the link between the parsed C++ code and the original source code file when using pygccxml. The idea would be to create a wikiwiki like editor for C++ code documentation. Using a python C++ parser I could transform the source code into an HTML representation, to render the documentation web page. Then using the web interface the user could edit the comments in the C++ source code to enhance the documentation (using a doxygen like syntax). Of course a database could be created and maintained on the flight to provide cross references to different definitions in the source code. The most difficult aspect of the idea seems to actually be able to parse the C++ files and make the link between the definitions, the comments and they actual position in the source code. Do you thing it is possible to create such documentation system with the existing tools ? Regards, rodrigob. http://www-rocq.inria.fr/~benenson/ |