Documentation/IncludeTest: Difference between revisions

From Commontk
Jump to navigationJump to search
 
Line 6: Line 6:


== Include a CTK source code file for testing ==
== Include a CTK source code file for testing ==
 
Should show C++ code:
<include src="https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h" highlight="CPP"/>
<syntaxhighlight lang="CPP" url>
https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h
</syntaxhighlight>

Latest revision as of 13:05, 31 January 2011

Home < Documentation < IncludeTest

Include the CTK Readme for testing

Should display the content of the CTK README file on GitHub:

https://github.com/commontk/CTK/raw/master/README

Include a CTK source code file for testing

Should show C++ code:

https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h