Skip to content

Commit

Permalink
Doxygen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo authored Jun 21, 2024
1 parent 54b4dc6 commit 21ac2bb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/DGtal/dec/InterpolatedCorrectedCalculus.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
**/
#pragma once

/**
* @file
* @author
*
* @date 2024/06/21
*
* Header file for module SurfaceDEC.h
*
* This file is part of the DGtal library.
*/


#if !defined InterpolatedCorrectedCalculus_h
/** Prevents repeated inclusion of headers. */
#define InterpolatedCorrectedCalculus_h
Expand Down
13 changes: 13 additions & 0 deletions src/DGtal/dec/NormalCorrectedFEM.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
**/
#pragma once


/**
* @file
* @author
*
* @date 2024/06/21
*
* Header file for module SurfaceDEC.h
*
* This file is part of the DGtal library.
*/

#if !defined NormalCorrectedFEM_h
/** Prevents repeated inclusion of headers. */
#define NormalCorrectedFEM_h
Expand Down Expand Up @@ -383,6 +395,7 @@ namespace DGtal

/// Constructor from surface mesh \a smesh.
/// @param smesh any surface mesh
/// @param order the order (default 1)
NormalCorrectedFEM( ConstAlias<Mesh> smesh, int order = 1 )
: myMesh( nullptr ), order( order )
{
Expand Down

0 comments on commit 21ac2bb

Please sign in to comment.