File tree 22 files changed +45
-22
lines changed
examples/pre_post_condition
22 files changed +45
-22
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ use the same installation directory as configured in the OTP source tree.
82
82
83
83
### The documentation build
84
84
85
- The documentation is built with the following commands.
85
+ The documentation for Corba is not converted to the new format
86
+ introduced in OTP 27. So OTP 26 is needed for building the documentation
87
+ and it is built with the following commands.
86
88
87
89
```
88
90
cd corba
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1997-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1997-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -152,6 +152,7 @@ ERL_COMPILE_FLAGS += \
152
152
$(ERL_IDL_FLAGS ) \
153
153
-I$(CORBA_TOP ) /lib/orber/include \
154
154
-I$(CORBA_TOP ) /lib/cosEvent/include \
155
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
155
156
+'{parse_transform,sys_pre_attributes}' \
156
157
+'{attribute,insert,app_vsn,"cosEvent_$(VSN ) "}'
157
158
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -101,6 +101,7 @@ ERL_IDL_FLAGS += -pa $(CORBA_TOP)/lib/orber/ebin -pa $(CORBA_TOP)/lib/ic/ebin
101
101
ERL_COMPILE_FLAGS += $(ERL_IDL_FLAGS ) \
102
102
-pa $(CORBA_TOP ) /lib/cosEvent/ebin \
103
103
-pa $(CORBA_TOP ) /lib/cosEvent/test/idl_output \
104
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
104
105
-I$(CORBA_TOP ) /lib/cosEvent \
105
106
-I$(CORBA_TOP ) /lib/cosEvent/test/$(IDLOUTDIR )
106
107
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2001-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2001-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -125,6 +125,7 @@ ERL_COMPILE_FLAGS += \
125
125
-I$(CORBA_TOP ) /lib/cosNotification/src \
126
126
-I$(CORBA_TOP ) /lib/cosEvent/src \
127
127
-I$(CORBA_TOP ) /lib/cosEvent/include \
128
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
128
129
+'{parse_transform,sys_pre_attributes}' \
129
130
+'{attribute,insert,app_vsn,"cosEventDomain_$(VSN ) "}'
130
131
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2001-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2001-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -68,6 +68,7 @@ ERL_COMPILE_FLAGS += \
68
68
-pa $(CORBA_TOP ) /lib/cosEventDomain/include \
69
69
-pa $(CORBA_TOP ) /lib/cosNotification/ebin \
70
70
-pa $(CORBA_TOP ) /lib/cosNotification/include \
71
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
71
72
-I$(CORBA_TOP ) /lib/cosEventDomain/include \
72
73
-I$(CORBA_TOP ) /lib/cosNotification/include \
73
74
-I$(CORBA_TOP ) /lib/cosNotification/ebin
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2027 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -133,6 +133,7 @@ ERL_COMPILE_FLAGS += \
133
133
-I$(CORBA_TOP ) /lib/cosFileTransfer/include \
134
134
-I$(CORBA_TOP ) /lib/cosProperty/include \
135
135
-I$(CORBA_TOP ) /lib/cosProperty/src \
136
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
136
137
+'{parse_transform,sys_pre_attributes}' \
137
138
+'{attribute,insert,app_vsn,"cosFileTransfer_$(VSN ) "}'
138
139
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -91,6 +91,7 @@ ERL_COMPILE_FLAGS += \
91
91
-pa $(CORBA_TOP ) /lib/cosFileTransfer/ebin \
92
92
-pa $(CORBA_TOP ) /lib/cosFileTransfer/include \
93
93
-pa $(CORBA_TOP ) /lib/cosFileTransfer/test/idl_output \
94
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
94
95
-I$(CORBA_TOP ) /lib/orber/include \
95
96
-I$(CORBA_TOP ) /lib/cosProperty/include \
96
97
-I$(CORBA_TOP ) /lib/cosFileTransfer/src \
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2027 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -313,6 +313,7 @@ ERL_COMPILE_FLAGS += \
313
313
-I$(CORBA_TOP ) /lib/cosNotification/include \
314
314
-I$(CORBA_TOP ) /lib/cosEvent/include \
315
315
-I$(CORBA_TOP ) /lib/cosTime/include \
316
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
316
317
+'{parse_transform,sys_pre_attributes}' \
317
318
+'{attribute,insert,app_vsn,"cosNotification_$(VSN ) "}'
318
319
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -138,6 +138,7 @@ ERL_COMPILE_FLAGS += \
138
138
-pa $(CORBA_TOP ) /lib/cosTime/include \
139
139
-pa $(CORBA_TOP ) /lib/cosNotification/include \
140
140
-pa $(CORBA_TOP ) /lib/ic/ebin \
141
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
141
142
-I$(CORBA_TOP ) /lib/cosTime/ebin \
142
143
-I$(CORBA_TOP ) /lib/cosTime/include \
143
144
-I$(CORBA_TOP ) /lib/orber/include \
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2027 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -133,6 +133,7 @@ ERL_COMPILE_FLAGS += \
133
133
-pa $(CORBA_TOP ) /lib/cosProperty/include \
134
134
-I$(CORBA_TOP ) /lib/cosProperty/include \
135
135
-I$(CORBA_TOP ) /lib/orber/include \
136
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
136
137
+'{parse_transform,sys_pre_attributes}' \
137
138
+'{attribute,insert,app_vsn,"cosProperty_$(VSN ) "}'
138
139
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -87,6 +87,7 @@ ERL_COMPILE_FLAGS += \
87
87
-pa $(CORBA_TOP ) /lib/orber/include \
88
88
-pa $(CORBA_TOP ) /lib/cosProperty/ebin \
89
89
-pa $(CORBA_TOP ) /lib/cosProperty/test/idl_output \
90
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
90
91
-I$(CORBA_TOP ) /lib/orber/include \
91
92
-I$(CORBA_TOP ) /lib/cosProperty/src \
92
93
-I$(CORBA_TOP ) /lib/cosProperty \
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2027 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -148,6 +148,7 @@ ERL_COMPILE_FLAGS += \
148
148
-pa $(CORBA_TOP ) /lib/cosTime/include \
149
149
-I$(CORBA_TOP ) /lib/cosTime/include \
150
150
-I$(CORBA_TOP ) /lib/orber/include \
151
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
151
152
+'{parse_transform,sys_pre_attributes}' \
152
153
+'{attribute,insert,app_vsn,"cosTime_$(VSN ) "}'
153
154
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 2000-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 2000-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -91,6 +91,7 @@ ERL_COMPILE_FLAGS += \
91
91
-pa $(CORBA_TOP ) /lib/cosTime/ebin \
92
92
-pa $(CORBA_TOP ) /lib/cosTime/include \
93
93
-pa $(CORBA_TOP ) /lib/cosTime/test/idl_output \
94
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
94
95
-I$(CORBA_TOP ) /lib/orber/include \
95
96
-I$(CORBA_TOP ) /lib/cosNotification/include \
96
97
-I$(CORBA_TOP ) /lib/cosTime/src \
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2027 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -131,6 +131,7 @@ ERL_COMPILE_FLAGS += \
131
131
$(ERL_IDL_FLAGS ) \
132
132
-I$(CORBA_TOP ) /lib/cosTransactions/include \
133
133
-I$(CORBA_TOP ) /lib/orber/include \
134
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
134
135
+'{parse_transform,sys_pre_attributes}' \
135
136
+'{attribute,insert,app_vsn,"cosTransactions_$(VSN ) "}'
136
137
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -98,6 +98,7 @@ ERL_COMPILE_FLAGS += \
98
98
-pa $(CORBA_TOP ) /lib/orber/include \
99
99
-pa $(CORBA_TOP ) /lib/cosTransactions/ebin \
100
100
-pa $(CORBA_TOP ) /lib/cosTransactions/test/idl_output \
101
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
101
102
-I$(CORBA_TOP ) /lib/orber/include \
102
103
-I$(CORBA_TOP ) /lib/cosTransactions \
103
104
-I$(CORBA_TOP ) /lib/cosTransactions/test/$(IDLOUTDIR )
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1999-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1999-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -92,6 +92,7 @@ TARGET_FILES = \
92
92
ERL_LOCAL_FLAGS += -pa $(CORBA_TOP ) /lib/orber/ebin -pa $(CORBA_TOP ) /lib/ic/ebin
93
93
ERL_COMPILE_FLAGS += \
94
94
$(ERL_LOCAL_FLAGS ) \
95
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
95
96
-pa $(CORBA_TOP ) /lib/orber -I$(CORBA_TOP ) /lib/orber
96
97
YRL_FLAGS =
97
98
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1998-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1998-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -159,6 +159,7 @@ ERL_LOCAL_FLAGS += -pa $(CORBA_TOP)/lib/ic/ebin
159
159
# includes from other directories than ../include .
160
160
ERL_COMPILE_FLAGS += \
161
161
$(ERL_LOCAL_FLAGS ) \
162
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
162
163
+'{parse_transform,sys_pre_attributes}' \
163
164
+'{attribute,insert,app_vsn,"ic_$(CORBA_VSN ) "}' \
164
165
-D'COMPILERVSN="$(CORBA_VSN ) "'
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1998-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1998-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -236,6 +236,7 @@ ERL_LOCAL_FLAGS += -pa $(CORBA_TOP)/lib/orber/ebin -pa $(CORBA_TOP)/lib/ic/ebin
236
236
237
237
ERL_COMPILE_FLAGS += \
238
238
$(ERL_LOCAL_FLAGS ) \
239
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
239
240
-I$(CORBA_TOP ) /lib/orber/include
240
241
241
242
# ----------------------------------------------------
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1997-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1997-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -101,6 +101,7 @@ ERL_IDL_FLAGS += -pa $(CORBA_TOP)/lib/orber/ebin -pa $(CORBA_TOP)/lib/ic/ebin
101
101
ERL_COMPILE_FLAGS += \
102
102
$(ERL_IDL_FLAGS ) \
103
103
-I../include \
104
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
104
105
+'{parse_transform,sys_pre_attributes}' \
105
106
+'{attribute,insert,app_vsn,"orber_$(CORBA_VSN ) "}'
106
107
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1997-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1997-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -91,6 +91,7 @@ ERL_IDL_FLAGS += -pa $(CORBA_TOP)/lib/orber/ebin -pa $(CORBA_TOP)/lib/ic/ebin
91
91
# includes from other directories than ../include .
92
92
ERL_COMPILE_FLAGS += \
93
93
$(ERL_IDL_FLAGS ) \
94
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
94
95
-pa $(CORBA_TOP ) /lib/orber -I$(CORBA_TOP ) /lib/orber
95
96
96
97
# ----------------------------------------------------
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1997-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1997-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -193,6 +193,7 @@ APP_TARGET = $(EBIN)/$(APP_FILE)
193
193
ERL_IDL_FLAGS += -pa $(CORBA_TOP ) /lib/orber/ebin -pa $(CORBA_TOP ) /lib/ic/ebin
194
194
ERL_COMPILE_FLAGS += $(ERL_IDL_FLAGS ) \
195
195
-I../include \
196
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
196
197
+'{parse_transform,sys_pre_attributes}' \
197
198
+'{attribute,insert,app_vsn,"orber_$(CORBA_VSN ) "}'
198
199
Original file line number Diff line number Diff line change 1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
- # Copyright Ericsson AB 1997-2016 . All Rights Reserved.
4
+ # Copyright Ericsson AB 1997-2024 . All Rights Reserved.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -167,6 +167,7 @@ ERL_IDL_FLAGS += -pa $(CORBA_TOP)/lib/orber/ebin -pa $(CORBA_TOP)/lib/ic/ebin
167
167
ERL_COMPILE_FLAGS += $(ERL_IDL_FLAGS ) \
168
168
-pa $(CORBA_TOP ) /lib/ic/ebin \
169
169
-pa $(CORBA_TOP ) /lib/orber/ebin \
170
+ +nowarn_missing_doc +nowarn_missing_spec_documented \
170
171
-I$(CORBA_TOP ) /lib/orber \
171
172
-I$(CORBA_TOP ) /lib/orber/test/$(IDLOUTDIR )
172
173
You can’t perform that action at this time.
0 commit comments