diff options
author | Jaroslav Kysela <perex@perex.cz> | 2002-01-09 21:28:15 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2002-01-09 21:28:15 +0000 |
commit | d10bcbf76d7ca283abff4db5888946ea114a1d78 (patch) | |
tree | 415b2aed6ac32d935ef0a055b5669a98411bb61f /doc | |
parent | b642a7c11ede7f4220b1797a0529c3da2e4ab659 (diff) |
Added snd_config_load_override().
Fixed problem with EOF detection in freestring parser.
Fixed problem with run-time argument parsing (snd_config_load()->snd_config_load_override() replace).
Added more documentation for configuration run-time arguments and hooks.
Fixed the behaviour of snd_config_search_definition() - implicit and explicit base.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.doxygen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/index.doxygen b/doc/index.doxygen index 7842214c..edd12861 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -39,6 +39,7 @@ may be placed in the library code instead of the kernel driver.</P> <LI>Page \ref conf explains the syntax of library configuration files. <LI>Page \ref confarg explains the run-time argument syntax. <LI>Page \ref conffunc explains the run-time function definition and usage. + <LI>Page \ref confhooks explains the run-time hooks definition and usage. </UL> */ |