Skip to content

Commit

Permalink
doxygen updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 21, 2023
1 parent 7a91fc6 commit 41bc144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doxygen/config-common.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PROJECT_NAME = "µOS++ IIIe Reference"
PROJECT_NUMBER = v6.3.17

# PROJECT_BRIEF =
PROJECT_BRIEF = "The third edition of µOS++, a POSIX inspired open source system, written in C++."
PROJECT_BRIEF = "The third edition of µOS++, a POSIX-like open-source framework, written in C++."

# PROJECT_LOGO =
PROJECT_LOGO = logo.png
Expand Down
8 changes: 4 additions & 4 deletions doxygen/orig/doxygen-html.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PROJECT_NAME = "µOS++ SE"

#PROJECT_BRIEF =
PROJECT_BRIEF = "The micro OS plus plus Second Edition - a C++ open source embedded operating system"
PROJECT_BRIEF = "The micro OS plus plus Second Edition - a C++ open-source embedded operating system"

#PROJECT_LOGO =
PROJECT_LOGO = logo.png
Expand Down Expand Up @@ -55,7 +55,7 @@ SORT_MEMBERS_CTORS_1ST = YES
#SHOW_USED_FILES = YES
SHOW_USED_FILES = NO

#INPUT =
#INPUT =
INPUT = \
doxyfiles/main.dox \
doxyfiles/downloads.dox \
Expand Down Expand Up @@ -90,7 +90,7 @@ EXCLUDE_PATTERNS = \
OS_Arch_Implementation.cpp \
OSScheduler_Arch_Implementation.cpp \
*/core/include/PlatformImplementationSample.h \


#EXAMPLE_PATH =
EXAMPLE_PATH = \
Expand Down Expand Up @@ -224,4 +224,4 @@ FULL_PATH_NAMES = YES
#FULL_PATH_NAMES = NO

STRIP_FROM_PATH = \
"/Users/ilg/My Files/MacBookPro Projects/uOS/micro-os-plus-se.git"
"/Users/ilg/My Files/MacBookPro Projects/uOS/micro-os-plus-se.git"

0 comments on commit 41bc144

Please sign in to comment.