Home
last modified time | relevance | path

Searched refs:Docs (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.h24 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
H A DAttrDocs.td7022 See also `the Microsoft Docs on Inline Functions`_, `the GCC Common Function
7025 .. _the Microsoft Docs on Inline Functions: https://docs.microsoft.com/en-us/cpp/cpp/inline-functio…
/freebsd-14.2/contrib/libcbor/
H A D.readthedocs.yaml2 # Read the Docs configuration file
H A DCHANGELOG.md111 - [Docs migrated to Sphinx 2.4 and Python3](https://github.com/PJK/libcbor/pull/117)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Ddoxygen.am24 # Docs will be installed. It may be one or more docs supported
/freebsd-14.2/contrib/libevent/
H A Ddoxygen.am24 # Docs will be installed. It may be one or more docs supported
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp608 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
609 {FlagNameOffset, Members, SubGroups, Docs},
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges20 - Docs cleanup: replace indirect-object style examples and use class method
22 - Docs cleanup: remove hard tabs from POD, replace dated, unfair synopsis
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4855 std::vector<Record *> Docs = A->getValueAsListOfDefs("Documentation"); in EmitClangAttrDocTable() local
4856 assert(!Docs.empty()); in EmitClangAttrDocTable()
4860 Docs.front()->getValueAsOptionalString("Content").value_or(""); in EmitClangAttrDocTable()
5073 std::vector<Record *> Docs = Attr.getValueAsListOfDefs("Documentation"); in EmitClangAttrDocs() local
5074 for (const auto *D : Docs) { in EmitClangAttrDocs()
5082 if (InternalOnly && Docs.size() > 1) in EmitClangAttrDocs()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmacintosh113 # skip Docs.MWII ReadMe.MacWrite "Notes (MacWrite II)"
H A Driff8 # http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf
/freebsd-14.2/contrib/xz/
H A DChangeLog424 generated "configure" remains identical. (Docs of AC_LANG_CONFTEST
791 Docs: Update INSTALL for --enable-threads method win95.
941 Docs: Fix typos found by codespell
1267 Docs: Add a new section to INSTALL for Tests.
1284 Docs: Update README.
3861 Docs: Omit multi-threaded decompress from TODO.
3872 Docs: Update xz-file-format.txt to 1.1.0 for ARM64 filter.
5233 Docs: Update faq.txt a little.
10431 Docs: Add doc/examples/11_file_info.c.
11728 Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c.
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td82 // Docs
/freebsd-14.2/contrib/flex/
H A DChangeLog3268 * doc/flex.texi: Docs and example for yylex_init_extra.