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 87ae8da commit 059ea08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compiler:
- clang
env:
global:
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
- APT_DEPENDENCIES="doxygen libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
- GIT_DEPENDENCIES="roboptim/roboptim-core"
- DEBSIGN_KEYID=5AE5CD75
- PPA_URI="roboptim/ppa"
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ SET(PROJECT_DESCRIPTION
)
SET(PROJECT_URL "http://github.com/roboptim/roboptim-core-plugin-cminpack")

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

# Where to compile shared objects
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)

Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 203 files

0 comments on commit 059ea08

Please sign in to comment.