Browse Source

Clean up Doxygen index

zrythm_meson
David Robillard 2 years ago
parent
commit
3e7abdc3da
  1. 1
      doc/doxy-style.css
  2. 5
      lv2/atom/atom.h
  3. 3
      lv2/atom/forge.h
  4. 3
      lv2/atom/util.h
  5. 5
      lv2/buf-size/buf-size.h
  6. 4
      lv2/core/lv2.h
  7. 5
      lv2/data-access/data-access.h
  8. 5
      lv2/dynmanifest/dynmanifest.h
  9. 5
      lv2/event/event.h
  10. 5
      lv2/instance-access/instance-access.h
  11. 5
      lv2/log/log.h
  12. 5
      lv2/midi/midi.h
  13. 5
      lv2/morph/morph.h
  14. 5
      lv2/options/options.h
  15. 5
      lv2/parameters/parameters.h
  16. 5
      lv2/patch/patch.h
  17. 5
      lv2/port-groups/port-groups.h
  18. 4
      lv2/presets/presets.h
  19. 5
      lv2/state/state.h
  20. 5
      lv2/time/time.h
  21. 5
      lv2/ui/ui.h
  22. 5
      lv2/units/units.h
  23. 4
      lv2/uri-map/uri-map.h
  24. 5
      lv2/urid/urid.h
  25. 5
      lv2/worker/worker.h

1
doc/doxy-style.css

