File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "VSCP framework"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v1.3 .0
41
+ PROJECT_NUMBER = v2.0 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -749,10 +749,10 @@ WARN_LOGFILE =
749
749
# spaces.
750
750
# Note: If this tag is empty the current directory is searched.
751
751
752
- INPUT = .. \
752
+ INPUT = ..\src \
753
753
../templates \
754
754
doxfiles \
755
- ../events
755
+ ../src\ events
756
756
757
757
# This tag can be used to specify the character encoding of the source files
758
758
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ app ..> logger: uses
31
31
app ..> core : process and uses
32
32
app ..> timer : process
33
33
34
- logger .> core : uses
34
+ logger .. > core : uses
35
35
logger ..> ps : uses
36
36
37
37
core ..> timer : uses
@@ -58,11 +58,11 @@ transport ..> transport_adapter: read and write
58
58
device_data ..> ps : read
59
59
device_data ..> portable : read
60
60
61
- transport_adapter ..> can : read and write
61
+ transport_adapter ... > can : read and write
62
62
63
63
ps_access ..> eeprom : read and write
64
64
65
- application_register .left .> ps_access : read and write
65
+ application_register ..> ps_access : read and write
66
66
67
67
note right of eeprom
68
68
Use a real EEPROM or
@@ -75,4 +75,6 @@ note right of can
75
75
are possible as well.
76
76
end note
77
77
78
+ core_modules - [hidden ]------ adaption_modules
79
+
78
80
@enduml
You can’t perform that action at this time.
0 commit comments