Searched refs:DOXYGEN (Results 1 – 25 of 27) sorted by relevance
12
/external/tinyalsa_new/doxygen/ |
D | Makefile | 5 DOXYGEN := $(shell command -v doxygen 2> /dev/null) macro 10 ifndef DOXYGEN 13 $(DOXYGEN) $(DOXYGENFLAGS) 18 ifdef DOXYGEN 25 ifdef DOXYGEN
|
/external/libxkbcommon/scripts/ |
D | doxygen-wrapper | 5 DOXYGEN="$1" 8 cd "$ABS_TOP_SRCDIR" && exec "$DOXYGEN" "$DOXYFILE"
|
/external/fmtlib/doc/ |
D | CMakeLists.txt | 1 find_program(DOXYGEN doxygen) 2 if (NOT DOXYGEN)
|
/external/wayland/doc/doxygen/ |
D | Makefile.am | 77 ) | $(DOXYGEN) - 85 ) | $(DOXYGEN) - 93 ) | $(DOXYGEN) -
|
/external/parameter-framework/upstream/doc/ |
D | CMakeLists.txt | 29 # Only present DOXYGEN_GRAPHS if DOXYGEN is ON and if so, default to ON. 35 "DOXYGEN" OFF) 37 if(DOXYGEN)
|
/external/icu/icu4c/source/ |
D | Makefile.in | 48 DOXYGEN = @DOXYGEN@ 115 ifeq ($(DOXYGEN),) 123 sed < Doxyfile -e 's%[^#]*SEARCHENGINE.*%SEARCHENGINE=YES%' | $(DOXYGEN) - 129 $(DOXYGEN) 206 ifeq ($(DOXYGEN),)
|
D | configure | 4385 case $DOXYGEN in 4387 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path. 4409 DOXYGEN=$ac_cv_path_DOXYGEN 4410 if test -n "$DOXYGEN"; then 4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5 4412 $as_echo "$DOXYGEN" >&6; }
|
/external/libexif/doc/ |
D | Makefile.am | 29 $(DOXYGEN) $< 41 $(DOXYGEN) $<
|
D | Makefile.in | 129 DOXYGEN = @DOXYGEN@ 485 @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ $(DOXYGEN) $< 490 @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ $(DOXYGEN) $<
|
/external/wayland/ |
D | configure.ac | 135 AC_PATH_PROG(DOXYGEN, doxygen) 137 if test "x$DOXYGEN" = "x"; then 142 doxygen_version=`$DOXYGEN --version`
|
/external/libexif/m4m/ |
D | gp-documentation.m4 | 137 AC_PATH_PROG([DOXYGEN], [doxygen], [false]) 138 AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "xfalse"])
|
D | Makefile.in | 89 DOXYGEN = @DOXYGEN@
|
/external/libexif/binary/ |
D | Makefile.in | 89 DOXYGEN = @DOXYGEN@
|
/external/libexif/contrib/ |
D | Makefile.in | 129 DOXYGEN = @DOXYGEN@
|
/external/libexif/contrib/examples/ |
D | Makefile.in | 128 DOXYGEN = @DOXYGEN@
|
/external/libexif/test/nls/ |
D | Makefile.in | 120 DOXYGEN = @DOXYGEN@
|
/external/parameter-framework/upstream/ |
D | CMakeLists.txt | 47 option(DOXYGEN "Enable doxygen generation (you still have to run 'make doc')" OFF) option
|
D | README.md | 103 If you want to *build the code documentation* (`DOXYGEN=OFF` by default), you'll
|
/external/arm-trusted-firmware/plat/imx/common/include/sci/ |
D | sci_types.h | 807 #ifdef DOXYGEN
|
/external/libexif/test/ |
D | Makefile.in | 198 DOXYGEN = @DOXYGEN@
|
/external/libexif/ |
D | Makefile.in | 171 DOXYGEN = @DOXYGEN@
|
D | configure | 11825 case $DOXYGEN in 11827 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path. 11849 DOXYGEN=$ac_cv_path_DOXYGEN 11850 if test -n "$DOXYGEN"; then 11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5 11852 $as_echo "$DOXYGEN" >&6; } 11859 if test "x$DOXYGEN" != "xfalse"; then
|
/external/flac/ |
D | configure.ac | 344 AC_CHECK_PROGS(DOXYGEN, doxygen) 346 AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")
|
/external/libexif/libexif/ |
D | Makefile.in | 173 DOXYGEN = @DOXYGEN@
|
/external/libevent/m4/ |
D | ax_prog_doxygen.m4 | 22 # Doxygen feature. Supported features are 'DOXYGEN' itself, 'DOT' for
|
12