File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11<!--
22 Copyright 2016-2024 Apple Inc. All rights reserved.
33-->
4- # Inflection
4+ # Inflection {#mainpage}
55
66## About Unicode Inflection
77
@@ -125,4 +125,4 @@ cmake --build . -j8 -t check
125125Optionally, ICU_ROOT can be specified in the file options.mk with the following type of syntax.
126126```
127127ICU_ROOT=<PATH_TO_ICU>
128- ```
128+ ```
Original file line number Diff line number Diff line change @@ -943,9 +943,8 @@ WARN_LOGFILE =
943943# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
944944# Note: If this tag is empty the current directory is searched.
945945
946- INPUT = ../../build/headers \
947- ../../build/inflection_headers \
948- ../README.md
946+ INPUT = ../../build/inflection_headers \
947+ ../../README.md
949948
950949# This tag can be used to specify the character encoding of the source files
951950# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1142,7 +1141,7 @@ FILTER_SOURCE_PATTERNS =
11421141# (index.html). This can be useful if you have a project on for instance GitHub
11431142# and want to reuse the introduction page also for the doxygen output.
11441143
1145- USE_MDFILE_AS_MAINPAGE = ../README.md
1144+ USE_MDFILE_AS_MAINPAGE = ../../ README.md
11461145
11471146# The Fortran standard specifies that for fixed formatted Fortran code all
11481147# characters from position 72 are to be considered as comment. A common
You can’t perform that action at this time.
0 commit comments