feature:support for conneting horizon
This commit is contained in:
+26
-23
@@ -1,18 +1,17 @@
|
||||
/*
|
||||
@ @licstart The following is the entire license notice for the
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this file.
|
||||
|
||||
Copyright (C) 1997-2017 by Dimitri van Heesch
|
||||
Copyright (C) 1997-2019 by Dimitri van Heesch
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
it under the terms of version 2 of the GNU General Public License as published by
|
||||
the Free Software Foundation
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
@@ -213,33 +212,37 @@ var menudata={children:[
|
||||
{text:"File Members",url:"globals.html",children:[
|
||||
{text:"All",url:"globals.html",children:[
|
||||
{text:"_",url:"globals.html#index__5F"},
|
||||
{text:"a",url:"globals.html#index_a"},
|
||||
{text:"c",url:"globals.html#index_c"},
|
||||
{text:"d",url:"globals.html#index_d"},
|
||||
{text:"e",url:"globals.html#index_e"},
|
||||
{text:"f",url:"globals.html#index_f"},
|
||||
{text:"g",url:"globals.html#index_g"},
|
||||
{text:"h",url:"globals.html#index_h"},
|
||||
{text:"i",url:"globals.html#index_i"},
|
||||
{text:"k",url:"globals.html#index_k"},
|
||||
{text:"l",url:"globals.html#index_l"},
|
||||
{text:"q",url:"globals.html#index_q"},
|
||||
{text:"r",url:"globals.html#index_r"},
|
||||
{text:"s",url:"globals.html#index_s"},
|
||||
{text:"t",url:"globals.html#index_t"},
|
||||
{text:"u",url:"globals.html#index_u"}]},
|
||||
{text:"a",url:"globals_a.html#index_a"},
|
||||
{text:"c",url:"globals_c.html#index_c"},
|
||||
{text:"d",url:"globals_d.html#index_d"},
|
||||
{text:"e",url:"globals_e.html#index_e"},
|
||||
{text:"f",url:"globals_f.html#index_f"},
|
||||
{text:"g",url:"globals_g.html#index_g"},
|
||||
{text:"h",url:"globals_h.html#index_h"},
|
||||
{text:"i",url:"globals_i.html#index_i"},
|
||||
{text:"k",url:"globals_k.html#index_k"},
|
||||
{text:"l",url:"globals_l.html#index_l"},
|
||||
{text:"p",url:"globals_p.html#index_p"},
|
||||
{text:"q",url:"globals_q.html#index_q"},
|
||||
{text:"r",url:"globals_r.html#index_r"},
|
||||
{text:"s",url:"globals_s.html#index_s"},
|
||||
{text:"t",url:"globals_t.html#index_t"},
|
||||
{text:"u",url:"globals_u.html#index_u"}]},
|
||||
{text:"Functions",url:"globals_func.html",children:[
|
||||
{text:"a",url:"globals_func.html#index_a"},
|
||||
{text:"d",url:"globals_func.html#index_d"},
|
||||
{text:"g",url:"globals_func.html#index_g"},
|
||||
{text:"h",url:"globals_func.html#index_h"},
|
||||
{text:"i",url:"globals_func.html#index_i"},
|
||||
{text:"l",url:"globals_func.html#index_l"},
|
||||
{text:"q",url:"globals_func.html#index_q"},
|
||||
{text:"r",url:"globals_func.html#index_r"},
|
||||
{text:"s",url:"globals_func.html#index_s"},
|
||||
{text:"u",url:"globals_func.html#index_u"}]},
|
||||
{text:"Typedefs",url:"globals_type.html"},
|
||||
{text:"Enumerations",url:"globals_enum.html"},
|
||||
{text:"Enumerator",url:"globals_eval.html"},
|
||||
{text:"Enumerator",url:"globals_eval.html",children:[
|
||||
{text:"k",url:"globals_eval.html#index_k"}]},
|
||||
{text:"Macros",url:"globals_defs.html",children:[
|
||||
{text:"_",url:"globals_defs.html#index__5F"},
|
||||
{text:"f",url:"globals_defs.html#index_f"},
|
||||
|
||||
Reference in New Issue
Block a user