Home
last modified time | relevance | path

Searched refs:DOXYGEN (Results 1 – 5 of 5) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/doc/
DMakefile.in9 DOXYGEN= @DOXYGEN@
21 $(DOXYGEN) $< >./doxygen.out 2>&1
/net-tools-latest/libcoap/doc/
DMakefile.am34 $(DOXYGEN) Doxyfile
/net-tools-latest/libcoap/
Dconfigure.ac138 AC_PATH_PROGS([DOXYGEN], [doxygen])
139 if test -z "$DOXYGEN"; then
147 doxygen_version=`$DOXYGEN --version`
150 DOXYGEN=""],
153 if test "x$DOXYGEN" = "x" -a "x$build_documentation" = "xyes"; then
194 [test -n "$DOXYGEN"])AM_COND_IF([HAVE_DOXYGEN],
363 if test "x$build_documentation" = "xyes" -a "x$DOXYGEN" != "x"; then
365 AC_MSG_RESULT([ --> Doxygen around : "yes" ($DOXYGEN $doxygen_version)])
/net-tools-latest/tinydtls-0.8.2/
Dconfigure.in37 AC_PATH_PROG(DOXYGEN, doxygen, [:])
Dconfigure2231 case $DOXYGEN in
2233 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
2255 DOXYGEN=$ac_cv_path_DOXYGEN
2256 if test -n "$DOXYGEN"; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5
2258 $as_echo "$DOXYGEN" >&6; }