Skip to content

Commit 00a321d

Browse files
committed
Doxygen example adapted to new structure
#31
1 parent b2b98b8 commit 00a321d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

doc/Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "VSCP framework"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v1.3.0
41+
PROJECT_NUMBER = v2.0.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -749,10 +749,10 @@ WARN_LOGFILE =
749749
# spaces.
750750
# Note: If this tag is empty the current directory is searched.
751751

752-
INPUT = .. \
752+
INPUT = ..\src \
753753
../templates \
754754
doxfiles \
755-
../events
755+
../src\events
756756

757757
# This tag can be used to specify the character encoding of the source files
758758
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

doc/doxfiles/vscp_modules.plantuml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ app ..> logger: uses
3131
app ..> core: process and uses
3232
app ..> timer: process
3333

34-
logger .> core: uses
34+
logger ..> core: uses
3535
logger ..> ps: uses
3636

3737
core ..> timer: uses
@@ -58,11 +58,11 @@ transport ..> transport_adapter: read and write
5858
device_data ..> ps: read
5959
device_data ..> portable: read
6060

61-
transport_adapter ..> can: read and write
61+
transport_adapter ...> can: read and write
6262

6363
ps_access ..> eeprom: read and write
6464

65-
application_register .left.> ps_access: read and write
65+
application_register ..> ps_access: read and write
6666

6767
note right of eeprom
6868
Use a real EEPROM or
@@ -75,4 +75,6 @@ note right of can
7575
are possible as well.
7676
end note
7777

78+
core_modules -[hidden]------ adaption_modules
79+
7880
@enduml

doc/doxfiles/vscp_modules.png

17.8 KB
Loading

0 commit comments

Comments
 (0)