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:
Amar Takhar 2009-07-30 02:22:06 +00:00
parent cc08d39f2e
commit 612e007be6
3 changed files with 47 additions and 54 deletions

View File

@ -85,7 +85,7 @@ WARN_LOGFILE = doxygen.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../../src/
INPUT = ../../src/ .
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h *.cpp *.c *.dox
RECURSIVE = YES

View File

@ -34,55 +34,3 @@
@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
*/

View File

@ -1,5 +1,50 @@
/** @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
*/