William S Fulton
d5d97a4069
Overloaded methods section renamed slightly in docs
2017-09-14 18:51:36 +01:00
William S Fulton
32a454cfef
Merge branch 'templates-scope-enforcement'
...
* templates-scope-enforcement:
Test a few %template errors
Add using declarations to templates into typedef table.
Fix type lookup in the presence of using directives and using declarations
More docs on %template
Testcase fix for nameclash in php
%template scope enforcement and class definition fixes
Template documentation tweaks
More consistent formatting of examples in documentation
More consistent formatting of examples in documentation
Documentation corrections to use targetlang formatting
More consistent formatting of examples in documentation
More consistent formatting of examples in documentation
More consistent formatting of examples in documentation
Namespace documentation minor corrections
Improve description of template_parameters_resolve
Minor code optimisation in template_parameters_resolve
Fix scope lookup for template parameters containing unary scope operators
Typemap change for templates
2017-08-16 21:44:51 +01:00
William S Fulton
7ee76f93f9
More consistent formatting of examples in documentation
2017-08-16 00:24:25 +01:00
Olly Betts
90f9117e10
Fix various comment and documentation typos
2017-08-13 18:04:33 +12:00
Simon Marchetto
c06c9b3853
[Scilab] New parameter targetversion to specify the Scilab target version (5, 6, ..) for code generation
...
With Scilab 6 target specified, identifier names truncation is disabled (no longer necessary)
Signed-off-by: Simon Marchetto <simon.marchetto@scilab-enterprises.com>
2017-04-12 13:54:42 +02:00
sunoru
8985c34809
Fix some typos in docs and examples and make the code look nicer.
2016-12-31 23:06:56 +08:00
William S Fulton
268b942865
Consistent formatting of example code in the docs
2016-10-23 20:16:35 +01:00
Olly Betts
5839d9cce0
Use relative link to another manual chapter
...
Explicitly linking to the copy on the website breaks the link for
those browsing installed documentation offline.
2016-08-27 11:12:16 +12:00
William S Fulton
b0ba1cae76
html doc fixes
...
[skip ci]
2016-05-06 07:36:58 +01:00
Simon Marchetto
6c254d1ebb
scilab: fix doc (pointer type tracking)
2016-04-06 13:22:59 +02:00
William S Fulton
925b2a336f
HTML fixes for documentation - add meta tag and loose.dtd
2015-12-30 22:22:32 +00:00
William S Fulton
019bdf9067
More link fixes in the docs
2015-12-30 22:22:32 +00:00
William S Fulton
8288ac15a0
Correct links in html documentation using new version of makechap.py
...
Corrects position of heading text within A and H1, H2, ... elements.
2015-12-30 22:22:32 +00:00
William S Fulton
862b4c6138
Add a linkchecker target for checking broken links in SWIGDocumentation.html
2015-12-18 21:14:39 +00:00
Simon Marchetto
ec6d46f387
scilab: fix doc typos
2015-03-24 16:52:18 +01:00
William S Fulton
72c78591df
html fixes
2015-01-31 17:39:37 +00:00
William S Fulton
5dba60943c
Scilab html fixes
2015-01-27 19:30:24 +00:00
Simon Marchetto
33fba2020b
scilab: other doc minor fixes
2015-01-26 16:05:03 +01:00
Simon Marchetto
7c9a9aee70
cosmetic changes in doc
2015-01-26 14:54:05 +01:00
Simon Marchetto
0544765abd
remove -nobuilder option
2015-01-26 12:29:40 +01:00
William S Fulton
6f48e57090
Scilab command line options put in alphabetical order and some html tweaks
2015-01-22 20:03:16 +00:00
Simon Marchetto
388d8fd007
change 'Module' section to 'Builder modes' and other fixes
2015-01-14 15:44:28 +01:00
Simon Marchetto
c064e076bd
update doc
2015-01-12 17:47:56 +01:00
Simon Marchetto
fd1e387a0e
scilab: rename build command line options
2014-10-21 17:00:51 +02:00
Simon Marchetto
30faff1fce
scilab: remove outputlibrary option + renaming module to gateway
2014-10-21 14:39:18 +02:00
Simon Marchetto
32c76be163
scilab: change swig options, new option -gatewayxml, remove -internalmodule
2014-10-17 17:33:27 +02:00
Simon Marchetto
c821ba603d
scilab: fix doc
2014-08-19 17:34:49 +02:00
Simon Marchetto
821118de9b
scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()
2014-06-26 09:44:49 +02:00
Simon Marchetto
17af863d58
scilab: add link in 'Other resources' section
2014-06-16 17:29:36 +02:00
Simon Marchetto
c1c706fbd8
scilab: update doc (unsigned ints typemaps changes)
2014-06-16 17:08:25 +02:00
Simon Marchetto
3ac0dc2be5
scilab: rename matrix typemaps named parameters
2014-06-13 16:21:21 +02:00
Simon Marchetto
a531ea2f27
scilab: fix command line option names
2014-06-12 18:09:19 +02:00
Simon Marchetto
5f8552d9d9
scilab: small fixes in doc
2014-06-12 18:09:19 +02:00
William S Fulton
f8674b1ad9
Documentation proof reading edits
2014-06-12 07:29:39 +01:00
Simon Marchetto
ab7a095758
scilab: swig supports scilab 6
2014-06-11 16:50:55 +02:00
Simon Marchetto
4477699ae8
scilab: fix doc after rereading
2014-04-23 17:57:40 +02:00
Simon Marchetto
eb62899fac
scilab: document STL exceptions
2014-04-09 10:30:36 +02:00
Simon Marchetto
542abaf846
scilab: document namespaces
2014-04-07 12:44:52 +02:00
Simon Marchetto
1c207f76d0
scilab: document C++ exceptions
2014-04-07 11:33:39 +02:00
Simon Marchetto
a87c6f9bf2
scilab: in doc add chapter "pointers, references, values, arrays"
2014-04-04 09:34:29 +02:00
Simon Marchetto
cbf4a9e583
scilab: document C++ operators
2014-04-03 17:24:08 +02:00
Simon Marchetto
9fbcc0cee4
scilab: some fixes in doc
2014-04-03 09:59:02 +02:00
Simon Marchetto
a9397c3b49
scilab: rewrite doc on templates
2014-04-02 18:05:26 +02:00
Simon Marchetto
65fe133e2d
scilab: document argument passing
2014-04-02 16:39:26 +02:00
Simon Marchetto
29a1762149
scilab: fix doc pointers section
2014-04-02 11:25:07 +02:00
Simon Marchetto
c4381e8d57
scilab: add support for multiset
2014-03-26 10:26:07 +01:00
Simon Marchetto
5238ac0e5f
scilab: fix doc, associative container works also with matrices
2014-03-25 17:31:16 +01:00
Simon Marchetto
26cc1ea36e
scilab: document C++ inheritance
2014-03-21 17:56:15 +01:00
Simon Marchetto
849302913f
scilab: fix doc on structs & classes
2014-03-21 16:54:19 +01:00
Simon Marchetto
4cca1f67cb
scilab: little fixes in doc
2014-03-20 16:32:07 +01:00