diff --git a/aegisub/docs/doxygen/doxyfile b/aegisub/docs/doxygen/doxyfile index a05edcfd4..c6c204eac 100644 --- a/aegisub/docs/doxygen/doxyfile +++ b/aegisub/docs/doxygen/doxyfile @@ -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 diff --git a/aegisub/docs/doxygen/pages/source.dox b/aegisub/docs/doxygen/groups.dox similarity index 60% rename from aegisub/docs/doxygen/pages/source.dox rename to aegisub/docs/doxygen/groups.dox index 04a486e51..dfc17b8c0 100644 --- a/aegisub/docs/doxygen/pages/source.dox +++ b/aegisub/docs/doxygen/groups.dox @@ -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 -*/ - diff --git a/aegisub/docs/doxygen/pages/index.dox b/aegisub/docs/doxygen/pages/index.dox index 5753687e7..538b3aed1 100644 --- a/aegisub/docs/doxygen/pages/index.dox +++ b/aegisub/docs/doxygen/pages/index.dox @@ -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 */