13
0

Tweak doxygen doc (include timestamp, fix folder names)

This commit is contained in:
Robin Gareus 2024-05-30 21:23:04 +02:00
parent 7c5bd69ff1
commit 44b47e70e0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 5 additions and 5 deletions

View File

@ -1337,7 +1337,7 @@ HTML_COLORSTYLE_GAMMA = 113
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP = NO
HTML_TIMESTAMP = YES
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
# documentation will contain a main index with vertical navigation menus that

View File

@ -54,7 +54,7 @@ A few specific libraries are compiled statically (e.g. fluidsynth for use in plu
Handling Standard %MIDI File (Evoral::SMF) format. Abstracted to C++ in SMF.{cc,h}
* libs/backends/
* `libs/backends/`
Interaction with Operating System's Audio/MIDI API:
ALSA, CoreAudio, JACK, PortAudio/ASIO, PulseAudio
@ -72,7 +72,7 @@ A few specific libraries are compiled statically (e.g. fluidsynth for use in plu
%MIDI parsing, MIDNAM handling, Port abstraction for I/O
* `libs/temporal`
* `libs/temporal/`
Various utility code for dealing with different kinds of time,
including Timecode, and musical time conversions (Temporal::Beats, Temporal::BBT_Time).
@ -103,7 +103,7 @@ A few specific libraries are compiled statically (e.g. fluidsynth for use in plu
### UI related libs
* libs/gtkmm2ext/
* `libs/gtkmm2ext/`
Utility Library to extend GDK, GTK, and basic abstraction for UIs
and event-loops. This library is not limited to the GUI, but also
@ -125,7 +125,7 @@ A few specific libraries are compiled statically (e.g. fluidsynth for use in plu
Threaded waveform rendering and waveform image cache.
* libs/tk/
* `libs/tk/`
A localized version of GTK+2, renamed as YTK. See Gtk namespace for relevant documentation.