summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2015-04-28 11:23:38 -0400
committerTom Rondeau <tom@trondeau.com>2015-04-28 11:24:57 -0400
commit290c69fb0b008cdfd351bd0dc84b493cd0e5d6c7 (patch)
tree6fa7ace3b772cf14eb98caf0274b45ee6ca5e6be /docs/doxygen/other
parent6020965c3900c5c596ac0900604182c8c062a453 (diff)
docs: Fixing some missing parameters and other Doxygen errors/warnings.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r--docs/doxygen/other/build_guide.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox
index c21b9874ac..def85df1ab 100644
--- a/docs/doxygen/other/build_guide.dox
+++ b/docs/doxygen/other/build_guide.dox
@@ -1,4 +1,4 @@
-/*! \page build_guide Build Instructions and Information
+ /*! \page build_guide Build Instructions and Information
\section dependencies Dependencies
@@ -165,7 +165,7 @@ If not specified, the "Release" mode is the default.
Here are som other potentially helpful CMake flags. These are to help you specifically locate certain dependencies. While the CMake scripts themselves should generally find these for us, we can use these to help direct CMake to specific locations if we have installed a different version elsewhere on the system that CMake doesn't know about.
-\li QWT_LIBRARIES: shared library to use for Qwt (in the form <path>/libqwt.so).
+\li QWT_LIBRARIES: shared library to use for Qwt (in the form \<path\>/libqwt.so).
\li QWT_INCLUDE_DIRS: path to Qwt include files (e.g., /usr/include/qwt).
\li PYTHON_EXECUTABLE: Location of the 'python' binary you want to use (e.g., /usr/bin/python2.7).
\li PYTHON_INCLUDE_PATH: path to Python include files (e.g., /usr/include/python2.7).