mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 23:33:30 -04:00
Added main page for doxygen
This commit is contained in:
+1
-1
@@ -771,7 +771,7 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = "../src" "../include/tinyalsa"
|
||||
INPUT = "./mainpage.h" "../src" "../include/tinyalsa"
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
/** @mainpage Preamble
|
||||
*
|
||||
* Welcome to the documentation for the TinyALSA project.
|
||||
* <br><br>
|
||||
* To start, you may either view the @ref pcm or @ref mixer.
|
||||
* <br><br>
|
||||
* If you find an error in the documentation or an area for improvement,
|
||||
* open an issue or send a pull request to the <a href="https://github.com/tinyalsa/tinyalsa">github page</a>.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user