mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Revert "HOTDOC"
This reverts commit 5e251483ee
.
This was not meant to be pushed.
This commit is contained in:
parent
a125b8d73b
commit
5c5179c40b
4 changed files with 2 additions and 69 deletions
|
@ -1 +0,0 @@
|
|||
# Base classes
|
|
@ -1,5 +0,0 @@
|
|||
# Low level APIs
|
||||
|
||||
Those APIs should usually not be used unless you know
|
||||
what you are doing, check other parts of the documentation
|
||||
before deciding you should use one of those.
|
|
@ -4,10 +4,7 @@ foreach f: ['gesmarshal.*',
|
|||
'ges-auto-transition.*',
|
||||
'ges-structured-interface.*',
|
||||
'ges-structure-parser.*',
|
||||
'ges-version.h',
|
||||
'ges-smart-*',
|
||||
'ges-command-line-formatter.*',
|
||||
'ges-base-xml-formatter.h',
|
||||
'ges-smart-*.',
|
||||
'gstframepositioner.*',
|
||||
'lex.priv_ges_parse_yy.c']
|
||||
ges_excludes += [join_paths(meson.current_source_dir(), '..', '..', 'ges', f)]
|
||||
|
@ -17,7 +14,7 @@ hotdoc = import('hotdoc')
|
|||
gst_editing_services_doc = hotdoc.generate_doc('gst-editing-services',
|
||||
project_version: apiversion,
|
||||
extra_assets: [join_paths(meson.current_source_dir(), 'images')],
|
||||
c_sources: ['../../ges/ges.[ch]', '../../ges/*.[hc]'],
|
||||
c_sources: ['../../ges/ges.h', '../../ges/*.[hc]'],
|
||||
gi_sources: [ges_gir[0].full_path()],
|
||||
c_source_filters: ges_excludes,
|
||||
sitemap: 'sitemap.txt',
|
||||
|
|
|
@ -1,59 +1 @@
|
|||
gi-index
|
||||
ges.h
|
||||
ges-timeline.h
|
||||
ges-layer.h
|
||||
ges-clip.h
|
||||
ges-uri-clip.h
|
||||
ges-title-clip.h
|
||||
ges-test-clip.h
|
||||
ges-pipeline.h
|
||||
ges-project.h
|
||||
ges-effect.h
|
||||
base-classes.md
|
||||
ges-timeline-element.h
|
||||
ges-container.h
|
||||
ges-track.h
|
||||
ges-audio-track.h
|
||||
ges-video-track.h
|
||||
ges-asset.h
|
||||
ges-extractable.h
|
||||
ges-gerror.h
|
||||
ges-group.h
|
||||
ges-meta-container.h
|
||||
ges-text-overlay.h
|
||||
ges-formatter.h
|
||||
ges-track-element.h
|
||||
ges-video-source.h
|
||||
ges-audio-source.h
|
||||
ges-utils.h
|
||||
ges-enums.h
|
||||
low_level.md
|
||||
ges-audio-test-source.h
|
||||
ges-audio-transition.h
|
||||
ges-audio-uri-source.h
|
||||
ges-base-effect-clip.h
|
||||
ges-base-effect.h
|
||||
ges-base-transition-clip.h
|
||||
ges-clip-asset.h
|
||||
ges-effect-asset.h
|
||||
ges-effect-clip.h
|
||||
ges-image-source.h
|
||||
ges-multi-file-source.h
|
||||
ges-operation-clip.h
|
||||
ges-operation.h
|
||||
ges-overlay-clip.h
|
||||
ges-pitivi-formatter.h
|
||||
ges-screenshot.h
|
||||
ges-source-clip.h
|
||||
ges-source.h
|
||||
ges-text-overlay-clip.h
|
||||
ges-title-source.h
|
||||
ges-track-element-asset.h
|
||||
ges-transition-clip.h
|
||||
ges-transition.h
|
||||
ges-types.h
|
||||
ges-uri-asset.h
|
||||
ges-video-test-source.h
|
||||
ges-video-transition.h
|
||||
ges-video-uri-source.h
|
||||
ges-xml-formatter.h
|
||||
|
|
Loading…
Reference in a new issue