Searched refs:DOXYGEN (Results 1 – 25 of 31) sorted by relevance
12
/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 | 46 DOXYGEN = @DOXYGEN@ 109 ifeq ($(DOXYGEN),) 117 sed < Doxyfile -e 's%[^#]*SEARCHENGINE.*%SEARCHENGINE=YES%' | $(DOXYGEN) - 123 $(DOXYGEN) 194 ifeq ($(DOXYGEN),)
|
D | configure | 4260 case $DOXYGEN in 4262 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path. 4284 DOXYGEN=$ac_cv_path_DOXYGEN 4285 if test -n "$DOXYGEN"; then 4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5 4287 $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/clang/docs/ |
D | Makefile | 14 DOXYGEN = doxygen macro 90 $(Verb) $(DOXYGEN) $(PROJ_OBJ_DIR)/doxygen.cfg
|
/external/bison/doc/ |
D | Makefile.am | 134 DOXYGEN = doxygen macro 141 $(DOXYGEN)
|
/external/llvm/docs/ |
D | Makefile | 15 DOXYGEN = doxygen macro 95 $(Verb) $(DOXYGEN) $(PROJ_OBJ_DIR)/doxygen.cfg
|
/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/dbus/cmake/doc/ |
D | CMakeLists.txt | 4 OPTION(DBUS_ENABLE_DOXYGEN_DOCS "build DOXYGEN documentation (requires Doxygen)" ON)
|
/external/libexif/contrib/ |
D | Makefile.in | 129 DOXYGEN = @DOXYGEN@
|
/external/libexif/contrib/examples/ |
D | Makefile.in | 128 DOXYGEN = @DOXYGEN@
|
/external/llvm/ |
D | Makefile.config.in | 207 DOXYGEN := @DOXYGEN@
|
/external/libexif/test/nls/ |
D | Makefile.in | 120 DOXYGEN = @DOXYGEN@
|
/external/dbus/cmake/ |
D | ConfigureChecks.cmake | 92 find_program(DOXYGEN doxygen)
|
/external/dbus/ |
D | README.cmake | 114 // build DOXYGEN documentation (requires Doxygen)
|
D | configure.ac | 149 AC_ARG_ENABLE(doxygen-docs, AS_HELP_STRING([--enable-doxygen-docs],[build DOXYGEN documentation (re… 1393 AC_PATH_PROG(DOXYGEN, doxygen, no) 1397 if test x$DOXYGEN = xno ; then 1764 Doxygen: ${DOXYGEN:-not found}
|
/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/libexif/ |
D | Makefile.in | 171 DOXYGEN = @DOXYGEN@
|
/external/libexif/test/ |
D | Makefile.in | 198 DOXYGEN = @DOXYGEN@
|
/external/avahi/common/ |
D | doxygen.m4 | 11 # Supported features are 'DOXYGEN' itself, 'DOT' for generating graphics,
|
/external/libexif/libexif/ |
D | Makefile.in | 173 DOXYGEN = @DOXYGEN@
|
12