Doxygen compliance

release/4.3a0
Frank Dellaert 2011-10-21 06:01:50 +00:00
parent 8535b13809
commit 3692eae4fe
14 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@
/** /**
* @file BearingFactor.H * @file BearingFactor.H
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#pragma once #pragma once

View File

@ -11,7 +11,7 @@
/** /**
* @file BetweenFactor.h * @file BetweenFactor.h
* @authors Frank Dellaert, Viorela Ila * @author Frank Dellaert, Viorela Ila
**/ **/
#pragma once #pragma once

View File

@ -11,7 +11,7 @@
/** /**
* @file PriorFactor.h * @file PriorFactor.h
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#pragma once #pragma once

View File

@ -11,7 +11,7 @@
/** /**
* @file RangeFactor.H * @file RangeFactor.H
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#pragma once #pragma once

View File

@ -12,7 +12,7 @@
/** /**
* @file planarSLAM.cpp * @file planarSLAM.cpp
* @brief: bearing/range measurements in 2D plane * @brief: bearing/range measurements in 2D plane
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#include <gtsam/slam/planarSLAM.h> #include <gtsam/slam/planarSLAM.h>

View File

@ -12,7 +12,7 @@
/** /**
* @file planarSLAM.h * @file planarSLAM.h
* @brief: bearing/range measurements in 2D plane * @brief: bearing/range measurements in 2D plane
* @authors Frank Dellaert * @author Frank Dellaert
*/ */
#pragma once #pragma once

View File

@ -12,7 +12,7 @@
/** /**
* @file pose2SLAM.cpp * @file pose2SLAM.cpp
* @brief: bearing/range measurements in 2D plane * @brief: bearing/range measurements in 2D plane
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#include <gtsam/slam/pose2SLAM.h> #include <gtsam/slam/pose2SLAM.h>

View File

@ -12,7 +12,7 @@
/** /**
* @file pose2SLAM.h * @file pose2SLAM.h
* @brief: 2D Pose SLAM * @brief: 2D Pose SLAM
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#pragma once #pragma once

View File

@ -12,7 +12,7 @@
/** /**
* @file pose3SLAM.cpp * @file pose3SLAM.cpp
* @brief: bearing/range measurements in 2D plane * @brief: bearing/range measurements in 2D plane
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#include <gtsam/slam/pose3SLAM.h> #include <gtsam/slam/pose3SLAM.h>

View File

@ -12,7 +12,7 @@
/** /**
* @file pose3SLAM.h * @file pose3SLAM.h
* @brief: 3D Pose SLAM * @brief: 3D Pose SLAM
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#pragma once #pragma once

View File

@ -11,7 +11,7 @@
/** /**
* @file testPlanarSLAM.cpp * @file testPlanarSLAM.cpp
* @authors Frank Dellaert * @author Frank Dellaert
**/ **/
#include <iostream> #include <iostream>

View File

@ -11,7 +11,7 @@
/** /**
* @file testPose2Graph.cpp * @file testPose2Graph.cpp
* @authors Frank Dellaert, Viorela Ila * @author Frank Dellaert, Viorela Ila
**/ **/
#include <iostream> #include <iostream>

View File

@ -11,7 +11,7 @@
/** /**
* @file testPose3Graph.cpp * @file testPose3Graph.cpp
* @authors Frank Dellaert, Viorela Ila * @author Frank Dellaert, Viorela Ila
**/ **/
#include <iostream> #include <iostream>

View File

@ -12,7 +12,7 @@
/** /**
* @file testProjectionFactor.cpp * @file testProjectionFactor.cpp
* @brief Unit tests for ProjectionFactor Class * @brief Unit tests for ProjectionFactor Class
* @authors Frank Dellaert * @author Frank Dellaert
* @date Nov 2009 * @date Nov 2009
*/ */