alsa-lib/doc
Jaroslav Kysela c39882f602 Configuration:
- changed snd_config_get_id function to follow semantic of other get functions
  - added snd_config_test_id
  - added runtime pointer type (not persistent)
    - added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
  - added type/contents checking for callback functions
    - changed 'void *private_data' to 'snd_config_t *private_data'
  - renamed card_strtype functions to card_driver
Control:
  - fixed passing parameters to snd_ctl_async
Async handlers:
  - added public snd_async_handler_get_signo function
Documentation:
  - moved all documentation to source files
2001-11-19 08:14:21 +00:00
..
asoundrc.txt asoundrc.doc -> asoundrc.txt 2001-09-21 08:27:24 +00:00
doxygen.cfg Configuration: 2001-11-19 08:14:21 +00:00
index.doxygen More updates regarding configuration 2001-11-08 17:34:30 +00:00
Makefile.am Added doxygen documentation 2001-11-05 07:49:58 +00:00
README.1st Fixed 2001-08-30 09:28:17 +00:00

The doxygen documentation is created with command 'make doc' in toplevel
directory.