File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ commit b8b19a87ac2b8686bc497d02f945343f04f93c52
2
+ Author: Alexeev Bronislav <
[email protected] >
3
+ Date: Tue Aug 5 17:31:19 2025 +0700
4
+
5
+ update terminology
6
+
1
7
commit 1c87ce5bc5f31a7531778fbc60baa23444a5f4f4
2
8
Author: Alexeev Bronislav <
[email protected] >
3
9
Date: Tue Aug 5 06:48:29 2025 +0700
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include(cmake/prelude.cmake)
5
5
project (
6
6
sleaf-llvm
7
7
VERSION 0.1.0
8
- DESCRIPTION "Basic Programming Language in C++ LLVM"
8
+ DESCRIPTION "System Programming Language in C++ LLVM"
9
9
HOMEPAGE_URL "https://github.com/alexeev-prog/sleaf-llvm"
10
10
LANGUAGES CXX
11
11
)
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ WARN_LOGFILE =
965
965
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
966
966
# Note: If this tag is empty the current directory is searched.
967
967
968
- INPUT = source test docs examples README.md BUILDING.md HACKING.md CONTRIBUTING.md CODE_OF_CONDUCT.md CHANGELOG.md SHORT_GUILDELINES .md
968
+ INPUT = source examples README.md BUILDING.md HACKING.md
969
969
970
970
# This tag can be used to specify the character encoding of the source files
971
971
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
You can’t perform that action at this time.
0 commit comments