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 <alexeev.dev@mail.ru >
3+ Date: Tue Aug 5 17:31:19 2025 +0700
4+
5+ update terminology
6+
17commit 1c87ce5bc5f31a7531778fbc60baa23444a5f4f4
28Author: Alexeev Bronislav <alexeev.dev@mail.ru >
39Date: 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)
55project (
66 sleaf-llvm
77 VERSION 0.1.0
8- DESCRIPTION "Basic Programming Language in C++ LLVM"
8+ DESCRIPTION "System Programming Language in C++ LLVM"
99 HOMEPAGE_URL "https://github.com/alexeev-prog/sleaf-llvm"
1010 LANGUAGES CXX
1111)
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ WARN_LOGFILE =
965965# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
966966# Note: If this tag is empty the current directory is searched.
967967
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
969969
970970# This tag can be used to specify the character encoding of the source files
971971# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
You can’t perform that action at this time.
0 commit comments