Documentation/IncludeTest: Difference between revisions
From Commontk
Jump to navigationJump to search
(Created page with '== Include the CTK Readme for testing == <include src="https://github.com/commontk/CTK/raw/master/README"/> == Include a CTK source code file for testing == <include src="htt…') |
|||
Line 1: | Line 1: | ||
== Include the CTK Readme for testing == | == Include the CTK Readme for testing == | ||
Should display the content of the CTK README file on GitHub: | |||
< | <syntaxhighlight lang="text" url> | ||
https://github.com/commontk/CTK/raw/master/README | |||
</syntaxhighlight> | |||
== Include a CTK source code file for testing == | == Include a CTK source code file for testing == | ||
<include src="https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h" highlight="CPP"/> | <include src="https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h" highlight="CPP"/> |
Revision as of 13:04, 31 January 2011
Home < Documentation < IncludeTestInclude 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
<include src="https://github.com/saschazelzer/CTKPluginProject/raw/master/Plugins/pluginA_test/ctkTestPluginAActivator_p.h" highlight="CPP"/>