Git commit c6eece948263f8b1a09496933803ad68365997fc by Andreas Cord-Landwehr. Committed on 15/03/2015 at 12:33. Pushed by cordlandwehr into branch 'Applications/15.04'.
Handbook: include files is gone for now. M +0 -13 doc/index.docbook http://commits.kde.org/rocs/c6eece948263f8b1a09496933803ad68365997fc diff --git a/doc/index.docbook b/doc/index.docbook index 42c174c..9afe2e7 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -509,19 +509,6 @@ Hence, the scripts actually modify the data structures. <para> </para> -<sect2> -<title>Include Files</title> -<para> - Your script documents can include other scripts. - This can be useful to reduce the size of script documents and improve readability. - Using <menuchoice><guimenu>Script Document</guimenu> <guimenuitem>Possible Includes</guimenuitem></menuchoice> you get a list of script files already shipped with &rocs; that could be included. - You can include a script file with the following command: -</para> -<programlisting> - include_script(string path); // relative or absolute path to script file -</programlisting> -</sect2> - <sect2 id="scripting-output"> <title>Script Output</title> <para>
