| /freebsd-13.1/contrib/kyua/integration/ |
| H A D | cmd_about_test.sh | 63 mkdir docs 64 echo "* Author (no email)" >docs/AUTHORS 66 echo "Copyright text" >docs/LICENSE 67 export KYUA_DOCDIR=docs 87 mkdir docs 88 echo "* Author (no email)" >docs/AUTHORS 90 export KYUA_DOCDIR=docs 91 cat docs/AUTHORS docs/CONTRIBUTORS >expout 108 mkdir docs 109 echo "Copyright text" >docs/LICENSE [all …]
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | Makefile.am | 171 all-local: api-docs/api-docs.tag 173 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES) 174 $(AM_V_GEN)rm -rf api-docs; \ 175 mkdir -p api-docs; \ 177 rm -f api-docs/html/installdox 178 api-docs/html: api-docs/api-docs.tag 180 CLEAN_TARGETS += clean-api-docs 181 clean-api-docs: 182 rm -rf api-docs 184 EXTRA_DIST += api-docs/html [all …]
|
| H A D | Doxyfile.in | 38 GENERATE_TAGFILE = @top_builddir@/api-docs/api-docs.tag 43 OUTPUT_DIRECTORY = @top_builddir@/api-docs
|
| /freebsd-13.1/contrib/kyua/ |
| H A D | Makefile.am | 150 PHONY_TARGETS += check-api-docs 151 check-api-docs: api-docs/api-docs.tag 152 @$(AWK) -f $(srcdir)/admin/check-api-docs.awk api-docs/doxygen.out 154 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES) 155 @$(MKDIR_P) api-docs 156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp 158 >api-docs/doxygen.out.tmp 2>&1 && \ 159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out 161 CLEAN_TARGETS += clean-api-docs 162 clean-api-docs: [all …]
|
| H A D | Doxyfile.in | 40 GENERATE_TAGFILE = @top_builddir@/api-docs/api-docs.tag 46 OUTPUT_DIRECTORY = @top_builddir@/api-docs
|
| /freebsd-13.1/contrib/libxo/ |
| H A D | Makefile.am | 32 docs: target 33 @(cd doc ; ${MAKE} docs) 47 upload: dist upload-docs upload-xohtml-files 51 upload-docs: docs upload-html
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pwsafe | 9 # https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV3.txt 10 # V2 https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV2… 11 # V1 https://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/notes.txt
|
| H A D | coverage | 70 # cf. https://llvm.org/docs/doxygen/html/InstrProfData_8inc_source.html 81 # cf. https://llvm.org/docs/CoverageMappingFormat.html 82 # https://llvm.org/docs/doxygen/html/namespacellvm_1_1IndexedInstrProf.html 83 # https://llvm.org/docs/CommandGuide/llvm-cov.html 84 # https://llvm.org/docs/CommandGuide/llvm-profdata.html
|
| H A D | gimp | 15 # URL: https://docs.gimp.org/en/gimp-concepts-palettes.html 27 # Reference: https://gitlab.gnome.org/GNOME/gimp/blob/master/devel-docs/xcf.txt 64 # URL: https://docs.gimp.org/en/gimp-using-animated-brushes.html
|
| /freebsd-13.1/contrib/apr/ |
| H A D | apr.spec | 58 mv docs/dox/html html 77 %doc docs/APRDesign.html docs/canonical_filenames.html 78 %doc docs/incomplete_types docs/non_apr_programs
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | README.md | 1  - for using and developing this repo 14 …* [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists… 20 be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/ind…
|
| /freebsd-13.1/contrib/apr-util/docs/ |
| H A D | doxygen.conf | 8 OUTPUT_DIRECTORY=docs/dox 32 GENERATE_TAGFILE=docs/dox/apu.tag
|
| /freebsd-13.1/contrib/apr/docs/ |
| H A D | doxygen.conf | 8 OUTPUT_DIRECTORY=docs/dox 37 GENERATE_TAGFILE=docs/dox/apr.tag
|
| /freebsd-13.1/tools/tools/git/ |
| H A D | git-svn-init | 66 -d Exclude docs 173 docs=1 189 docs=0 209 if [ "$docs" -eq 1 ]; then
|
| /freebsd-13.1/contrib/llvm-project/lld/ |
| H A D | .gitignore | 3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html 24 docs/_build
|
| /freebsd-13.1/crypto/openssl/doc/ |
| H A D | README | 8 Moved to the web, https://www.openssl.org/docs/standards.html 27 https://www.openssl.org/docs/manpages.html
|
| /freebsd-13.1/contrib/googletest/googlemock/ |
| H A D | README.md | 56 * Learn the [basics](../../master/googletest/docs/primer.md) of 58 * Read [Google Mock for Dummies](../../master/googlemock/docs/ForDummies.md). 63 Once you understand the basics, check out the rest of the docs: 65 * [CheatSheet](../../master/googlemock/docs/CheatSheet.md) - all the commonly used stuff 67 * [CookBook](../../master/googlemock/docs/CookBook.md) - recipes for getting things done, 71 [KnownIssues](docs/KnownIssues.md) and 72 [FrequentlyAskedQuestions](docs/FrequentlyAskedQuestions.md) before 82 you can also use it with [any C++ testing framework](../../master/googlemock/docs/ForDummies.md#usi… 93 ../../master/googlemock/docs/ForDummies.md#using-google-mock-with-any-testing-framework) 315 [monomorphic](./docs/CookBook.md#writing-new-monomorphic-matchers), [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-… 37 * [OpenZFS Documentation](https://openzfs.github.io/openzfs-docs/) 39 …* [Git and GitHub for beginners](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Git%… 45 instructions](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html), 47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html). 58 page](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Troubleshooting.html). 62 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html) 70 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html) 136 [rebase](https://git-scm.com/docs/git-rebase) (squash). 149 https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html#running-zloop-sh-a… [all …]
|
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | java.mk | 38 .if !target(docs) 39 docs:
|
| /freebsd-13.1/tools/kerneldoc/subsys/ |
| H A D | README | 18 - DOXYGEN_DEST_PATH (where the docs are generated) 26 Programs needed to generate the API docs:
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | sti-mailbox.txt | 36 - compatible : Many (See the client docs) 39 Cells must match 'mbox-cells' (See Controller docs above)
|
| H A D | hisilicon,hi3660-mailbox.txt | 37 - compatible : See the client docs 39 Cells must match 'mbox-cells' (See Controller docs above)
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 24 clang/docs/ 156 compiler-rt/docs/ 239 libcxx/docs/ 253 libunwind/docs/ 284 lldb/docs/.htaccess 286 lldb/docs/_static/ 287 lldb/docs/conf.py 295 lldb/docs/status/ 297 lldb/docs/use/ 475 llvm/docs/ [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | README.md | 1 See docs/NewLLD.rst
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | README.md | 1 See docs/NewLLD.rst
|