mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 12:32:43 +00:00
docs: use doxygen directly and drop breathe (#2739)
This commit is contained in:
parent
4683bcaf36
commit
10666c0194
@ -19,6 +19,7 @@ pacman -Syu --noconfirm --ignore=mingw-w64-ucrt-x86_64-curl \
|
|||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
|
mingw-w64-ucrt-x86_64-boost \
|
||||||
mingw-w64-ucrt-x86_64-cmake \
|
mingw-w64-ucrt-x86_64-cmake \
|
||||||
mingw-w64-ucrt-x86_64-cppwinrt \
|
mingw-w64-ucrt-x86_64-cppwinrt \
|
||||||
mingw-w64-ucrt-x86_64-graphviz \
|
mingw-w64-ucrt-x86_64-graphviz \
|
||||||
|
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -990,9 +990,11 @@ jobs:
|
|||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
pacman -U --noconfirm mingw-w64-ucrt-x86_64-curl-8.8.0-1-any.pkg.tar.zst
|
pacman -U --noconfirm mingw-w64-ucrt-x86_64-curl-8.8.0-1-any.pkg.tar.zst
|
||||||
pacman -Syu --noconfirm --ignore=mingw-w64-ucrt-x86_64-curl \
|
pacman -Syu --noconfirm \
|
||||||
|
--ignore=mingw-w64-ucrt-x86_64-curl \
|
||||||
doxygen \
|
doxygen \
|
||||||
git \
|
git \
|
||||||
|
mingw-w64-ucrt-x86_64-boost \
|
||||||
mingw-w64-ucrt-x86_64-cmake \
|
mingw-w64-ucrt-x86_64-cmake \
|
||||||
mingw-w64-ucrt-x86_64-cppwinrt \
|
mingw-w64-ucrt-x86_64-cppwinrt \
|
||||||
mingw-w64-ucrt-x86_64-graphviz \
|
mingw-w64-ucrt-x86_64-graphviz \
|
||||||
|
@ -8,7 +8,7 @@ version: 2
|
|||||||
|
|
||||||
# Set the version of Python
|
# Set the version of Python
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
apt_packages:
|
apt_packages:
|
||||||
|
@ -61,13 +61,13 @@ PROJECT_BRIEF = "Sunshine is a Gamestream host for Moonlight."
|
|||||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||||
# the logo to the output directory.
|
# the logo to the output directory.
|
||||||
|
|
||||||
PROJECT_LOGO = ../sunshine.png
|
PROJECT_LOGO = ../sunshine.png
|
||||||
|
|
||||||
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
|
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
|
||||||
# when the HTML document is shown. Doxygen will copy the logo to the output
|
# when the HTML document is shown. Doxygen will copy the logo to the output
|
||||||
# directory.
|
# directory.
|
||||||
|
|
||||||
PROJECT_ICON =
|
PROJECT_ICON = ../sunshine.ico
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
||||||
# into which the generated documentation will be written. If a relative path is
|
# into which the generated documentation will be written. If a relative path is
|
||||||
@ -1328,7 +1328,7 @@ IGNORE_PREFIX =
|
|||||||
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
|
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
GENERATE_HTML = NO
|
GENERATE_HTML = YES
|
||||||
|
|
||||||
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
|
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
@ -1336,14 +1336,14 @@ GENERATE_HTML = NO
|
|||||||
# The default directory is: html.
|
# The default directory is: html.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_OUTPUT = doxyhtml
|
HTML_OUTPUT = doxygen/doxyhtml
|
||||||
|
|
||||||
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
||||||
# generated HTML page (for example: .htm, .php, .asp).
|
# generated HTML page (for example: .htm, .php, .asp).
|
||||||
# The default value is: .html.
|
# The default value is: .html.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_FILE_EXTENSION = .html
|
HTML_FILE_EXTENSION = .html
|
||||||
|
|
||||||
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
|
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
|
||||||
# each generated HTML page. If the tag is left blank doxygen will generate a
|
# each generated HTML page. If the tag is left blank doxygen will generate a
|
||||||
@ -1426,7 +1426,7 @@ HTML_EXTRA_FILES =
|
|||||||
# The default value is: AUTO_LIGHT.
|
# The default value is: AUTO_LIGHT.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_COLORSTYLE = AUTO_LIGHT
|
HTML_COLORSTYLE = TOGGLE
|
||||||
|
|
||||||
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
||||||
# will adjust the colors in the style sheet and background images according to
|
# will adjust the colors in the style sheet and background images according to
|
||||||
@ -1553,7 +1553,7 @@ DOCSET_FEEDURL =
|
|||||||
# The default value is: org.doxygen.Project.
|
# The default value is: org.doxygen.Project.
|
||||||
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
||||||
|
|
||||||
DOCSET_BUNDLE_ID = org.doxygen.Project
|
DOCSET_BUNDLE_ID = dev.lizardbyte.Sunshine
|
||||||
|
|
||||||
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
|
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
|
||||||
# the documentation publisher. This should be a reverse domain-name style
|
# the documentation publisher. This should be a reverse domain-name style
|
||||||
@ -1561,13 +1561,13 @@ DOCSET_BUNDLE_ID = org.doxygen.Project
|
|||||||
# The default value is: org.doxygen.Publisher.
|
# The default value is: org.doxygen.Publisher.
|
||||||
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
||||||
|
|
||||||
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
|
DOCSET_PUBLISHER_ID = dev.lizardbyte.Sunshine.documentation
|
||||||
|
|
||||||
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
|
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
|
||||||
# The default value is: Publisher.
|
# The default value is: Publisher.
|
||||||
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
# This tag requires that the tag GENERATE_DOCSET is set to YES.
|
||||||
|
|
||||||
DOCSET_PUBLISHER_NAME = Publisher
|
DOCSET_PUBLISHER_NAME = LizardByte
|
||||||
|
|
||||||
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|
||||||
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
|
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
|
||||||
@ -2278,7 +2278,9 @@ MAN_LINKS = NO
|
|||||||
# captures the structure of the code including all documentation.
|
# captures the structure of the code including all documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
GENERATE_XML = YES
|
# TODO: Sphinx/Breathe does not support Objective-C right now, so disable XML
|
||||||
|
# https://github.com/breathe-doc/breathe/issues/129
|
||||||
|
GENERATE_XML = NO
|
||||||
|
|
||||||
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
@ -2286,7 +2288,7 @@ GENERATE_XML = YES
|
|||||||
# The default directory is: xml.
|
# The default directory is: xml.
|
||||||
# This tag requires that the tag GENERATE_XML is set to YES.
|
# This tag requires that the tag GENERATE_XML is set to YES.
|
||||||
|
|
||||||
XML_OUTPUT = doxyxml
|
XML_OUTPUT = doxygen/doxyxml
|
||||||
|
|
||||||
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
|
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
|
||||||
# listings (including syntax highlighting and cross-referencing information) to
|
# listings (including syntax highlighting and cross-referencing information) to
|
||||||
@ -2540,7 +2542,7 @@ HIDE_UNDOC_RELATIONS = YES
|
|||||||
# set to NO
|
# set to NO
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
HAVE_DOT = YES
|
HAVE_DOT = YES
|
||||||
|
|
||||||
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
|
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
|
||||||
# to run in parallel. When set to 0 doxygen will base this on the number of
|
# to run in parallel. When set to 0 doxygen will base this on the number of
|
||||||
@ -2550,7 +2552,8 @@ HAVE_DOT = YES
|
|||||||
# Minimum value: 0, maximum value: 32, default value: 0.
|
# Minimum value: 0, maximum value: 32, default value: 0.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_NUM_THREADS = 0
|
# TODO: On Windows, Doxygen hangs when creating dot graphs if this is set to 0
|
||||||
|
DOT_NUM_THREADS = 1
|
||||||
|
|
||||||
# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
|
# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
|
||||||
# subgraphs. When you want a differently looking font in the dot files that
|
# subgraphs. When you want a differently looking font in the dot files that
|
||||||
@ -2765,7 +2768,7 @@ DIR_GRAPH_MAX_DEPTH = 1
|
|||||||
# The default value is: png.
|
# The default value is: png.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_IMAGE_FORMAT = png
|
DOT_IMAGE_FORMAT = svg
|
||||||
|
|
||||||
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
||||||
# enable generation of interactive SVG images that allow zooming and panning.
|
# enable generation of interactive SVG images that allow zooming and panning.
|
||||||
@ -2777,7 +2780,7 @@ DOT_IMAGE_FORMAT = png
|
|||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
INTERACTIVE_SVG = NO
|
INTERACTIVE_SVG = YES
|
||||||
|
|
||||||
# The DOT_PATH tag can be used to specify the path where the dot tool can be
|
# The DOT_PATH tag can be used to specify the path where the dot tool can be
|
||||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
# found. If left blank, it is assumed the dot tool can be found in the path.
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
breathe==4.35.0
|
|
||||||
furo==2024.5.6
|
furo==2024.5.6
|
||||||
m2r2==0.3.3.post2
|
m2r2==0.3.3.post2
|
||||||
rstcheck[sphinx]==6.2.1
|
rstcheck[sphinx]==6.2.1
|
||||||
|
@ -8,6 +8,51 @@
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
from typing import Mapping, Optional
|
||||||
|
|
||||||
|
|
||||||
|
# re-usable functions
|
||||||
|
def _run_subprocess(
|
||||||
|
args_list: list,
|
||||||
|
cwd: Optional[str] = None,
|
||||||
|
env: Optional[Mapping] = None,
|
||||||
|
) -> bool:
|
||||||
|
og_dir = os.getcwd()
|
||||||
|
if cwd:
|
||||||
|
os.chdir(cwd)
|
||||||
|
process = subprocess.Popen(
|
||||||
|
args=args_list,
|
||||||
|
stdout=subprocess.PIPE,
|
||||||
|
stderr=subprocess.STDOUT,
|
||||||
|
cwd=cwd,
|
||||||
|
encoding='utf-8',
|
||||||
|
env=env,
|
||||||
|
errors='replace',
|
||||||
|
)
|
||||||
|
|
||||||
|
if cwd:
|
||||||
|
os.chdir(og_dir)
|
||||||
|
|
||||||
|
# Print stdout and stderr in real-time
|
||||||
|
# https://stackoverflow.com/a/57970619/11214013
|
||||||
|
while True:
|
||||||
|
realtime_output = process.stdout.readline()
|
||||||
|
|
||||||
|
if realtime_output == '' and process.poll() is not None:
|
||||||
|
break
|
||||||
|
|
||||||
|
if realtime_output:
|
||||||
|
print(realtime_output.strip(), flush=True)
|
||||||
|
|
||||||
|
process.stdout.close()
|
||||||
|
|
||||||
|
exit_code = process.wait()
|
||||||
|
|
||||||
|
if exit_code != 0:
|
||||||
|
print(f'::error:: Process [{args_list}] failed with exit code', exit_code)
|
||||||
|
raise RuntimeError(f'Process [{args_list}] failed with exit code {exit_code}')
|
||||||
|
else:
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
# -- Path setup --------------------------------------------------------------
|
# -- Path setup --------------------------------------------------------------
|
||||||
@ -35,11 +80,9 @@ version = os.getenv('READTHEDOCS_VERSION', 'dirty')
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'breathe', # c++ support for sphinx with doxygen
|
|
||||||
'm2r2', # enable markdown files
|
'm2r2', # enable markdown files
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
'sphinx.ext.todo', # enable to-do sections
|
'sphinx.ext.todo', # enable to-do sections
|
||||||
'sphinx.ext.graphviz', # enable graphs for breathe
|
|
||||||
'sphinx.ext.viewcode', # add links to view source code
|
'sphinx.ext.viewcode', # add links to view source code
|
||||||
'sphinx_copybutton', # add a copy button to code blocks
|
'sphinx_copybutton', # add a copy button to code blocks
|
||||||
'sphinx_inline_tabs', # add tabs
|
'sphinx_inline_tabs', # add tabs
|
||||||
@ -79,12 +122,6 @@ html_theme_options = {
|
|||||||
|
|
||||||
# extension config options
|
# extension config options
|
||||||
autosectionlabel_prefix_document = True # Make sure the target is unique
|
autosectionlabel_prefix_document = True # Make sure the target is unique
|
||||||
breathe_default_project = 'src'
|
|
||||||
breathe_implementation_filename_extensions = ['.c', '.cc', '.cpp', '.mm']
|
|
||||||
breathe_order_parameters_first = False
|
|
||||||
breathe_projects = dict(
|
|
||||||
src="../build/doxyxml"
|
|
||||||
)
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
# disable epub mimetype warnings
|
# disable epub mimetype warnings
|
||||||
@ -92,14 +129,15 @@ todo_include_todos = True
|
|||||||
suppress_warnings = ["epub.unknown_project_files"]
|
suppress_warnings = ["epub.unknown_project_files"]
|
||||||
|
|
||||||
# get doxygen version
|
# get doxygen version
|
||||||
doxy_proc = subprocess.run('doxygen --version', shell=True, cwd=source_dir, capture_output=True)
|
doxy_version = _run_subprocess(
|
||||||
doxy_version = doxy_proc.stdout.decode('utf-8').strip()
|
args_list=['doxygen', '--version'],
|
||||||
print('doxygen version: ' + doxy_version)
|
cwd=source_dir,
|
||||||
|
)
|
||||||
|
|
||||||
# create build directories, as doxygen fails to create it in macports and docker
|
# create build directories, as doxygen fails to create it in macports and docker
|
||||||
directories = [
|
directories = [
|
||||||
os.path.join(source_dir, 'build'),
|
os.path.join(source_dir, 'build'),
|
||||||
os.path.join(source_dir, 'build', 'doxyxml'),
|
os.path.join(source_dir, 'build', 'doxygen', 'doxyhtml'),
|
||||||
]
|
]
|
||||||
for d in directories:
|
for d in directories:
|
||||||
os.makedirs(
|
os.makedirs(
|
||||||
@ -108,6 +146,12 @@ for d in directories:
|
|||||||
)
|
)
|
||||||
|
|
||||||
# run doxygen
|
# run doxygen
|
||||||
doxy_proc = subprocess.run('doxygen Doxyfile', shell=True, cwd=source_dir)
|
doxy_proc = _run_subprocess(
|
||||||
if doxy_proc.returncode != 0:
|
args_list=['doxygen', 'Doxyfile'],
|
||||||
raise RuntimeError('doxygen failed with return code ' + str(doxy_proc.returncode))
|
cwd=source_dir
|
||||||
|
)
|
||||||
|
|
||||||
|
# copy doxygen html files
|
||||||
|
html_extra_path = [
|
||||||
|
os.path.join(source_dir, 'build', 'doxygen'), # the final directory is omitted in order to have a proper path
|
||||||
|
]
|
||||||
|
@ -55,37 +55,12 @@ Example Documentation Blocks
|
|||||||
Source
|
Source
|
||||||
------
|
------
|
||||||
|
|
||||||
.. toctree::
|
Please refer to the `Doxygen Documentation <../doxyhtml/index.html>`_ for more details.
|
||||||
:caption: src
|
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
src/*
|
.. todo:: Sphinx and Breathe do not support the Objective-C Domain.
|
||||||
|
See https://github.com/breathe-doc/breathe/issues/129
|
||||||
|
|
||||||
.. toctree::
|
.. .. doxygenindex::
|
||||||
:caption: src/platform
|
.. :allow-dot-graphs:
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
src/platform/*
|
.. Ideally, we would use `doxygenfile` with `:allow-dot-graphs:`, but sphinx complains about duplicated namespaces...
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:caption: src/platform/linux
|
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
src/platform/linux/*
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:caption: src/platform/macos
|
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
src/platform/macos/*
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:caption: src/platform/windows
|
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
src/platform/windows/*
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
audio
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. doxygenfile:: audio.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
cbs
|
|
||||||
===
|
|
||||||
|
|
||||||
.. doxygenfile:: cbs.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
config
|
|
||||||
======
|
|
||||||
|
|
||||||
.. doxygenfile:: config.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
confighttp
|
|
||||||
==========
|
|
||||||
|
|
||||||
.. doxygenfile:: confighttp.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
crypto
|
|
||||||
======
|
|
||||||
|
|
||||||
.. doxygenfile:: crypto.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
entry_handler
|
|
||||||
=============
|
|
||||||
|
|
||||||
.. doxygenfile:: entry_handler.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
file_handler
|
|
||||||
============
|
|
||||||
|
|
||||||
.. doxygenfile:: file_handler.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
globals
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. doxygenfile:: globals.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
httpcommon
|
|
||||||
==========
|
|
||||||
|
|
||||||
.. doxygenfile:: httpcommon.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
input
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. doxygenfile:: input.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
logging
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. doxygenfile:: logging.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
main
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: main.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
move_by_copy
|
|
||||||
============
|
|
||||||
|
|
||||||
.. doxygenfile:: move_by_copy.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
network
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. doxygenfile:: network.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
nvhttp
|
|
||||||
======
|
|
||||||
|
|
||||||
.. doxygenfile:: nvhttp.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,4 +0,0 @@
|
|||||||
common
|
|
||||||
======
|
|
||||||
|
|
||||||
.. todo:: Add common.h
|
|
@ -1,5 +0,0 @@
|
|||||||
cuda
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: platform/linux/cuda.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,4 +0,0 @@
|
|||||||
graphics
|
|
||||||
========
|
|
||||||
|
|
||||||
.. todo:: Add graphics.h
|
|
@ -1,4 +0,0 @@
|
|||||||
misc
|
|
||||||
====
|
|
||||||
|
|
||||||
.. todo:: Add misc.h
|
|
@ -1,5 +0,0 @@
|
|||||||
vaapi
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. doxygenfile:: platform/linux/vaapi.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
wayland
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. doxygenfile:: platform/linux/wayland.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,4 +0,0 @@
|
|||||||
x11grab
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. todo:: Add x11grab.h
|
|
@ -1,4 +0,0 @@
|
|||||||
av_audio
|
|
||||||
========
|
|
||||||
|
|
||||||
.. todo:: Add av_audio.h
|
|
@ -1,4 +0,0 @@
|
|||||||
av_img_t
|
|
||||||
========
|
|
||||||
|
|
||||||
.. todo:: Add av_img_t.h
|
|
@ -1,4 +0,0 @@
|
|||||||
av_video
|
|
||||||
========
|
|
||||||
|
|
||||||
.. todo:: Add av_video.h
|
|
@ -1,5 +0,0 @@
|
|||||||
misc
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: platform/macos/misc.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,4 +0,0 @@
|
|||||||
nv12_zero_device
|
|
||||||
================
|
|
||||||
|
|
||||||
.. todo:: Add nv12_zero_device.h
|
|
@ -1,4 +0,0 @@
|
|||||||
PolicyConfig
|
|
||||||
============
|
|
||||||
|
|
||||||
.. todo:: Add PolicyConfig.h
|
|
@ -1,4 +0,0 @@
|
|||||||
display
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. todo:: Add display.h
|
|
@ -1,5 +0,0 @@
|
|||||||
misc
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: platform/windows/misc.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
process
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. doxygenfile:: process.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
round_robin
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. doxygenfile:: round_robin.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
rtsp
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: rtsp.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
stream
|
|
||||||
======
|
|
||||||
|
|
||||||
.. doxygenfile:: stream.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
sync
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: sync.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
system_tray
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. doxygenfile:: system_tray.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
task_pool
|
|
||||||
=========
|
|
||||||
|
|
||||||
.. doxygenfile:: task_pool.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
thread_pool
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. doxygenfile:: thread_pool.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
thread_safe
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. doxygenfile:: thread_safe.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
upnp
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: upnp.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,4 +0,0 @@
|
|||||||
utility
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. todo:: Add utility.h
|
|
@ -1,5 +0,0 @@
|
|||||||
uuid
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenfile:: uuid.h
|
|
||||||
:allow-dot-graphs:
|
|
@ -1,5 +0,0 @@
|
|||||||
video
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. doxygenfile:: video.h
|
|
||||||
:allow-dot-graphs:
|
|
Loading…
x
Reference in New Issue
Block a user