Project Ideas: Difference between revisions
From Commontk
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Create a .qch file from the CTK doxygen documentation and include it in QtCreator for enabling "F1" (Context Help) on CTK classes and methods. | Create a .qch file from the CTK doxygen documentation and include it in QtCreator for enabling "F1" (Context Help) on CTK classes and methods. | ||
=== CMake support in Doxygen === | |||
Write a doxygen extension to be able to parse CMake files and generate HTML documentation from it. See | |||
* http://www.stack.nl/~dimitri/doxygen/faq.html #12 | |||
* http://www.stack.nl/~dimitri/doxygen/helpers.html |
Revision as of 18:14, 8 February 2011
Home < Project IdeasQt Help File
Create a .qch file from the CTK doxygen documentation and include it in QtCreator for enabling "F1" (Context Help) on CTK classes and methods.
CMake support in Doxygen
Write a doxygen extension to be able to parse CMake files and generate HTML documentation from it. See