@@ -261,27 +261,27 @@ check-monodocer-addNonGeneric:
261
261
-rm -Rf Test/en.actual
262
262
# first, make a docset with the generic method
263
263
$(MAKE ) Test/DocTest-addNonGeneric.dll
264
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-addNonGeneric.dll
264
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-addNonGeneric.dll
265
265
266
266
# now add a non-generic version of the method and update several times
267
267
$(MAKE) Test/DocTest-addNonGeneric-v2.dll
268
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
269
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
270
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
268
+ $(MONO) $(PROGRAM) update -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
269
+ $(MONO) $(PROGRAM) update -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
270
+ $(MONO) $(PROGRAM) update -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
271
271
$(DIFF) Test/en.expected-addNonGeneric Test/en.actual
272
272
273
273
check-monodocer-membergroup : Test/DocTest-addNonGeneric-v2.dll Test/DocTest-addNonGeneric.dll
274
274
-rm -Rf Test/en.actual
275
275
cp -r Test/en.expected-membergroup Test/en.actual
276
- $(MONO ) $(PROGRAM ) update --debug --exceptions=all - o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
276
+ $(MONO ) $(PROGRAM ) update --debug -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
277
277
$(DIFF ) Test/en.expected-membergroup Test/en.actual
278
278
$(MONO ) $(PROGRAM ) validate -f ecma Test/en.actual
279
279
280
280
check-monodocer-dropns-classic :
281
281
# tests the simplest --dropns case, a single class where the root namespace was dropped.
282
282
-rm -Rf Test/en.actual
283
283
$(MAKE ) Test/DocTest-DropNS-classic.dll
284
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic.dll --api-style=classic
284
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-DropNS-classic.dll --api-style=classic
285
285
$(MAKE ) update-monodocer-dropns-unified
286
286
$(DIFF ) Test/en.expected-dropns-classic-v1 Test/en.actual
287
287
@@ -293,12 +293,12 @@ check-monodocer-dropns-multi:
293
293
$(MAKE ) Test/DocTest-DropNS-unified-multitest.dll
294
294
295
295
# mdoc update for both classic and unified
296
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
297
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
296
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
297
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
298
298
299
299
# now run it again to verify idempotency
300
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
301
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
300
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
301
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
302
302
303
303
$(DIFF) Test/en.expected-dropns-multi Test/en.actual
304
304
@@ -311,12 +311,12 @@ check-monodocer-dropns-multi-withexisting:
311
311
$(MAKE ) Test/DocTest-DropNS-unified-multitest.dll
312
312
313
313
# mdoc update to show a pre-existing set of documents
314
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic.dll --api-style=classic
315
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-unified.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
314
+ $(MONO) $(PROGRAM) update -o Test/en.actual Test/DocTest-DropNS-classic.dll --api-style=classic
315
+ $(MONO) $(PROGRAM) update -o Test/en.actual Test/DocTest-DropNS-unified.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
316
316
317
317
# mdoc update for both classic and unified
318
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
319
- $(MONO) $(PROGRAM) update --exceptions=all - o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
318
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-CLASSIC) --api-style=classic
319
+ $(MONO) $(PROGRAM) update -o Test/en.actual $(MULTI-UNIFIED) --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework --dropns Test/DocTest-DropNS-unified-multitest.dll=MyFramework
320
320
321
321
$(DIFF) Test/en.expected-dropns-multi-withexisting Test/en.actual
322
322
@@ -326,13 +326,13 @@ check-monodocer-dropns-delete:
326
326
rm -Rf Test/DocTest-DropNS-classic-deletetest.dll
327
327
rm -Rf Test/DocTest-DropNS-unified-deletetest.dll
328
328
$(MAKE ) Test/DocTest-DropNS-classic-deletetest.dll
329
- $(MONO ) $(PROGRAM ) update --delete --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic-deletetest.dll --api-style=classic
329
+ $(MONO ) $(PROGRAM ) update --delete -o Test/en.actual Test/DocTest-DropNS-classic-deletetest.dll --api-style=classic
330
330
$(MAKE ) Test/DocTest-DropNS-unified-deletetest.dll
331
- $(MONO ) $(PROGRAM ) update --delete --exceptions=all - o Test/en.actual Test/DocTest-DropNS-unified-deletetest.dll --api-style=unified --dropns Test/DocTest-DropNS-unified-deletetest.dll=MyFramework
331
+ $(MONO ) $(PROGRAM ) update --delete -o Test/en.actual Test/DocTest-DropNS-unified-deletetest.dll --api-style=unified --dropns Test/DocTest-DropNS-unified-deletetest.dll=MyFramework
332
332
$(MAKE ) Test/DocTest-DropNS-classic-deletetest-V2.dll
333
- $(MONO ) $(PROGRAM ) update --delete --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic-deletetest.dll --api-style=classic
333
+ $(MONO ) $(PROGRAM ) update --delete -o Test/en.actual Test/DocTest-DropNS-classic-deletetest.dll --api-style=classic
334
334
$(MAKE ) Test/DocTest-DropNS-unified-deletetest-V2.dll
335
- $(MONO ) $(PROGRAM ) update --delete --exceptions=all - o Test/en.actual Test/DocTest-DropNS-unified-deletetest.dll --api-style=unified --dropns Test/DocTest-DropNS-unified-deletetest.dll=MyFramework -statistics Test/actual_statistics.txt
335
+ $(MONO ) $(PROGRAM ) update --delete -o Test/en.actual Test/DocTest-DropNS-unified-deletetest.dll --api-style=unified --dropns Test/DocTest-DropNS-unified-deletetest.dll=MyFramework -statistics Test/actual_statistics.txt
336
336
$(DIFF ) Test/en.expected-dropns-delete Test/en.actual
337
337
$(DIFF ) Test/expected_remove_statistics.txt Test/actual_statistics.txt
338
338
@@ -341,83 +341,83 @@ check-monodocer-dropns-classic-withsecondary:
341
341
-rm -Rf Test/en.actual
342
342
$(MAKE ) Test/DocTest-DropNS-classic.dll
343
343
$(MAKE ) Test/DocTest-DropNS-classic-secondary.dll
344
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic.dll Test/DocTest-DropNS-classic-secondary.dll --api-style=classic
344
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-DropNS-classic.dll Test/DocTest-DropNS-classic-secondary.dll --api-style=classic
345
345
$(MAKE ) update-monodocer-dropns-unified-withsecondary
346
346
$(DIFF ) Test/en.expected-dropns-classic-withsecondary Test/en.actual
347
347
348
348
update-monodocer-dropns-unified :
349
349
$(MAKE ) Test/DocTest-DropNS-unified.dll
350
- $(MONO ) $(PROGRAM ) update --debug --exceptions=all - o Test/en.actual Test/DocTest-DropNS-unified.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
350
+ $(MONO ) $(PROGRAM ) update --debug -o Test/en.actual Test/DocTest-DropNS-unified.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
351
351
352
352
update-monodocer-dropns-unified-withsecondary :
353
353
$(MAKE ) Test/DocTest-DropNS-unified.dll
354
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-unified.dll Test/DocTest-DropNS-classic-secondary.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
354
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-DropNS-unified.dll Test/DocTest-DropNS-classic-secondary.dll --api-style=unified --dropns Test/DocTest-DropNS-unified.dll=MyFramework
355
355
356
356
update-monodocer-dropns-classic-secondary :
357
357
$(MAKE ) Test/DocTest-DropNS-classic-secondary.dll
358
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-DropNS-classic-secondary.dll --api-style=classic
358
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-DropNS-classic-secondary.dll --api-style=classic
359
359
360
360
check-monodocer-internal-interface :
361
361
# Tests to make sure internal interfaces that are explicitly implemented are not documented
362
362
-rm -Rf Test/en.actual
363
363
$(MAKE ) Test/DocTest-InternalInterface.dll
364
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-InternalInterface.dll -lang VB.NET
364
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-InternalInterface.dll -lang VB.NET
365
365
$(DIFF ) Test/en.expected-internal-interface Test/en.actual
366
366
367
367
check-monodocer-enumerations :
368
368
-rm -Rf Test/en.actual
369
369
$(MAKE ) Test/DocTest-enumerations.dll
370
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.actual Test/DocTest-enumerations.dll
370
+ $(MONO ) $(PROGRAM ) update -o Test/en.actual Test/DocTest-enumerations.dll
371
371
$(DIFF ) Test/en.expected-enumerations Test/en.actual
372
372
373
373
check-monodocer-update :
374
374
find Test/en.expected -name \* .xml -exec rm " {}" \;
375
375
$(MAKE ) Test/DocTest.dll-v1
376
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.expected Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
376
+ $(MONO ) $(PROGRAM ) update -o Test/en.expected Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
377
377
378
378
check-monodocer :
379
379
-rm -Rf Test/en.actual
380
380
$(MAKE ) Test/DocTest.dll-v1
381
- $(MONO ) $(PROGRAM ) update --debug --exceptions=all - o Test/en.actual Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
381
+ $(MONO ) $(PROGRAM ) update --debug -o Test/en.actual Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
382
382
$(DIFF ) Test/en.expected Test/en.actual
383
- $(MONO ) $(PROGRAM ) update --debug --exceptions=all - o Test/en.actual Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
383
+ $(MONO ) $(PROGRAM ) update --debug -o Test/en.actual Test/DocTest.dll -lang docid -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt
384
384
$(DIFF ) Test/en.expected Test/en.actual
385
385
386
386
check-monodocer-since-update :
387
387
find Test/en.expected.since -name \* .xml -exec rm " {}" \;
388
388
$(MAKE ) Test/DocTest.dll-v1
389
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.expected.since Test/DocTest.dll
389
+ $(MONO ) $(PROGRAM ) update -o Test/en.expected.since Test/DocTest.dll
390
390
$(MAKE ) Test/DocTest.dll-v2
391
- $(MONO ) $(PROGRAM ) update --exceptions=all -- since=" Version 2.0" \
391
+ $(MONO ) $(PROGRAM ) update --since=" Version 2.0" \
392
392
-o Test/en.expected.since Test/DocTest.dll
393
393
394
394
check-monodocer-since :
395
395
rm -Rf Test/en.actual
396
396
$(MAKE ) Test/DocTest.dll-v1
397
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - o Test/en.actual Test/DocTest.dll
397
+ $(MONO ) $(PROGRAM ) --debug update -o Test/en.actual Test/DocTest.dll
398
398
$(MAKE ) Test/DocTest.dll-v2
399
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all -- since=" Version 2.0" \
399
+ $(MONO ) $(PROGRAM ) --debug update --since=" Version 2.0" \
400
400
-o Test/en.actual Test/DocTest.dll
401
401
$(DIFF ) Test/en.expected.since Test/en.actual
402
402
403
403
check-monodocer-delete-update :
404
404
find Test/en.expected.delete -type f -exec rm " {}" \;
405
405
$(MAKE ) Test/DocTest.dll-v1
406
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.expected.delete Test/DocTest.dll
406
+ $(MONO ) $(PROGRAM ) update -o Test/en.expected.delete Test/DocTest.dll
407
407
$(MAKE ) Test/DocTest.dll-v2
408
- $(MONO ) $(PROGRAM ) update --exceptions=all - o Test/en.expected.delete Test/DocTest.dll
408
+ $(MONO ) $(PROGRAM ) update -o Test/en.expected.delete Test/DocTest.dll
409
409
$(MAKE ) Test/DocTest.dll-v1
410
- $(MONO ) $(PROGRAM ) update -fno-assembly-versions --delete --exceptions=all \
410
+ $(MONO ) $(PROGRAM ) update -fno-assembly-versions --delete \
411
411
-o Test/en.expected.delete Test/DocTest.dll
412
412
413
413
check-monodocer-delete :
414
414
rm -Rf Test/en.actual
415
415
$(MAKE ) Test/DocTest.dll-v1
416
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - o Test/en.actual Test/DocTest.dll
416
+ $(MONO ) $(PROGRAM ) --debug update -o Test/en.actual Test/DocTest.dll
417
417
$(MAKE ) Test/DocTest.dll-v2
418
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - o Test/en.actual Test/DocTest.dll
418
+ $(MONO ) $(PROGRAM ) --debug update -o Test/en.actual Test/DocTest.dll
419
419
$(MAKE ) Test/DocTest.dll-v1
420
- $(MONO ) $(PROGRAM ) --debug update -fno-assembly-versions --delete --exceptions=all - o Test/en.actual Test/DocTest.dll
420
+ $(MONO ) $(PROGRAM ) --debug update -fno-assembly-versions --delete -o Test/en.actual Test/DocTest.dll
421
421
$(DIFF ) Test/en.expected.delete Test/en.actual
422
422
423
423
check-monodocer-ignore-invalid-assemblies : Test/DocTest-addNonGeneric.dll Test/DocTest-addNonGeneric-v2.dll
@@ -430,13 +430,13 @@ check-monodocer-ignore-invalid-assemblies: Test/DocTest-addNonGeneric.dll Test/D
430
430
check-monodocer-importslashdoc-update :
431
431
find Test/en.expected.importslashdoc -name \* .xml -exec rm " {}" \;
432
432
$(MAKE ) Test/DocTest.dll-v1 TEST_CSCFLAGS=-doc:Test/DocTest.xml
433
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - i Test/DocTest.xml \
433
+ $(MONO ) $(PROGRAM ) --debug update -i Test/DocTest.xml \
434
434
-o Test/en.expected.importslashdoc Test/DocTest.dll
435
435
436
436
check-monodocer-importslashdoc :
437
437
rm -Rf Test/en.actual
438
438
$(MAKE ) Test/DocTest.dll-v1 TEST_CSCFLAGS=-doc:Test/DocTest.xml
439
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - i Test/DocTest.xml \
439
+ $(MONO ) $(PROGRAM ) --debug update -i Test/DocTest.xml \
440
440
-o Test/en.actual Test/DocTest.dll
441
441
$(DIFF ) Test/en.expected.importslashdoc Test/en.actual
442
442
@@ -453,15 +453,15 @@ check-multiple-mdoc:
453
453
check-monodocer-importecmadoc-update :
454
454
find Test/en.expected.importecmadoc -name \* .xml -exec rm " {}" \;
455
455
$(MAKE ) Test/DocTest.dll-v1
456
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - i Test/TestEcmaDocs.xml \
456
+ $(MONO ) $(PROGRAM ) --debug update -i Test/TestEcmaDocs.xml \
457
457
' --type=System.Action`1' --type=System.AsyncCallback \
458
458
--type=System.Environment --type=System.Array \
459
459
-o Test/en.expected.importecmadoc Test/DocTest.dll
460
460
461
461
check-monodocer-importecmadoc :
462
462
rm -Rf Test/en.actual
463
463
$(MAKE ) Test/DocTest.dll-v1
464
- $(MONO ) $(PROGRAM ) --debug update --exceptions=all - i Test/TestEcmaDocs.xml \
464
+ $(MONO ) $(PROGRAM ) --debug update -i Test/TestEcmaDocs.xml \
465
465
' --type=System.Action`1' --type=System.AsyncCallback \
466
466
--type=System.Environment --type=System.Array \
467
467
-o Test/en.actual Test/DocTest.dll
@@ -752,7 +752,7 @@ check-doc-tools: check-monodocer-Eii-importslashdoc \
752
752
check-monodocer-cppwinrtUwp\
753
753
check-monodocer-frameworkalternate-fromold \
754
754
check-monodocer-frameworkalternate \
755
- check-monodocer-embedded-type \
755
+ check-monodocer-embedded-type \
756
756
check-ignored-namespace-generic \
757
757
check-multiple-mdoc \
758
758
0 commit comments