Preliminary documentation of provider interfaces
* Preliminary documentation of CallsCall and CallsMessageSource * Documentation and cleaning up of CallsCallData * Add data files and meson rules to create gtk-doc documentation * Move some macros from util.h to calls-message-source.h
This commit is contained in:
7
doc/xml/gtkdocentities.ent.in
Normal file
7
doc/xml/gtkdocentities.ent.in
Normal file
@@ -0,0 +1,7 @@
|
||||
<!ENTITY package "@PACKAGE@">
|
||||
<!ENTITY package_bugreport "@PACKAGE_BUGREPORT@">
|
||||
<!ENTITY package_name "@PACKAGE_NAME@">
|
||||
<!ENTITY package_string "@PACKAGE_STRING@">
|
||||
<!ENTITY package_tarname "@PACKAGE_TARNAME@">
|
||||
<!ENTITY package_url "@PACKAGE_URL@">
|
||||
<!ENTITY package_version "@PACKAGE_VERSION@">
|
9
doc/xml/meson.build
Normal file
9
doc/xml/meson.build
Normal file
@@ -0,0 +1,9 @@
|
||||
ent_conf = configuration_data()
|
||||
ent_conf.set('PACKAGE', 'Calls')
|
||||
ent_conf.set('PACKAGE_BUGREPORT', 'https://code.puri.sm/Librem5/calls/issues')
|
||||
ent_conf.set('PACKAGE_NAME', 'Calls')
|
||||
ent_conf.set('PACKAGE_STRING', 'calls')
|
||||
ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version())
|
||||
ent_conf.set('PACKAGE_URL', 'https://code.puri.sm/Librem5/calls')
|
||||
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||
configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
|
Reference in New Issue
Block a user