# HG changeset patch # User Kai T. Ohlhus # Date 1521122681 -3600 # Node ID df131a44310bc0d6f3360696bea501c526d469a0 # Parent 120e75853dab19ce34f0b0c9035e142b38424420# Parent 088506eadb44ecade8c0d81aa2f1f04e64af5801 maint: merge stable to default diff -r 120e75853dab -r df131a44310b COPYING --- a/COPYING Wed Mar 14 18:40:00 2018 -0700 +++ b/COPYING Thu Mar 15 15:04:41 2018 +0100 @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -671,4 +671,4 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff -r 120e75853dab -r df131a44310b doc/doxyhtml/Doxyfile.in --- a/doc/doxyhtml/Doxyfile.in Wed Mar 14 18:40:00 2018 -0700 +++ b/doc/doxyhtml/Doxyfile.in Thu Mar 15 15:04:41 2018 +0100 @@ -1,6 +1,6 @@ # -*- mode: conf; -*- -## Copyright (C) 2013-2017 Jordi GutiƩrrez Hermoso +## Copyright (C) 2013-2018 Jordi GutiƩrrez Hermoso ## ## This file is part of Octave. ## @@ -40,7 +40,7 @@ # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. @@ -385,7 +385,7 @@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# documentation (see: https://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. @@ -580,6 +580,27 @@ GENERATE_TREEVIEW = YES +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /