mirror of https://github.com/odrling/Aegisub
Put the source guide on the main index, include the current dir so extra doxygen files are included.
Originally committed to SVN as r3322.
This commit is contained in:
parent
cc08d39f2e
commit
612e007be6
|
@ -85,7 +85,7 @@ WARN_LOGFILE = doxygen.log
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = ../../src/
|
INPUT = ../../src/ .
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
FILE_PATTERNS = *.h *.cpp *.c *.dox
|
FILE_PATTERNS = *.h *.cpp *.c *.dox
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
|
|
|
@ -34,55 +34,3 @@
|
||||||
@defgroup vobsub VobSub
|
@defgroup vobsub VobSub
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
@page srcguide Aegisub Source Guide
|
|
||||||
|
|
||||||
Main
|
|
||||||
- @ref main
|
|
||||||
- @ref main_headers
|
|
||||||
- @ref main_ui
|
|
||||||
- @ref configuration_ui
|
|
||||||
- @ref custom_control
|
|
||||||
- @ref export
|
|
||||||
- @ref scripting
|
|
||||||
- @ref secondary_ui
|
|
||||||
- @ref subs_storage
|
|
||||||
|
|
||||||
Library
|
|
||||||
- @ref ffms
|
|
||||||
- @ref ffms2
|
|
||||||
- @ref quicktime
|
|
||||||
- @ref matroska
|
|
||||||
|
|
||||||
Dialogues
|
|
||||||
- @ref font_collector
|
|
||||||
- @ref kanji_timer
|
|
||||||
- @ref spelling
|
|
||||||
- @ref style_editor
|
|
||||||
- @ref thesaurus
|
|
||||||
- @ref visual_ts
|
|
||||||
|
|
||||||
Miscellanous
|
|
||||||
- @ref build
|
|
||||||
- @ref tools_ui
|
|
||||||
- @ref unused
|
|
||||||
- @ref utility
|
|
||||||
- @ref libosxutil
|
|
||||||
|
|
||||||
Subtitle
|
|
||||||
- @ref subtitle_io
|
|
||||||
- @ref subtitle_rendering
|
|
||||||
- @ref vobsub
|
|
||||||
|
|
||||||
Audio
|
|
||||||
- @ref audio_input
|
|
||||||
- @ref audio_output
|
|
||||||
- @ref audio_ui
|
|
||||||
|
|
||||||
Video
|
|
||||||
- @ref video
|
|
||||||
- @ref video_input
|
|
||||||
- @ref video_output
|
|
||||||
*/
|
|
||||||
|
|
|
@ -1,5 +1,50 @@
|
||||||
/** @mainpage
|
/** @mainpage
|
||||||
|
|
||||||
Main page contents go here.
|
Main
|
||||||
|
- @ref main
|
||||||
|
- @ref main_headers
|
||||||
|
- @ref main_ui
|
||||||
|
- @ref configuration_ui
|
||||||
|
- @ref custom_control
|
||||||
|
- @ref export
|
||||||
|
- @ref scripting
|
||||||
|
- @ref secondary_ui
|
||||||
|
- @ref subs_storage
|
||||||
|
|
||||||
|
Library
|
||||||
|
- @ref ffms
|
||||||
|
- @ref ffms2
|
||||||
|
- @ref quicktime
|
||||||
|
- @ref matroska
|
||||||
|
|
||||||
|
Dialogues
|
||||||
|
- @ref font_collector
|
||||||
|
- @ref kanji_timer
|
||||||
|
- @ref spelling
|
||||||
|
- @ref style_editor
|
||||||
|
- @ref thesaurus
|
||||||
|
- @ref visual_ts
|
||||||
|
|
||||||
|
Miscellanous
|
||||||
|
- @ref build
|
||||||
|
- @ref tools_ui
|
||||||
|
- @ref unused
|
||||||
|
- @ref utility
|
||||||
|
- @ref libosxutil
|
||||||
|
|
||||||
|
Subtitle
|
||||||
|
- @ref subtitle_io
|
||||||
|
- @ref subtitle_rendering
|
||||||
|
- @ref vobsub
|
||||||
|
|
||||||
|
Audio
|
||||||
|
- @ref audio_input
|
||||||
|
- @ref audio_output
|
||||||
|
- @ref audio_ui
|
||||||
|
|
||||||
|
Video
|
||||||
|
- @ref video
|
||||||
|
- @ref video_input
|
||||||
|
- @ref video_output
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue