Changeset 1587
- Timestamp:
- Aug 13, 2010 5:39:10 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r1581 r1587 22615 22615 withval=yes 22616 22616 fi; 22617 if test x $withval= xno ; then22617 if test x"$withval" = xno ; then 22618 22618 coin_doxy_usedot=NO 22619 22619 echo "$as_me:$LINENO: checking for dot " >&5 … … 22690 22690 # proj will be configured, hence doxydoc present in build tree 22691 22691 doxysrcdir="${srcdir}/${proj}" 22692 { echo "$as_me:$LINENO: Considering $doxysrcdir (base)" >&5 22693 echo "$as_me: Considering $doxysrcdir (base)" >&6;} 22692 # AC_MSG_NOTICE([Considering $doxysrcdir (base)]) 22694 22693 if test -d "$doxysrcdir" ; then 22695 22694 # with a doxydoc directory? 22696 22695 doxydir="$doxysrcdir/doxydoc" 22697 { echo "$as_me:$LINENO: Considering $doxydir (base)" >&5 22698 echo "$as_me: Considering $doxydir (base)" >&6;} 22699 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22700 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22696 # AC_MSG_NOTICE([Considering $doxydir (base)]) 22697 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22701 22698 if test -d "$doxydir" ; then 22702 22699 # use tag file; don't process source … … 22718 22715 if test $doxyfound = no ; then 22719 22716 eval doxydir="${datadir}/coin/doc/${proj}/doxydoc" 22720 { echo "$as_me:$LINENO: Considering $doxydir (install)" >&5 22721 echo "$as_me: Considering $doxydir (install)" >&6;} 22722 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22723 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22717 # AC_MSG_NOTICE([Considering $doxydir (install)]) 22718 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22724 22719 coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html" 22725 22720 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5 -
trunk/Clp/doxydoc/doxygen.conf.in
r1581 r1587 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -
trunk/configure
r1581 r1587 21089 21089 if test "${with_blas+set}" = set; then 21090 21090 withval="$with_blas" 21091 if test x $withval= "xBUILD" ; then21091 if test x"$withval" = "xBUILD" ; then 21092 21092 coin_has_blas=notGiven 21093 21093 else … … 21223 21223 if test "${with_lapack+set}" = set; then 21224 21224 withval="$with_lapack" 21225 if test x $withval= "xBUILD" ; then21225 if test x"$withval" = "xBUILD" ; then 21226 21226 coin_has_lapack=notGiven 21227 21227 else … … 21945 21945 withval=yes 21946 21946 fi; 21947 if test x $withval= xno ; then21947 if test x"$withval" = xno ; then 21948 21948 coin_doxy_usedot=NO 21949 21949 echo "$as_me:$LINENO: checking for dot " >&5 … … 22020 22020 # proj will be configured, hence doxydoc present in build tree 22021 22021 doxysrcdir="${srcdir}/${proj}" 22022 { echo "$as_me:$LINENO: Considering $doxysrcdir (base)" >&5 22023 echo "$as_me: Considering $doxysrcdir (base)" >&6;} 22022 # AC_MSG_NOTICE([Considering $doxysrcdir (base)]) 22024 22023 if test -d "$doxysrcdir" ; then 22025 22024 # with a doxydoc directory? 22026 22025 doxydir="$doxysrcdir/doxydoc" 22027 { echo "$as_me:$LINENO: Considering $doxydir (base)" >&5 22028 echo "$as_me: Considering $doxydir (base)" >&6;} 22029 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22030 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22026 # AC_MSG_NOTICE([Considering $doxydir (base)]) 22027 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22031 22028 if test -d "$doxydir" ; then 22032 22029 # use tag file; don't process source … … 22048 22045 if test $doxyfound = no ; then 22049 22046 eval doxydir="${datadir}/coin/doc/${proj}/doxydoc" 22050 { echo "$as_me:$LINENO: Considering $doxydir (install)" >&5 22051 echo "$as_me: Considering $doxydir (install)" >&6;} 22052 { echo "$as_me:$LINENO: Subdirs: $coin_subdirs)" >&5 22053 echo "$as_me: Subdirs: $coin_subdirs)" >&6;} 22047 # AC_MSG_NOTICE([Considering $doxydir (install)]) 22048 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 22054 22049 coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html" 22055 22050 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5 -
trunk/doxydoc/doxygen.conf.in
r1581 r1587 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
Note: See TracChangeset
for help on using the changeset viewer.