@@ -74,7 +74,7 @@ PROJECT_ICON =
7474# entered, it will be relative to the location where Doxygen was started. If
7575# left blank the current directory will be used.
7676
77- OUTPUT_DIRECTORY = ../_build/docs
77+ OUTPUT_DIRECTORY = ../_build/docs/en
7878
7979# If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096
8080# sub-directories (in 2 levels) under the output directory of each output format
@@ -119,7 +119,7 @@ ALLOW_UNICODE_NAMES = NO
119119# Swedish, Turkish, Ukrainian and Vietnamese.
120120# The default value is: English.
121121
122- OUTPUT_LANGUAGE = Russian
122+ OUTPUT_LANGUAGE = English
123123
124124# If the BRIEF_MEMBER_DESC tag is set to YES, Doxygen will include brief member
125125# descriptions after the members that are listed in the file and class
@@ -290,7 +290,8 @@ TAB_SIZE = 4
290290# with the commands \{ and \} for these it is advised to use the version @{ and
291291# @} or use a double escape (\\{ and \\})
292292
293- ALIASES =
293+ ALIASES = ru=\~russian \
294+ en=\~english
294295
295296# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
296297# only. Doxygen will then generate output that is more tailored for C. For
@@ -991,7 +992,7 @@ WARN_LOGFILE =
991992# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
992993# Note: If this tag is empty the current directory is searched.
993994
994- INPUT = ../src ../include
995+ INPUT = ../include ../src
995996
996997# This tag can be used to specify the character encoding of the source files
997998# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1389,7 +1390,7 @@ GENERATE_HTML = YES
13891390# The default directory is: html.
13901391# This tag requires that the tag GENERATE_HTML is set to YES.
13911392
1392- HTML_OUTPUT = html
1393+ HTML_OUTPUT = .
13931394
13941395# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
13951396# generated HTML page (for example: .htm, .php, .asp).
0 commit comments