Home
last modified time | relevance | path

Searched refs:doxygen (Results 1 - 23 of 23) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/
H A Dcfg.rs15 /// See [`CFG.doxygen`][CFG#cfgdoxygen].
16 pub doxygen: bool,
242 /// ## **`CFG.doxygen`**
262 /// CFG.doxygen = true;
293 /// With `CFG.doxygen` enabled, the generated C++ header through which
307 /// Otherwise by default (without `CFG.doxygen`) they'll just be `//` comments.
314 doxygen: false,
325 doxygen, in fmt()
334 .field("doxygen", doxygen) in fmt()
[all...]
H A Dlib.rs402 doxygen: CFG.doxygen, in generate_bridge()
/third_party/icu/tools/release/java/
H A DMakefile18 DOXYGEN=doxygen
101 @echo running doxygen ..
103 @echo doxygen done in $*
107 @$(MAKE) -C "$*/" Doxyfile || ( echo "could not make Doxyfile in $* - was doxygen available?" ; false )
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs62 pub(super) doxygen: bool,
93 doxygen: false, in default()
H A Dwrite.rs233 if out.opt.doxygen { in write_doc()
240 // According to https://www.doxygen.nl/manual/docblocks.html, Doxygen only in write_doc()
244 if out.opt.doxygen && lines == 1 { in write_doc()
/third_party/rust/crates/cxx/gen/src/
H A Dmod.rs62 pub(super) doxygen: bool,
93 doxygen: false, in default()
H A Dwrite.rs233 if out.opt.doxygen { in write_doc()
240 // According to https://www.doxygen.nl/manual/docblocks.html, Doxygen only in write_doc()
244 if out.opt.doxygen && lines == 1 { in write_doc()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs62 pub(super) doxygen: bool,
93 doxygen: false, in default()
H A Dwrite.rs233 if out.opt.doxygen { in write_doc()
240 // According to https://www.doxygen.nl/manual/docblocks.html, Doxygen only in write_doc()
244 if out.opt.doxygen && lines == 1 { in write_doc()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dmod.rs62 pub(super) doxygen: bool,
93 doxygen: false, in default()
H A Dwrite.rs233 if out.opt.doxygen { in write_doc()
240 // According to https://www.doxygen.nl/manual/docblocks.html, Doxygen only in write_doc()
244 if out.opt.doxygen && lines == 1 { in write_doc()
/third_party/skia/infra/bots/recipe_modules/doxygen/examples/
H A Dfull.py8 'doxygen',
17 api.doxygen.generate_and_upload(api.path['start_dir'])
22 api.test('doxygen') +
/third_party/mbedtls/tests/scripts/
H A Dcheck-doxy-blocks.pl3 # Detect comment blocks that are likely meant to be doxygen blocks but aren't.
6 # Of course one could use doxygen warnings, eg with:
7 # sed -e '/EXTRACT/s/YES/NO/' doxygen/mbedtls.doxyfile | doxygen -
19 my @directories = qw(include/mbedtls library doxygen/input);
H A Dall.sh783 *_doxygen[_\ ]*) check_tools "doxygen" "dot";;
1038 msg "Check: doxygen markup outside doxygen blocks" # < 1s
1131 msg "Check: doxygen warnings (builds the documentation)" # ~ 3s
1132 tests/scripts/doxygen.sh
/third_party/skia/infra/bots/recipes/
H A Dhousekeeper.py15 'doxygen',
35 api.doxygen.generate_and_upload(skia_dir)
/third_party/backends/tools/
H A Dstyle-check.sh71 doc/doxygen-*.conf.in) ;; # don't fix doxygen -g comments
/third_party/libfuse/test/
H A Dci-build.sh102 (cd "${SOURCE_DIR}"; doxygen doc/Doxyfile)
/third_party/mbedtls/
H A DMakefile188 cd doxygen && doxygen mbedtls.doxyfile
/third_party/skia/third_party/externals/tint/kokoro/linux/
H A Ddocker.sh63 using doxygen-1.8.18
114 # fail. See https://www.doxygen.nl/manual/config.html#cfg_warn_as_error
/third_party/ffmpeg/
H A Dconfigure393 --doxygen=DOXYGEN use DOXYGEN to generate API doc [$doxygen_default]
2566 doxygen
3855 doxygen_default="doxygen"
4455 set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
4473 if test $doxygen != $doxygen_default && \
4474 ! $doxygen --version >/dev/null 2>&1; then
4475 warn "Specified doxygen \"$doxygen\" not found, API documentation will fail to build."
7700 DOXYGEN=$doxygen
/third_party/icu/icu4c/source/
H A Dconfigure4391 # Check for doxygen to generate documentation
4392 # Extract the first word of "doxygen", so it can be a program name with args.
4393 set dummy doxygen; ac_word=$2
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure4377 # Check for doxygen to generate documentation
4378 # Extract the first word of "doxygen", so it can be a program name with args.
4379 set dummy doxygen; ac_word=$2
/third_party/libevdev/
H A Dconfigure13359 # Extract the first word of "doxygen", so it can be a program name with args.
13360 set dummy doxygen; ac_word=$2
13405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - required for documentation" >&5
13406 printf "%s\n" "$as_me: WARNING: doxygen not found - required for documentation" >&2;}
13960 ac_config_files="$ac_config_files Makefile libevdev/Makefile doc/Makefile doc/libevdev.doxygen doc/libevdev.man tools/Makefile test/Makefile libevdev.pc"
15002 "doc/libevdev.doxygen") CONFIG_FILES="$CONFIG_FILES doc/libevdev.doxygen" ;;

Completed in 53 milliseconds