@ -641,6 +641,7 @@ td.entry { @@ -641,6 +641,7 @@ td.entry {
width: 16px;
height: 22px;
vertical-align: top;
visibility: hidden;
}
td.entry b {

5
lv2/atom/atom.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup atom Atom
@ingroup lv2
A generic value container and several data types, see
<http://lv2plug.in/ns/ext/atom> for details.
A generic value container and several data types.
See <http://lv2plug.in/ns/ext/atom> for details.
@{
*/

3
lv2/atom/forge.h

@ -42,6 +42,9 @@ @@ -42,6 +42,9 @@
/**
@defgroup forge Forge
@ingroup atom
An API for constructing LV2 atoms.
@{
*/

3
lv2/atom/util.h

@ -25,6 +25,9 @@ @@ -25,6 +25,9 @@
/**
@defgroup util Utilities
@ingroup atom
Utilities for working with atoms.
@{
*/

5
lv2/buf-size/buf-size.h

@ -21,8 +21,9 @@ @@ -21,8 +21,9 @@
@defgroup buf-size Buffer Size
@ingroup lv2
Access to, and restrictions on, buffer sizes; see
<http://lv2plug.in/ns/ext/buf-size> for details.
Access to, and restrictions on, buffer sizes.
See <http://lv2plug.in/ns/ext/buf-size> for details.
@{
*/

4
lv2/core/lv2.h

@ -29,7 +29,9 @@ @@ -29,7 +29,9 @@
/**
@defgroup lv2core LV2 Core
Core LV2 specification, see <http://lv2plug.in/ns/lv2core> for details.
Core LV2 specification.
See <http://lv2plug.in/ns/lv2core> for details.
@{
*/

5
lv2/data-access/data-access.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup data-access Data Access
@ingroup lv2
Access to plugin extension_data() for UIs, see
<http://lv2plug.in/ns/ext/data-access> for details.
Access to plugin extension_data() for UIs.
See <http://lv2plug.in/ns/ext/data-access> for details.
@{
*/

5
lv2/dynmanifest/dynmanifest.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup dynmanifest Dynamic Manifest
@ingroup lv2
Support for dynamic data generation, see
<http://lv2plug.in/ns/ext/dynmanifest> for details.
Support for dynamic data generation.
See <http://lv2plug.in/ns/ext/dynmanifest> for details.
@{
*/

5
lv2/event/event.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup event Event
@ingroup lv2
Generic time-stamped events, see <http://lv2plug.in/ns/ext/event> for
details.
Generic time-stamped events.
See <http://lv2plug.in/ns/ext/event> for details.
@{
*/

5
lv2/instance-access/instance-access.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup instance-access Instance Access
@ingroup lv2
Access to the LV2_Handle of a plugin for UIs; see
<http://lv2plug.in/ns/ext/instance-access> for details.
Access to the LV2_Handle of a plugin for UIs.
See <http://lv2plug.in/ns/ext/instance-access> for details.
@{
*/

5
lv2/log/log.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup log Log
@ingroup lv2
Interface for plugins to log via the host; see
<http://lv2plug.in/ns/ext/log> for details.
Interface for plugins to log via the host.
See <http://lv2plug.in/ns/ext/log> for details.
@{
*/

5
lv2/midi/midi.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup midi MIDI
@ingroup lv2
Definitions of standard MIDI messages, see <http://lv2plug.in/ns/ext/midi>
for details.
Definitions of standard MIDI messages.
See <http://lv2plug.in/ns/ext/midi> for details.
@{
*/

5
lv2/morph/morph.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup morph Morph
@ingroup lv2
Ports that can dynamically change type, see <http://lv2plug.in/ns/ext/morph>
for details.
Ports that can dynamically change type.
See <http://lv2plug.in/ns/ext/morph> for details.
@{
*/

5
lv2/options/options.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup options Options
@ingroup lv2
Instantiation time options, see <http://lv2plug.in/ns/ext/options> for
details.
Instantiation time options.
See <http://lv2plug.in/ns/ext/options> for details.
@{
*/

5
lv2/parameters/parameters.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup parameters Parameters
@ingroup lv2
Common parameters for audio processing, see
<http://lv2plug.in/ns/ext/parameters>.
Common parameters for audio processing.
See <http://lv2plug.in/ns/ext/parameters> for details.
@{
*/

5
lv2/patch/patch.h

@ -18,12 +18,13 @@ @@ -18,12 +18,13 @@
@defgroup patch Patch
@ingroup lv2
Messages for accessing and manipulating properties, see
<http://lv2plug.in/ns/ext/patch> for details.
Messages for accessing and manipulating properties.
Note the patch extension is purely data, this header merely defines URIs for
convenience.
See <http://lv2plug.in/ns/ext/patch> for details.
@{
*/

5
lv2/port-groups/port-groups.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup port-groups Port Groups
@ingroup lv2
Multi-channel groups of LV2 ports, see
<http://lv2plug.in/ns/ext/port-groups> for details.
Multi-channel groups of LV2 ports.
See <http://lv2plug.in/ns/ext/port-groups> for details.
@{
*/

4
lv2/presets/presets.h

@ -18,7 +18,9 @@ @@ -18,7 +18,9 @@
@defgroup presets Presets
@ingroup lv2
Presets for plugins, see <http://lv2plug.in/ns/ext/presets> for details.
Presets for plugins.
See <http://lv2plug.in/ns/ext/presets> for details.
@{
*/

5
lv2/state/state.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup state State
@ingroup lv2
An interface for LV2 plugins to save and restore state, see
<http://lv2plug.in/ns/ext/state> for details.
An interface for LV2 plugins to save and restore state.
See <http://lv2plug.in/ns/ext/state> for details.
@{
*/

5
lv2/time/time.h

@ -18,12 +18,13 @@ @@ -18,12 +18,13 @@
@defgroup time Time
@ingroup lv2
Properties for describing time, see <http://lv2plug.in/ns/ext/time> for
details.
Properties for describing time.
Note the time extension is purely data, this header merely defines URIs for
convenience.
See <http://lv2plug.in/ns/ext/time> for details.
@{
*/

5
lv2/ui/ui.h

@ -20,8 +20,9 @@ @@ -20,8 +20,9 @@
@defgroup ui User Interfaces
@ingroup lv2
User interfaces of any type for plugins,
<http://lv2plug.in/ns/extensions/ui> for details.
User interfaces of any type for plugins.
See <http://lv2plug.in/ns/extensions/ui> for details.
@{
*/

5
lv2/units/units.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup units Units
@ingroup lv2
Units for LV2 values, see <http://lv2plug.in/ns/extensions/units> for
details.
Units for LV2 values.
See <http://lv2plug.in/ns/extensions/units> for details.
@{
*/

4
lv2/uri-map/uri-map.h

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
@defgroup uri-map URI Map
@ingroup lv2
C API for the LV2 URI Map extension <http://lv2plug.in/ns/ext/uri-map>.
A feature for mapping URIs to integers.
This extension defines a simple mechanism for plugins to map URIs to
integers, usually for performance reasons (e.g. processing events typed by
@ -28,6 +28,8 @@ @@ -28,6 +28,8 @@
This allows the extensibility of RDF with the performance of integers (or
centrally defined enumerations).
See <http://lv2plug.in/ns/ext/uri-map> for details.
@{
*/

5
lv2/urid/urid.h

@ -19,8 +19,9 @@ @@ -19,8 +19,9 @@
@defgroup urid URID
@ingroup lv2
Features for mapping URIs to and from integers, see
<http://lv2plug.in/ns/ext/urid> for details.
Features for mapping URIs to and from integers.
See <http://lv2plug.in/ns/ext/urid> for details.
@{
*/

5
lv2/worker/worker.h

@ -18,8 +18,9 @@ @@ -18,8 +18,9 @@
@defgroup worker Worker
@ingroup lv2
Support for non-realtime plugin operations, see
<http://lv2plug.in/ns/ext/worker> for details.
Support for non-realtime plugin operations.
See <http://lv2plug.in/ns/ext/worker> for details.
@{
*/

Loading…
Cancel
Save