File: documentation_options.js

package info (click to toggle)
veusz 3.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,820 kB
  • sloc: python: 41,892; cpp: 11,272; javascript: 9,202; ansic: 1,256; makefile: 247; xml: 79
file content (12 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
var DOCUMENTATION_OPTIONS = {
    URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
    VERSION: '3.6.2',
    LANGUAGE: 'None',
    COLLAPSE_INDEX: false,
    BUILDER: 'html',
    FILE_SUFFIX: '.html',
    LINK_SUFFIX: '.html',
    HAS_SOURCE: true,
    SOURCELINK_SUFFIX: '.txt',
    NAVIGATION_WITH_KEYS: false
};