util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbols
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Oct 2020 17:38:35 +0000 (18:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 1 Nov 2020 04:57:42 +0000 (05:57 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13240)

util/find-doc-nits
util/missingmacro.txt

index d61484495252cd14e5c3b9e9fbb28ad2daffb8db..a581adfa35b0c5e5d94b90651116f9868b6fbfd1 100755 (executable)
@@ -91,10 +91,11 @@ my %mandatory_sections = (
                          );
 
 # Symbols that we ignored.
-# They are internal macros that we currently don't document
+# They are reserved macros that we currently don't document
 my $ignored = qr/(?| ^i2d_
                  |   ^d2i_
                  |   ^DEPRECATEDIN
+                 |   ^OSSL_DEPRECATED
                  |   \Q_fnsig(3)\E$
                  |   ^IMPLEMENT_
                  |   ^_?DECLARE_
index 109bb0870f68e4e853a6cc34863cf7be3d7774e7..2b02fef5f5711888dbac9f43dde409af3955c4a3 100644 (file)
@@ -176,14 +176,3 @@ X509V3_set_ctx_test(3)
 X509V3_set_ctx_nodb(3)
 EXT_BITSTRING(3)
 EXT_IA5STRING(3)
-
-# These are documented internally, in doc/internal/man7/deprecation.pod
-OSSL_DEPRECATED(3)
-OSSL_DEPRECATED_FOR(3)
-OSSL_DEPRECATEDIN_3_0_FOR(3)
-OSSL_DEPRECATEDIN_1_1_1_FOR(3)
-OSSL_DEPRECATEDIN_1_1_0_FOR(3)
-OSSL_DEPRECATEDIN_1_0_2_FOR(3)
-OSSL_DEPRECATEDIN_1_0_1_FOR(3)
-OSSL_DEPRECATEDIN_1_0_0_FOR(3)
-OSSL_DEPRECATEDIN_0_9_8_FOR(3)