mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 22:00:19 +00:00
Add missing documentation from the plugin interface
Also update the structure as the documentation doesn't only describe libfwupd.
This commit is contained in:
parent
4a7bb8d98a
commit
f1a4d87063
@ -15,7 +15,7 @@ ninja -C build test -v
|
|||||||
#make docs available outside of docker
|
#make docs available outside of docker
|
||||||
ninja -C build install -v
|
ninja -C build install -v
|
||||||
mkdir -p dist/docs
|
mkdir -p dist/docs
|
||||||
cp build/docs/libfwupd/* dist/docs -R
|
cp build/docs/* dist/docs -R
|
||||||
|
|
||||||
#run static analysis (these mostly won't be critical)
|
#run static analysis (these mostly won't be critical)
|
||||||
ninja -C build scan-build -v
|
ninja -C build scan-build -v
|
||||||
|
@ -370,7 +370,7 @@ rm ${RPM_BUILD_ROOT}%{_sbindir}/flashrom
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
||||||
%{_datadir}/gtk-doc/html/libfwupd
|
%{_datadir}/gtk-doc/html/fwupd
|
||||||
%{_datadir}/vala/vapi
|
%{_datadir}/vala/vapi
|
||||||
%{_includedir}/fwupd-1
|
%{_includedir}/fwupd-1
|
||||||
%{_libdir}/libfwupd*.so
|
%{_libdir}/libfwupd*.so
|
||||||
|
@ -41,13 +41,31 @@
|
|||||||
Functionality available to plugins.
|
Functionality available to plugins.
|
||||||
</para>
|
</para>
|
||||||
</partintro>
|
</partintro>
|
||||||
|
<xi:include href="xml/fu-archive.xml"/>
|
||||||
<xi:include href="xml/fu-chunk.xml"/>
|
<xi:include href="xml/fu-chunk.xml"/>
|
||||||
|
<xi:include href="xml/fu-common-cab.xml"/>
|
||||||
|
<xi:include href="xml/fu-common-guid.xml"/>
|
||||||
|
<xi:include href="xml/fu-common-version.xml"/>
|
||||||
<xi:include href="xml/fu-common.xml"/>
|
<xi:include href="xml/fu-common.xml"/>
|
||||||
<xi:include href="xml/fu-device-locker.xml"/>
|
<xi:include href="xml/fu-device-locker.xml"/>
|
||||||
<xi:include href="xml/fu-device-metadata.xml"/>
|
<xi:include href="xml/fu-device-metadata.xml"/>
|
||||||
<xi:include href="xml/fu-device.xml"/>
|
<xi:include href="xml/fu-device.xml"/>
|
||||||
|
<xi:include href="xml/fu-dfu-firmware.xml"/>
|
||||||
|
<xi:include href="xml/fu-firmware-common.xml"/>
|
||||||
|
<xi:include href="xml/fu-firmware-image.xml"/>
|
||||||
|
<xi:include href="xml/fu-firmware.xml"/>
|
||||||
|
<xi:include href="xml/fu-history.xml"/>
|
||||||
|
<xi:include href="xml/fu-hwids.xml"/>
|
||||||
|
<xi:include href="xml/fu-ihex-firmware.xml"/>
|
||||||
|
<xi:include href="xml/fu-srec-firmware.xml"/>
|
||||||
|
<xi:include href="xml/fu-io-channel.xml"/>
|
||||||
|
<xi:include href="xml/fu-mutex.xml"/>
|
||||||
|
<xi:include href="xml/fu-plugin-vfuncs.xml"/>
|
||||||
<xi:include href="xml/fu-plugin.xml"/>
|
<xi:include href="xml/fu-plugin.xml"/>
|
||||||
|
<xi:include href="xml/fu-progressbar.xml"/>
|
||||||
<xi:include href="xml/fu-quirks.xml"/>
|
<xi:include href="xml/fu-quirks.xml"/>
|
||||||
|
<xi:include href="xml/fu-smbios.xml"/>
|
||||||
|
<xi:include href="xml/fu-test.xml"/>
|
||||||
<xi:include href="xml/fu-udev-device.xml"/>
|
<xi:include href="xml/fu-udev-device.xml"/>
|
||||||
<xi:include href="xml/fu-usb-device.xml"/>
|
<xi:include href="xml/fu-usb-device.xml"/>
|
||||||
</reference>
|
</reference>
|
@ -1,5 +0,0 @@
|
|||||||
rm -f *.txt
|
|
||||||
rm -rf html/
|
|
||||||
rm -rf xml/
|
|
||||||
rm -rf tmpl/
|
|
||||||
rm -f *.stamp
|
|
@ -1,6 +0,0 @@
|
|||||||
fwupd_client_get_type
|
|
||||||
fwupd_device_get_type
|
|
||||||
fwupd_quirks_get_type
|
|
||||||
fwupd_release_get_type
|
|
||||||
fwupd_remote_get_type
|
|
||||||
fwupd_result_get_type
|
|
@ -1,11 +0,0 @@
|
|||||||
gnome.gtkdoc(
|
|
||||||
'libfwupd',
|
|
||||||
src_dir : [
|
|
||||||
join_paths(meson.source_root(), 'libfwupd'),
|
|
||||||
join_paths(meson.source_root(), 'src'),
|
|
||||||
join_paths(meson.build_root(), 'libfwupd'),
|
|
||||||
join_paths(meson.build_root(), 'src'),
|
|
||||||
],
|
|
||||||
main_xml : 'libfwupd-docs.xml',
|
|
||||||
install : true
|
|
||||||
)
|
|
@ -1 +1,11 @@
|
|||||||
subdir('libfwupd')
|
gnome.gtkdoc(
|
||||||
|
'fwupd',
|
||||||
|
src_dir : [
|
||||||
|
join_paths(meson.source_root(), 'libfwupd'),
|
||||||
|
join_paths(meson.source_root(), 'src'),
|
||||||
|
join_paths(meson.build_root(), 'libfwupd'),
|
||||||
|
join_paths(meson.build_root(), 'src'),
|
||||||
|
],
|
||||||
|
main_xml : 'fwupd-docs.xml',
|
||||||
|
install : true
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user