aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2014-08-25 15:00:29 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2014-08-25 15:00:29 +0200
commit1b008fbe40526016464aaabab5570c4147805a1b (patch)
treedf129c34f77e50521f7a39f7b2a8238123560f10 /doc
parentrename execs and fix some unintended renames (diff)
downloadgensvm-1b008fbe40526016464aaabab5570c4147805a1b.tar.gz
gensvm-1b008fbe40526016464aaabab5570c4147805a1b.zip
updated doxygen files to new name
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
-rw-r--r--doc/mainpage.dox2
-rw-r--r--doc/specifications.dox8
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 5b43a2b..34fad0c 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.
-PROJECT_NAME = "MSVMMaj"
+PROJECT_NAME = "GenSVM"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index e3c4057..8e3aaaf 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -1,5 +1,5 @@
/**
- * @mainpage MSVMMaj C Package Documentation
+ * @mainpage GenSVM C Package Documentation
* @author Gertjan van den Burg (add future safe email adres)
* @date January, 2014
* @version 0.01a
diff --git a/doc/specifications.dox b/doc/specifications.dox
index 5b5a8ae..28746e5 100644
--- a/doc/specifications.dox
+++ b/doc/specifications.dox
@@ -128,13 +128,13 @@ x_n1 x_n2 ... x_nm y_n
/**
* @page spec_model_file Model File Specification
*
- * This page describes the input file format for a MajModel. This
+ * This page describes the input file format for a GenModel. This
* specification is used by msvmmaj_read_model() and msvmmaj_write_model().
- * The model file is designed to fully reproduce a MajModel.
+ * The model file is designed to fully reproduce a GenModel.
*
* The model output file follows the format
* @verbatim
-Output file for MSVMMaj (version 0.1)
+Output file for GenSVM (version 0.1)
Generated on: Tue Jan 14 12:00:00 2014 (UTC +01:00)
Model:
@@ -162,7 +162,7 @@ Output:
* ignored when reading the model file. The model section fully describes the
* model parameters. Next, the data section describes the data file that was
* used in training and the size of the dataset. Finally, the output section
- * shows the augmented weight matrix MajModel::V, in row-major order.
+ * shows the augmented weight matrix GenModel::V, in row-major order.
*
* @todo
* Write kernel specification to model file as well and adjust the format