[Doxygen-users] Doxygen for QtScript
Brought to you by:
dimitri
From: Anmol A. <an...@gm...> - 2014-03-11 17:15:47
|
Hey :) I was working on revamping Amarok's scripting interface, and an important part of that happens to be the scripting interface documentation. Amarok's functionality is exposed via qtscript objects, like Amarok.Window.Statusbar for the statusbar [0]. Since the scripting interface is targeted at script writers, I would like a separate doxygen page, representing the qtscript object hierarchy, which differs from that of the C++ code. However, I cannot find a way to properly represent that using doxygen, except for perhaps using a custom script to generate pseudo-headers for doxification (sample script[1], output[2]). Could you please tell me if there is a better way of going about it? [0] http://fisheye.amarok.kde.org/browse/Amarok/src/scriptengine/AmarokStatusbarScript.cpp?r=edf3724e618ea5da37e58df910782cf38d7a3353&r=dc07b000441a7669fb8ad1a37dd06019f4cc72f9 [1] https://gist.github.com/anonymous/6063843 [2] http://www.amarokscriptdox.appspot.com/ -- Regards, Anmol Ahuja |