From ec7a90ddfa32769df79deb3672156d9313720d51 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 26 Jan 2013 13:10:59 +0000 Subject: [PATCH] Fixed some typos git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@332 64b25241-fba3-4117-9849-534c7e92360d --- docs/doxygen/other/main_page.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 80fac4f23..d6dd8fb1b 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -88,7 +88,7 @@ As outputs, it provides: \section build Building GNSS-SDR In principle, GNSS-SDR can be built in any Unix-like system. In practice, it depends on being able to install all the required dependencies. See the building guide page for details about the project's -dependencies and build process. Mainly, it consists on installing GNU Radio plus some few more libraries: +dependencies and build process. Mainly, it consists on installing GNU Radio plus some few more libraries: \li Gflags, a library that implements commandline flags processing, \li Glog, a library that implements application-level logging, @@ -156,7 +156,7 @@ $ make install If everything goes well, two new executables will be created at gnss-sdr/install, namely gnss-sdr and run_tests. You can create this documentation by doing: \verbatim -$ doxygen +$ bjam doc \endverbatim from the gnss-sdr root folder, or \verbatim @@ -203,8 +203,8 @@ and the Release version can be obtained by doing $ bjam release \endverbatim -\subsection pudating_gnss-sdr Updating GNSS-SDR -If you checked out GNSS-SDR some days ago, it is possible that some developer has updated files at the Subversion repository. You can update your working copy by doing: +\subsection updating_gnss-sdr Updating GNSS-SDR +If you checked out GNSS-SDR some days ago, it is possible that some developer had updated files at the Subversion repository. You can update your working copy by doing: \verbatim $ cd gnss-sdr $ svn up @@ -214,7 +214,7 @@ Before rebuiling the source code, it is safe (and recommended) to remove the rem $ rm -rf gnss-sdr/build/* \endverbatim -You can also check control version with Subversion for more information about Subversion usage. +You can also check Version Control with Subversion for more information about Subversion usage. \section using_gnss-sdr Using GNSS-SDR