summaryrefslogtreecommitdiff
path: root/Doc/Manual/Ocaml.html
Commit message (Collapse)AuthorAgeFilesLines
* Use https for links in docs where supportedOlly Betts2022-10-061-1/+1
|
* [ocaml] Improve the Qt exampleOlly Betts2022-02-011-11/+9
| | | | | | | | | | | | | | | Drop a method which has been deprecated then removed in Qt (but isn't actually used in the example anyway) and clean up the steps a bit. The example still doesn't build for me as the final step fails with: File "_none_", line 1: Error: Module `Dynlink' is unavailable (required by `Camlp4') I know next to nothing about ocaml, so that may be something I've failed to install, but I couldn't work out what. I think the Qt library linking needs updating too - there doesn't seem to be a single `-lqt` now, but I don't use Qt either.
* Add C++20 documentation chapterWilliam S Fulton2020-06-081-33/+33
|
* Revert "Add C++20 documentation chapter"William S Fulton2020-06-081-33/+33
| | | | | | | This reverts commit 36e8d521de110ab9956f60c3cb296352316e847c. Conflicts: Doc/Manual/R.html
* Add C++20 documentation chapterWilliam S Fulton2020-01-281-33/+33
| | | | [skip-ci]
* [OCaml] Some documentation improvements for %exceptionZackery Spytz2019-02-121-3/+82
| | | | | | | | Use the style of the Java and Python modules. Tweak some entries in CHANGES.current. [skip ci]
* [Python] Fix some errors in the documentation for -threadsZackery Spytz2019-02-121-2/+2
| | | | | | | The documentation for -threads was added in f0f2fd2daee085021e8b76f823332d52f1982a06 [skip ci]
* Documentation section numbering updateWilliam S Fulton2019-02-111-33/+33
| | | | [skip ci]
* Mark and setup OCaml as an experimental target language.William S Fulton2019-02-111-1/+1
| | | | Issue #1437
* Update section numberingWilliam S Fulton2019-02-101-33/+33
|
* [OCaml] Add support for the docstring option in the module directiveZackery Spytz2019-01-311-0/+45
| | | | | | | | | If given, the OCaml module will place the docstring at the very beginning of the generated mli file, where it can be read by the OCamldoc tool. The implementation is based on the equivalent features in the Python and Ruby modules.
* Merge branch 'ZackerySpytz-OCaml-eliminate-wno-write-strings'William S Fulton2019-01-311-1/+1
|\ | | | | | | | | | | | | * ZackerySpytz-OCaml-eliminate-wno-write-strings: [OCaml] Remove support for OCaml versions < 3.12.0 [OCaml] Fix toplevel creation for ocamlmktop versions >= 4.04.0 [OCaml] Eliminate use of -Wno-write-strings
| * [OCaml] Remove support for OCaml versions < 3.12.0Zackery Spytz2019-01-281-1/+1
| |
* | [OCaml] Some OCaml documentation fixesZackery Spytz2019-01-271-6/+8
|/ | | | | | | | | Fix some typos. Update some filenames after 8f7bc4cc1078cd2223c051c8db12559d3d3d031e (replace example_prog.ml with runme.ml). [skip ci]
* Update html chapter numbering for added Doxygen chapterWilliam S Fulton2018-05-251-31/+31
|
* Add C++17 documentation chapterWilliam S Fulton2018-05-141-31/+31
|
* Fix some typos in docs and examples and make the code look nicer.sunoru2016-12-311-10/+10
|
* Replace tabs with spaces in html docsWilliam S Fulton2015-12-301-28/+28
| | | | | | wkhtmltopdf is not expanding tabs within <pre> elements to 8 spaces as it should. Workaround the problem by converting all tabs to an appropriate number of spaces.
* HTML fixes for documentation - add meta tag and loose.dtdWilliam S Fulton2015-12-301-1/+2
|
* Docs - remove html tags from headingsWilliam S Fulton2015-12-301-8/+8
|
* Correct links in html documentation using new version of makechap.pyWilliam S Fulton2015-12-301-31/+31
| | | | Corrects position of heading text within A and H1, H2, ... elements.
* html links updatesWilliam S Fulton2015-12-181-1/+1
|
* Whitespace cleanupOlly Betts2015-03-191-157/+159
|
* Remove dead Ocaml configure probesOlly Betts2015-03-181-1/+1
| | | | A number of the probed for values are no longer actually used anywhere.
* html doc chapter numbering update since adding JavascriptWilliam S Fulton2014-05-091-31/+31
|
* html fixes and section updatesWilliam S Fulton2014-03-151-31/+31
|
* Fix assorted comment and documentation typosOlly Betts2014-02-231-2/+2
|
* Fix some minor typos in the docSylvestre Ledru2012-08-081-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13560 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New section numbering adding in Android chapterWilliam S Fulton2011-12-101-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Better linkchecker configuration for checking html links. Fix broken links ↵William S Fulton2011-01-081-1/+1
| | | | | | and update redirected links. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12381 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Chapter renumbering after adding D chapterWilliam S Fulton2011-01-071-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12376 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Chapter renumbering after Go addedWilliam S Fulton2010-06-101-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* quote %include statementsWilliam S Fulton2009-06-171-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11283 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* new section numbering since adding in ccache chapterWilliam S Fulton2008-12-201-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10991 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Put the chapters back in order after erroneously incorrectly reordering them ↵William S Fulton2008-03-021-31/+31
| | | | | | in last checkin git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add in Octave and R sectionsWilliam S Fulton2008-03-021-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix lots of typos in the manual.Olly Betts2006-09-271-7/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9368 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update after runnning make - chapter numbers have changedWilliam S Fulton2005-11-261-31/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7875 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Huge update to the Allegrocl module. Better C support. C++ supportAhmon Dancy2005-11-091-31/+31
| | | | | | | | | | added. Documentation! Makes use of typemaps for better interface tuning. Improved type support. Wrapping of foreign pointers in CLOS objects; hopefully a step toward being able to extend C++ classes from Lisp. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7828 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html validation fixesWilliam S Fulton2005-06-031-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7259 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* - Updated documentation to use CSS and <div> instead of blockquotesJohn Lenz2005-02-261-26/+57
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7003 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Minor correctionsWilliam S Fulton2004-10-251-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6500 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updated documentation.Art Yerkes2004-10-171-41/+52
| | | | | | | | Provide a swig_val function which generates a shareable value from a module specific one in a painless way. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* "Last updated" date removed from the files that had them as they aren't ↵William S Fulton2004-09-021-0/+1
| | | | | | | | | being maintained. Consistent use of 'proxy' rather than 'shadow' throughout git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update after running html tools in makefileWilliam S Fulton2004-08-241-30/+30
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Thousands of changes to correct incorrect HTML. HTML is now valid ↵William S Fulton2004-08-041-121/+187
| | | | | | (transitional 4.01). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6074 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Some HTML error fixesWilliam S Fulton2004-07-231-3/+3
| | | | | | | Long blockquote lines shortened git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* changes after maketoc.py was runWilliam S Fulton2004-07-121-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6039 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* added basic Modula-3 supportHenning Thielemann2004-03-191-30/+30
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Doc updateDave Beazley2003-11-251-30/+30
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5411 626c5289-ae23-0410-ae9c-e8d60b6d4f22