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 * @file EqualityFactorGraph.h
* @brief: Factor graph of all LinearEquality factors * @brief Factor graph of all LinearEquality factors
* @date: Dec 8, 2014 * @date Dec 8, 2014
* @author: Duy-Nguyen Ta * @author Duy-Nguyen Ta
*/ */
#pragma once #pragma once

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,7 +11,7 @@
/** /**
* @file LinearInequalityFactor.h * @file LinearInequalityFactor.h
* @brief * @brief
* @author Duy-Nguyen Ta * @author Duy-Nguyen Ta
* @date Sep 30, 2013 * @date Sep 30, 2013
*/ */