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
* @authors Frank Dellaert
* @author Frank Dellaert
**/
#pragma once

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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