Project Ideas: Difference between revisions

From Commontk
Jump to navigationJump to search
Adding new page to collect ideas about subprojects in CTK
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Project Ideas =
==== Qt Help File ====


=== Qt 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.


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 {{done}} ====
 
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
 
Done, see [https://github.com/saschazelzer/CMakeDoxygenFilter CMakeDoxygenFilter]

Latest revision as of 06:04, 23 November 2011

Qt 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

Done, see CMakeDoxygenFilter