Home
last modified time | relevance | path

Searched +full:doxyfile +full:- +full:path (Results 1 – 25 of 76) sorted by relevance

1234

/external/wayland/doc/doxygen/
Dgen-doxygen.py32 def load_doxygen_file(doxyfile): argument
33 with open(doxyfile, 'r') as f:
54 parser.add_argument('--builddir',
58 parser.add_argument('--section',
62 parser.add_argument('--output-format',
66 parser.add_argument('--stamp',
74 # Merge the doxyfile with our custom templates
81 os.makedirs(os.path.join(args.builddir, args.output_format))
86 # Run Doxygen with the generated doxyfile
87 cmd = subprocess.Popen(['doxygen', '-'], stdin=subprocess.PIPE)
[all …]
/external/jsoncpp/
Ddoxybuild.py17 http://stackoverflow.com/questions/431684/how-do-i-cd-in-python
29 @return: the full path of the filename if found, or '' if filename could not be found
31 paths = os.environ.get('PATH', '').split(os.pathsep)
36 full_path = os.path.join(directory, name)
37 if os.path.isfile(full_path):
62 status = -1
80 def assert_is_exe(path): argument
81 if not path:
82 raise Exception('path is empty.')
83 if not os.path.isfile(path):
[all …]
/external/skia/infra/bots/recipe_modules/doxygen/resources/
Dgenerate_and_upload_doxygen.py3 # Use of this source code is governed by a BSD-style license that can be
17 DOXYFILE_BASENAME = 'Doxyfile' # must match name of Doxyfile in skia root
19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir')
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
25 <html><body><address style="text-align: right;"><small>
32 def recreate_dir(path): argument
35 shutil.rmtree(path)
37 if os.path.exists(path):
[all …]
/external/oboe/.github/workflows/
Dupdate-docs.yml9 runs-on: ubuntu-latest
12 - uses: actions/checkout@v2
14 - name: Doxygen Action
15 uses: mattnotmitt/doxygen-action@v1.1.0
17 doxyfile-path: "./Doxyfile"
18 working-directory: "."
20 - name: Deploy
21 uses: peaceiris/actions-gh-pages@v3
/external/icu/tools/icu4c_srcgen/
Dgenerate_ndk.py1 #!/usr/bin/env -S python3 -B
9 # http://www.apache.org/licenses/LICENSE-2.0
26 http://icu-project.org/apiref/icu4c/files.html
36 from pathlib import Path
94 # Remove all non-stable function declarations
154 dest_path = base_dest_path + os.path.basename(src_path)
166 if os.path.exists(dst_folder):
169 os.mkdir(os.path.join(dst_folder, 'unicode'))
181 path = android_path('external/icu/icu4c/source', subfolder)
182 files = [os.path.join(path, f) for f in os.listdir(path) if f.endswith('.h')]
[all …]
/external/tpm2-tss/sphinx/
Dconf.py2 # -*- coding: utf-8 -*-
4 # tpm2-tss documentation build configuration file, created by
5 # sphinx-quickstart on Thu Aug 29 14:00:06 2019.
30 s/@PACKAGE_NAME@/tpm2-tss/g;
31 s/@VERSION@/$version/g" Doxyfile.in > Doxyfile
32-tss' VERSION='2.3.0-dev' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='YES' GENERATE_RTF=…
37 # add these directories to sys.path here. If the directory is relative to the
38 # documentation root, use os.path.abspath to make it absolute, like shown here.
39 #sys.path.insert(0, os.path.abspath('.'))
41 # -- General configuration ------------------------------------------------
[all …]
/external/libiio/src/
DCMakeLists.txt11 # Set the default install path to /usr
13 set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "default install path" FORCE)
16 set(CMAKE_INSTALL_DOCDIR "" CACHE PATH "documentation root (DATAROOTDIR/doc/${PROJECT_NAME}${LIBIIO…
22 set(CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}${LIBIIO_VERSION_MAJOR}-d…
25 CACHE PATH "Installation directory for pkgconfig (.pc) files")
52 add_definitions(-D_CRT_SECURE_NO_WARNINGS=1)
65 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden")
68 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare")
71 check_c_compiler_flag(-Wpedantic HAS_WPEDANTIC)
73 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpedantic")
[all …]
/external/libxkbcommon/
Dmeson.build19 '-fno-strict-aliasing',
20 '-fsanitize-undefined-trap-on-error',
21 '-Wno-unused-parameter',
22 '-Wno-missing-field-initializers',
23 '-Wpointer-arith',
24 '-Wmissing-declarations',
25 '-Wformat=2',
26 '-Wstrict-prototypes',
27 '-Wmissing-prototypes',
28 '-Wnested-externs',
[all …]
/external/openthread/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_prog_doxygen.m42 # http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
7 # DX_INIT_DOXYGEN(PROJECT-NAME, DOXYFILE-PATH, [OUTPUT-DIR])
35 # post-processing to it.
38 # override the default by specifying --enable or --disable. The macros
40 # --enable-doxygen-html and --enable-doxygen-chm,
41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each
46 # with the following parameters: a one-word name for the project for use
48 # default is 'Doxyfile', the same as Doxygen's default), and an optional
49 # output directory name (the default is 'doxygen-doc').
59 # doxygen-doc: Generate all doxygen documentation.
[all …]
/external/libevent/m4/
Dax_prog_doxygen.m42 # https://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
7 # DX_INIT_DOXYGEN(PROJECT-NAME, [DOXYFILE-PATH], [OUTPUT-DIR], ...)
35 # post-processing to it.
38 # override the default by specifying --enable or --disable. The macros
40 # --enable-doxygen-html and --enable-doxygen-chm,
41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each
46 # with the following parameters: a one-word name for the project for use
48 # default is '$(srcdir)/Doxyfile', the same as Doxygen's default), and an
49 # optional output directory name (the default is 'doxygen-doc'). To run
64 # doxygen-doc: Generate all doxygen documentation.
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_copyright.py9 # http://www.apache.org/licenses/LICENSE-2.0
25 ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../..'))
30 argp.add_argument('-o',
31 '--output',
34 argp.add_argument('-s', '--skips', default=0, action='store_const', const=1)
35 argp.add_argument('-a', '--ancient', default=0, action='store_const', const=1)
36 argp.add_argument('--precommit', default=False, action='store_true')
82 'tools/doxygen/Doxyfile.php',
95 # Designer-generated source
104 RE_YEAR = r'Copyright (?P<first_year>[0-9]+\-)?(?P<last_year>[0-9]+) ([Tt]he )?gRPC [Aa]uthors(\.|)'
[all …]
/external/libexif/m4m/
Dgp-documentation.m411 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
29 AC_ARG_WITH([doc-dir],
30 [AS_HELP_STRING([--with-doc-dir=PATH],
41 if test -d "/usr/share/doc"
45 elif test -d "/usr/doc"
54 # check whether to include package version into documentation path
56 if ls -d /usr/{share/,}doc/make-[0-9]* > /dev/null 2>&1
58 docdir="${maindocdir}/${PACKAGE}-${VERSION}"
72 dnl * determine presence of prerequisites (only gtk-doc for now)
81 # ---------------------------------------------------------------------------
[all …]
/external/libaom/
Ddocs.cmake18 set(AOM_DOXYFILE "${AOM_CONFIG_DIR}/doxyfile")
94 "Two-pass encoder loop.")
265 math(EXPR max_example_index "${num_sources} - 1")
277 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")
286 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")
304 # Generate libaom's doxyfile.
330 # Add image path.
/external/tpm2-tss/
Dconfigure.ac1 # SPDX-License-Identifier: BSD-2-Clause
2 # Copyright (c) 2015 - 2020 Intel Corporation
3 # Copyright (c) 2018 - 2020 Fraunhofer SIT sponsored by Infineon Technologies AG
6 AC_INIT([tpm2-tss],
8 [https://github.com/tpm2-software/tpm2-tss/issues],
10 [https://github.com/tpm2-software/tpm2-tss])
13 subdir-objects])
14 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) #Backward compatible setting of "silent-rules"
18 …e Doxyfile lib/tss2-sys.pc lib/tss2-esys.pc lib/tss2-mu.pc lib/tss2-tcti-device.pc lib/tss2-tcti-m…
25 AX_IS_RELEASE(dash-version)
[all …]
/external/libevent/
DDoxyfile1 # Doxyfile 1.5.1
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
20 PROJECT_NAME = $(PROJECT)-$(VERSION)
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
49 # can be used to strip a user-defined part of the path. Stripping is
50 # only done if one of the specified strings matches the left-hand part of
51 # the path. The tag can be used to show relative paths in the file list.
53 # path to strip.
[all …]
/external/cronet/third_party/libevent/
DDoxyfile1 # Doxyfile 1.5.1
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
48 #---------------------------------------------------------------------------
50 #---------------------------------------------------------------------------
59 #---------------------------------------------------------------------------
61 #---------------------------------------------------------------------------
68 #---------------------------------------------------------------------------
[all …]
/external/openthread/third_party/mbedtls/repo/
DCMakeLists.txt4 # - Include directories:
17 # - MBEDTLS_TARGET_PREFIX: CMake targets are designed to be alterable by calling
45 option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
65 # Warning string - created as a list for compatibility with CMake 2.8
78 set(CTR_DRBG_128_BIT_KEY_WARN_L2 "**** Using 128-bit keys for CTR_DRBG limits the security of gene…
79 …BIT_KEY_WARN_L3 "**** keys and operations that use random values generated to 128-bit security\n")
102 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
103 … ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py -f ${CMAKE_CURRENT_SOU…
110 … ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py -f ${CMAKE_CURRENT_SOU…
122 To confirm you want to build with this option, re-run cmake with the \
[all …]
/external/mbedtls/
DCMakeLists.txt4 # - Include directories:
13 # - MBEDTLS_TARGET_PREFIX: CMake targets are designed to be alterable by calling
60 option(GEN_FILES "Generate the auto-generated files as needed" OFF)
62 option(GEN_FILES "Generate the auto-generated files as needed" ON)
79 # Warning string - created as a list for compatibility with CMake 2.8
81 set(CTR_DRBG_128_BIT_KEY_WARN_L2 "**** Using 128-bit keys for CTR_DRBG limits the security of gene…
82 …BIT_KEY_WARN_L3 "**** keys and operations that use random values generated to 128-bit security\n")
105 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
106 … ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py -f ${CMAKE_CURRENT_SOU…
122 # to the corresponding path in the source directory.
[all …]
/external/libopus/doc/
DDoxyfile.in1 # Doxyfile 1.8.18
16 # Only non-default options are included below to improve portability
19 #---------------------------------------------------------------------------
21 #---------------------------------------------------------------------------
24 # double-quotes, unless you are using Doxywizard) that should identify the
50 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
52 # shortest path that makes the file name unique will be used
58 # first line (until the first dot) of a Javadoc-style comment as the brief
59 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
80 #---------------------------------------------------------------------------
[all …]
/external/mesa3d/doxygen/
Dcommon.doxy1 # Doxyfile 1.3.8
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
36 # 4096 sub-directories (in 2 levels) under the output directory of each output
48 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
50 # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
70 # This tag implements a quasi-intelligent brief description abbreviator
74 # as the annotated text. Otherwise, the brief description is used as-is. If left
[all …]
Dgallium.doxy1 # Doxyfile 1.5.3
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # follow. The default is UTF-8 which is also the encoding used for all text before
23 DOXYFILE_ENCODING = UTF-8
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Italian, Japanese, Japanese-en (Japanese with English messages), Korean,
[all …]
/external/libexif/doc/
DDoxyfile-internals.in1 # Doxyfile 1.4.2
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
36 # 4096 sub-directories (in 2 levels) under the output directory of each output
48 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
50 # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
70 # This tag implements a quasi-intelligent brief description abbreviator
74 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
DDoxyfile.in1 # Doxyfile 1.4.2
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
36 # 4096 sub-directories (in 2 levels) under the output directory of each output
48 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
50 # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
70 # This tag implements a quasi-intelligent brief description abbreviator
74 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/external/libvpx/
Dlibs.doxy_template4 ## Use of this source code is governed by a BSD-style license
12 # Doxyfile 1.5.4
24 #---------------------------------------------------------------------------
26 #---------------------------------------------------------------------------
29 # follow. The default is UTF-8 which is also the encoding used for all text before
34 DOXYFILE_ENCODING = UTF-8
42 # base path where the generated documentation will be put.
43 # If a relative path is entered, it will be relative to the location
49 # 4096 sub-directories (in 2 levels) under the output directory of each output
61 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
[all …]
/external/antlr/runtime/C/
Ddoxyfile1 # Doxyfile 1.7.1
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
[all …]

1234