Skip to content

Commit 40e2622

Browse files
committed
change descriptions and doxyfile
1 parent b8b19a8 commit 40e2622

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit b8b19a87ac2b8686bc497d02f945343f04f93c52
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Tue Aug 5 17:31:19 2025 +0700
4+
5+
update terminology
6+
17
commit 1c87ce5bc5f31a7531778fbc60baa23444a5f4f4
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Tue Aug 5 06:48:29 2025 +0700

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(cmake/prelude.cmake)
55
project(
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
)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)