fix file heading comments for doxygen

release/4.3a0
thduynguyen 2015-02-25 09:09:33 -05:00
parent b14754b406
commit b9dbde14f2
8 changed files with 29 additions and 29 deletions

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* EqualityFactorGraph.h
* @brief: Factor graph of all LinearEquality factors
* @date: Dec 8, 2014
* @author: Duy-Nguyen Ta
* @file EqualityFactorGraph.h
* @brief Factor graph of all LinearEquality factors
* @date Dec 8, 2014
* @author Duy-Nguyen Ta
*/
#pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* InequalityFactorGraph.h
* @brief: Factor graph of all LinearInequality factors
* @date: Dec 8, 2014
* @author: Duy-Nguyen Ta
* @file InequalityFactorGraph.h
* @brief Factor graph of all LinearInequality factors
* @date Dec 8, 2014
* @author Duy-Nguyen Ta
*/
#pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* LinearEquality.h
* @brief: LinearEquality derived from Base with constrained noise model
* @date: Nov 27, 2014
* @author: Duy-Nguyen Ta
* @file LinearEquality.h
* @brief LinearEquality derived from Base with constrained noise model
* @date Nov 27, 2014
* @author Duy-Nguyen Ta
*/
#pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* LinearInequality.h
* @brief: LinearInequality derived from Base with constrained noise model
* @date: Nov 27, 2014
* @author: Duy-Nguyen Ta
* @file LinearInequality.h
* @brief LinearInequality derived from Base with constrained noise model
* @date Nov 27, 2014
* @author Duy-Nguyen Ta
*/
#pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* @file: QP.h
* @brief: Factor graphs of a Quadratic Programming problem
* @date: Dec 8, 2014
* @author: Duy-Nguyen Ta
* @file QP.h
* @brief Factor graphs of a Quadratic Programming problem
* @date Dec 8, 2014
* @author Duy-Nguyen Ta
*/
#pragma once

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* @file: QPSolver.cpp
* @brief:
* @date: Apr 15, 2014
* @author: Duy-Nguyen Ta
* @file QPSolver.cpp
* @brief
* @date Apr 15, 2014
* @author Duy-Nguyen Ta
*/
#include <gtsam/inference/Symbol.h>

View File

@ -10,10 +10,10 @@
* -------------------------------------------------------------------------- */
/**
* @file: QPSolver.h
* @brief: A quadratic programming solver implements the active set method
* @date: Apr 15, 2014
* @author: Duy-Nguyen Ta
* @file QPSolver.h
* @brief A quadratic programming solver implements the active set method
* @date Apr 15, 2014
* @author Duy-Nguyen Ta
*/
#pragma once