docs/html/navtreedata.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 25
Function Count 0

Duplication

Duplicated Lines 25
Ratio 100 %

Importance

Changes 0
Metric Value
eloc 17
c 0
b 0
f 0
dl 25
loc 25
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0

How to fix   Duplicated Code   

Duplicated Code

Duplicate code is one of the most pungent code smells. A rule that is often used is to re-structure code once it is duplicated in three or more places.

Common duplication problems, and corresponding solutions are:

1 View Code Duplication
var NAVTREE =
0 ignored issues
show
Duplication introduced by
This code seems to be duplicated in your project.
Loading history...
2
[
3
  [ "DataTables", "index.html", [
4
    [ "Namespaces", null, [
5
      [ "Namespace List", "namespaces.html", "namespaces" ]
6
    ] ],
7
    [ "Data Structures", "annotated.html", [
8
      [ "Data Structures", "annotated.html", "annotated_dup" ],
9
      [ "Data Structure Index", "classes.html", null ],
10
      [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
11
      [ "Data Fields", "functions.html", [
12
        [ "All", "functions.html", null ],
13
        [ "Functions", "functions_func.html", null ]
14
      ] ]
15
    ] ]
16
  ] ]
17
];
18
19
var NAVTREEINDEX =
20
[
21
".html"
22
];
23
24
var SYNCONMSG = 'click to disable panel synchronisation';
25
var SYNCOFFMSG = 'click to enable panel synchronisation';