Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
build Namespace Reference

Functions

def md_to_html_heading (line)
 
def code (line)
 
def note_to_doxygen_note (line)
 
def remove_navigation_links (line)
 
def drop_toc (line)
 
def rewrite_images (line)
 
def cleanup (content)
 

Variables

list gh_pages
 
 output_file = os.path.join("pages", "generated", page[0] + ".dox")
 
 content = None
 
 navtree = None
 
list new_navtree = []
 

Function Documentation

◆ cleanup()

def build.cleanup (   content)

◆ code()

def build.code (   line)

◆ drop_toc()

def build.drop_toc (   line)

◆ md_to_html_heading()

def build.md_to_html_heading (   line)

◆ note_to_doxygen_note()

def build.note_to_doxygen_note (   line)

◆ remove_navigation_links()

def build.remove_navigation_links (   line)

◆ rewrite_images()

def build.rewrite_images (   line)

Variable Documentation

◆ content

def build.content = None

◆ gh_pages

list build.gh_pages
Initial value:
1= [
2 ['cmake_build_system', '../../cmake/README.md', 'CMake build system', []],
3 ['build_fedora', '../README.Fedora.md', 'Fedora build guide', []],
4 ['build_android', '../README.Android.md', 'Android build guide', []],
5 ['build_freebsd', '../README.FreeBSD.md', 'FreeBSD build guide', []],
6 ['build_ios', '../README.iOS.md', 'iOS build guide', []],
7 ['build_linux', '../README.Linux.md', 'Linux build guide', []],
8 ['build_macos', '../README.macOS.md', 'macOS build guide', []],
9 ['build_opensuse', '../README.openSUSE.md', 'openSUSE build guide', []],
10 ['build_tvos', '../README.tvOS.md', 'tvOS build guide', []],
11 ['build_ubuntu', '../README.Ubuntu.md', 'Debian/Ubuntu build guide', []],
12 ['build_windows', '../README.Windows.md', 'Windows build guide', []],
13 ['code_guidelines', '../CODE_GUIDELINES.md', 'Code Guidelines', []],
14 ['git_fu', '../GIT-FU.md', 'Git tutorial', []],
15 ['contributing', '../CONTRIBUTING.md', '3: Contributing', ['git_fu', 'code_guidelines']],
16]

◆ navtree

build.navtree = None

◆ new_navtree

list build.new_navtree = []

◆ output_file

build.output_file = os.path.join("pages", "generated", page[0] + ".dox")