Skip to content

Commit

Permalink
Use MathJax for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Jul 20, 2015
1 parent fedbf09 commit ef3618f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ compiler:
- clang
env:
global:
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev coinor-libipopt-dev libblas-dev liblapack-dev libmumps-seq-dev gfortran"
- APT_DEPENDENCIES="doxygen libltdl-dev libboost-all-dev liblog4cxx10-dev coinor-libipopt-dev libblas-dev liblapack-dev libmumps-seq-dev gfortran"
- HOMEBREW_DEPENDENCIES="doxygen libtool boost log4cxx ipopt openblas mumps"
- GIT_DEPENDENCIES="roboptim/roboptim-core"
- DEBSIGN_KEYID=5AE5CD75
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -24,6 +24,9 @@ SET(PROJECT_NAME roboptim-core-plugin-ipopt)
SET(PROJECT_DESCRIPTION "RobOptim core IPOPT plug-in")
SET(PROJECT_URL "http://github.com/roboptim/roboptim-core-plugin-ipopt")

# Use MathJax for Doxygen formulae
SET(DOXYGEN_USE_MATHJAX "YES")

SET(HEADERS
${CMAKE_SOURCE_DIR}/include/roboptim/core/plugin/ipopt/ipopt-common.hh
${CMAKE_SOURCE_DIR}/include/roboptim/core/plugin/ipopt/ipopt-parameters-updater.hh
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 200 files

0 comments on commit ef3618f

Please sign in to comment.