• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ucode/jsdoc/conf.json

  1 {
  2         "tags": {
  3                 "allowUnknownTags": true,
  4                 "dictionaries": ["jsdoc","closure"]
  5         },
  6         "source": {
  7                 "include": ["."],
  8                 "exclude": ["CMakeFiles"],
  9                 "includePattern": ".+\\.c$"
 10         },
 11         "plugins": [
 12                 "plugins/markdown",
 13                 "jsdoc/c-transpiler"
 14 
 15         ],
 16         "templates2": {
 17                 "cleverLinks": true,
 18                 "monospaceLinks": true,
 19                 "default": {
 20                         "outputSourceFiles": true,
 21                         "useLongnameInNav": true
 22                 }
 23         },
 24         "markdown": {
 25                 "hardwrap": false,
 26                 "idInHeadings": true
 27         },
 28         "opts": {
 29                 "template": "node_modules/ucode-jsdoc-theme",
 30                 "destination": "docs",
 31                 "recurse": true,
 32                 "readme": "docs/README.md",
 33                 "tutorials": "docs/tutorials",
 34                 "theme_opts": {
 35                         "default_theme": "light",
 36                         "title": "ucode Documentation",
 37                         "homepageTitle": "ucode - Reference Documentation",
 38                         "displayModuleHeader": false,
 39                         "prefixModuleToSidebarItems_experimental": true,
 40                         "includeFilesListInHomepage": true,
 41                         "include_css": [
 42                                 "docs/ucode.css"
 43                         ],
 44                         "menu": [
 45                                 {
 46                                         "title": "GitHub Project Page",
 47                                         "link": "https://github.com/jow-/ucode",
 48                                         "class": "github-home"
 49                                 }
 50                         ],
 51                         "sections": [
 52                                 "Tutorials",
 53                                 "Modules"
 54                         ]
 55                 }
 56         }
 57 }

This page was automatically generated by LXR 0.3.1.  •  OpenWrt