generate_projects

pull/20882/head
Muxi Yan 5 years ago
parent cad4cc1b66
commit 78bca53df6
  1. 12
      tools/doxygen/Doxyfile.objc
  2. 12
      tools/doxygen/Doxyfile.objc.internal

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.26.0-dev
PROJECT_NUMBER = 1.25.0-pre1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@ -784,7 +784,6 @@ doc/interop-test-descriptions.md \
doc/keepalive.md \
doc/load-balancing.md \
doc/naming.md \
doc/security_audit.md \
doc/server-reflection.md \
doc/server_reflection_tutorial.md \
doc/server_side_auth.md \
@ -832,15 +831,8 @@ src/objective-c/RxLibrary/GRXWriter+Transformations.h \
src/objective-c/RxLibrary/GRXWriter.h \
src/objective-c/RxLibrary/NSEnumerator+GRXUtil.h \
src/objective-c/RxLibrary/README.md \
src/objective-c/examples/Sample/Pods/BoringSSL/README.md \
src/objective-c/examples/Sample/Pods/nanopb/README.md \
src/objective-c/examples/Sample/README.md \
src/objective-c/examples/SwiftSample/Pods/BoringSSL/README.md \
src/objective-c/examples/SwiftSample/Pods/nanopb/README.md \
src/objective-c/manual_tests/Pods/BoringSSL-GRPC/README.md \
src/objective-c/manual_tests/Pods/nanopb/README.md \
src/objective-c/tests/Connectivity/README.md \
src/objective-c/tests/Pods/BoringSSL-GRPC/README.md
src/objective-c/tests/Connectivity/README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.26.0-dev
PROJECT_NUMBER = 1.25.0-pre1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@ -784,7 +784,6 @@ doc/interop-test-descriptions.md \
doc/keepalive.md \
doc/load-balancing.md \
doc/naming.md \
doc/security_audit.md \
doc/server-reflection.md \
doc/server_reflection_tutorial.md \
doc/server_side_auth.md \
@ -859,15 +858,8 @@ src/objective-c/RxLibrary/README.md \
src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.h \
src/objective-c/RxLibrary/private/GRXNSFastEnumerator.h \
src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.h \
src/objective-c/examples/Sample/Pods/BoringSSL/README.md \
src/objective-c/examples/Sample/Pods/nanopb/README.md \
src/objective-c/examples/Sample/README.md \
src/objective-c/examples/SwiftSample/Pods/BoringSSL/README.md \
src/objective-c/examples/SwiftSample/Pods/nanopb/README.md \
src/objective-c/manual_tests/Pods/BoringSSL-GRPC/README.md \
src/objective-c/manual_tests/Pods/nanopb/README.md \
src/objective-c/tests/Connectivity/README.md \
src/objective-c/tests/Pods/BoringSSL-GRPC/README.md
src/objective-c/tests/Connectivity/README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

Loading…
Cancel
Save