• Home
  • Raw
  • Download

Lines Matching +full:objective +full:- +full:c

18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
37 PROJECT_NAME = "GRPC Objective-C"
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
76 # characters to appear in the names of generated files. If set to NO, non-ASCII
87 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
89 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
90 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
92 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
114 # This tag implements a quasi-intelligent brief description abbreviator that is
118 # text. Otherwise, the brief description is used as-is. If left blank, the
147 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
148 # Stripping is only done if one of the specified strings matches the left-hand
159 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
164 # using the -I flag.
170 # support long names like on DOS, Mac, or CD-ROM.
176 # first line (until the first dot) of a Javadoc-style comment as the brief
177 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
185 # line (until the first dot) of a Qt-style comment as the brief description. If
186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
193 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
195 # to treat a multi-line C++ comment block as a detailed description. Set this
205 # documentation from any documented member that it re-implements.
229 # documentation, which will result in a user-defined paragraph with heading
235 # This tag can be used to specify a number of word-keyword mappings (TCL only).
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
242 # only. Doxygen will then generate output that is more tailored for C. For
271 # extension. Doxygen has a built-in mapping, but you can override or extend it
274 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
279 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
288 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
316 # If you use Microsoft's C++/CLI language, you should set this option to YES to
324 # will parse them like normal C++ but will assume all classes use public instead
383 # useful for C code in case the coding convention dictates that all compound
392 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
402 #---------------------------------------------------------------------------
404 #---------------------------------------------------------------------------
442 # This flag is only useful for Objective-C code. If set to YES, local methods,
497 # names in lower-case letters. If set to YES, upper-case letters are also
579 # fully-qualified names, including namespaces. If set to NO, the class list will
664 # popen()) the command command input-file, where command is the value of the
665 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
674 # that represents doxygen's defaults, run doxygen with the -l option. You can
694 #---------------------------------------------------------------------------
696 #---------------------------------------------------------------------------
753 #---------------------------------------------------------------------------
755 #---------------------------------------------------------------------------
763 INPUT = doc/PROTOCOL-HTTP2.md \
764 doc/PROTOCOL-WEB.md \
765 doc/binary-logging.md \
766 doc/c-style-guide.md \
770 doc/connection-backoff-interop-test-description.md \
771 doc/connection-backoff.md \
772 doc/connectivity-semantics-and-api.md \
773 doc/cpp-style-guide.md \
780 doc/health-checking.md \
781 doc/http-grpc-status-mapping.md \
782 doc/http2-interop-test-descriptions.md \
784 doc/interop-test-descriptions.md \
786 doc/load-balancing.md \
789 doc/server-reflection.md \
793 doc/ssl-performance.md \
798 doc/wait-for-ready.md \
800 doc/xds-test-descriptions.md \
801 src/objective-c/GRPCClient/GRPCCall+ChannelArg.h \
802 src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.h \
803 src/objective-c/GRPCClient/GRPCCall+Cronet.h \
804 src/objective-c/GRPCClient/GRPCCall+GID.h \
805 src/objective-c/GRPCClient/GRPCCall+Interceptor.h \
806 src/objective-c/GRPCClient/GRPCCall+OAuth2.h \
807 src/objective-c/GRPCClient/GRPCCall+Tests.h \
808 src/objective-c/GRPCClient/GRPCCall.h \
809 src/objective-c/GRPCClient/GRPCCallLegacy.h \
810 src/objective-c/GRPCClient/GRPCCallOptions.h \
811 src/objective-c/GRPCClient/GRPCDispatchable.h \
812 src/objective-c/GRPCClient/GRPCInterceptor.h \
813 src/objective-c/GRPCClient/GRPCTransport.h \
814 src/objective-c/GRPCClient/GRPCTypes.h \
815 src/objective-c/GRPCClient/README.md \
816 src/objective-c/GRPCClient/internal/GRPCCallOptions+Internal.h \
817 src/objective-c/GRPCClient/internal_testing/GRPCCall+InternalTests.h \
818 src/objective-c/GRPCClient/private/GRPCCore/ChannelArgsUtil.h \
819 src/objective-c/GRPCClient/private/GRPCCore/GRPCCall+V2API.h \
820 src/objective-c/GRPCClient/private/GRPCCore/GRPCCallInternal.h \
821 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h \
822 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelFactory.h \
823 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool+Test.h \
824 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h \
825 src/objective-c/GRPCClient/private/GRPCCore/GRPCCompletionQueue.h \
826 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h \
827 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h \
828 src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h \
829 src/objective-c/GRPCClient/private/GRPCCore/GRPCHost.h \
830 src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h \
831 src/objective-c/GRPCClient/private/GRPCCore/GRPCOpBatchLog.h \
832 src/objective-c/GRPCClient/private/GRPCCore/GRPCReachabilityFlagNames.xmacro.h \
833 src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.h \
834 src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h \
835 src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h \
836 src/objective-c/GRPCClient/private/GRPCCore/NSData+GRPC.h \
837 src/objective-c/GRPCClient/private/GRPCCore/NSDictionary+GRPC.h \
838 src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.h \
839 src/objective-c/GRPCClient/private/GRPCTransport+Private.h \
840 src/objective-c/GRPCClient/version.h \
841 src/objective-c/NetworkTransitionBehavior.md \
842 src/objective-c/ProtoRPC/ProtoMethod.h \
843 src/objective-c/ProtoRPC/ProtoRPC.h \
844 src/objective-c/ProtoRPC/ProtoRPCLegacy.h \
845 src/objective-c/ProtoRPC/ProtoService.h \
846 src/objective-c/ProtoRPC/ProtoServiceLegacy.h \
847 src/objective-c/README-CFSTREAM.md \
848 src/objective-c/README.md \
849 src/objective-c/RxLibrary/GRXBufferedPipe.h \
850 src/objective-c/RxLibrary/GRXConcurrentWriteable.h \
851 src/objective-c/RxLibrary/GRXForwardingWriter.h \
852 src/objective-c/RxLibrary/GRXImmediateSingleWriter.h \
853 src/objective-c/RxLibrary/GRXImmediateWriter.h \
854 src/objective-c/RxLibrary/GRXMappingWriter.h \
855 src/objective-c/RxLibrary/GRXWriteable.h \
856 src/objective-c/RxLibrary/GRXWriter+Immediate.h \
857 src/objective-c/RxLibrary/GRXWriter+Transformations.h \
858 src/objective-c/RxLibrary/GRXWriter.h \
859 src/objective-c/RxLibrary/NSEnumerator+GRXUtil.h \
860 src/objective-c/RxLibrary/README.md \
861 src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.h \
862 src/objective-c/RxLibrary/private/GRXNSFastEnumerator.h \
863 src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.h \
864 src/objective-c/examples/Sample/README.md \
865 src/objective-c/tests/Connectivity/README.md
868 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
872 # The default value is: UTF-8.
874 INPUT_ENCODING = UTF-8
878 # *.h) to filter out the source-files in the directories. If left blank the
879 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
937 # *.h) to filter out the source-files in the directories. If left blank all
959 # <filter> <input-file>
961 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1003 #---------------------------------------------------------------------------
1005 #---------------------------------------------------------------------------
1008 # generated. Documented entities will be cross-referenced with these sources.
1023 # special comment blocks from generated source code fragments. Normal C, C++ and
1060 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1066 # - Install the latest version of global
1067 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1068 # - Make sure the INPUT points to the root of the source tree
1069 # - Run doxygen as normal
1089 #---------------------------------------------------------------------------
1091 #---------------------------------------------------------------------------
1115 #---------------------------------------------------------------------------
1117 #---------------------------------------------------------------------------
1139 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1147 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1159 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1169 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1170 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1181 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1199 # files will be copied as-is; there are no commands or markers available.
1286 # set bundle. This should be a reverse domain-name style string, e.g.
1294 # the documentation publisher. This should be a reverse domain-name style
1310 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1333 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1386 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1394 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1403 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1411 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1419 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1425 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1462 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1464 # value is set to YES, a side panel will be generated containing a tree-like
1469 # further fine-tune the look of the index. As an example, the default style
1525 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1537 # Possible values are: HTML-CSS (which is slower, but has the best
1539 # The default value is: HTML-CSS.
1542 MATHJAX_FORMAT = HTML-CSS
1658 #---------------------------------------------------------------------------
1660 #---------------------------------------------------------------------------
1725 # Note: Only use a user-defined header if you know what you are doing! The
1741 # Note: Only use a user-defined footer if you know what you are doing!
1746 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1759 # directory. Note that the files will be copied as-is; there are no commands or
1816 #---------------------------------------------------------------------------
1818 #---------------------------------------------------------------------------
1867 # using doxygen -e rtf extensionFile.
1882 #---------------------------------------------------------------------------
1884 #---------------------------------------------------------------------------
1926 #---------------------------------------------------------------------------
1928 #---------------------------------------------------------------------------
1945 # listings (including syntax highlighting and cross-referencing information) to
1953 #---------------------------------------------------------------------------
1955 #---------------------------------------------------------------------------
1972 # program listings (including syntax highlighting and cross-referencing
1980 #---------------------------------------------------------------------------
1982 #---------------------------------------------------------------------------
1992 #---------------------------------------------------------------------------
1994 #---------------------------------------------------------------------------
2030 #---------------------------------------------------------------------------
2032 #---------------------------------------------------------------------------
2035 # C-preprocessor directives found in the sources and include files.
2072 # patterns (like *.h and *.hpp) to filter out the header-files in the
2080 # defined before the preprocessor is started (similar to the -D option of e.g.
2099 # remove all references to function-like macros that are alone on a line, have
2101 # are typically used for boiler-plate code, and will confuse the parser if not
2108 #---------------------------------------------------------------------------
2110 #---------------------------------------------------------------------------
2160 #---------------------------------------------------------------------------
2162 #---------------------------------------------------------------------------
2437 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2445 # files in one run (i.e. multiple -o and -T options on the command line). This