Skip to content

Commit da5a3c0

Browse files
author
Fabien Servant
committed
Update brief to @brief in some places
1 parent 03f7924 commit da5a3c0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/aliceVision/sfm/pipeline/expanding/ExpansionChunk.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ExpansionChunk
4545
}
4646

4747
/**
48-
* brief setup the expansion history handler
48+
* @brief setup the expansion history handler
4949
* @param expansionHistory a shared ptr
5050
*/
5151
void setExpansionHistoryHandler(ExpansionHistory::sptr & expansionHistory)
@@ -54,7 +54,7 @@ class ExpansionChunk
5454
}
5555

5656
/**
57-
* brief setup the Resection handler
57+
* @brief setup the Resection handler
5858
* @param resectionHandler a unique ptr. the Ownership will be taken
5959
*/
6060
void setResectionHandler(SfmResection::uptr & resectionHandler)
@@ -63,7 +63,7 @@ class ExpansionChunk
6363
}
6464

6565
/**
66-
* brief setup the Triangulation handler
66+
* @brief setup the Triangulation handler
6767
* @param triangulationHandler a unique ptr. the Ownership will be taken
6868
*/
6969
void setTriangulationHandler(SfmTriangulation::uptr & triangulationHandler)

src/aliceVision/sfm/pipeline/expanding/ExpansionIteration.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ExpansionIteration
4242
}
4343

4444
/**
45-
* brief setup the expansion history handler
45+
* @brief setup the expansion history handler
4646
* @param expansionHistory a shared ptr
4747
*/
4848
void setExpansionHistoryHandler(ExpansionHistory::sptr & expansionHistory)
@@ -51,7 +51,7 @@ class ExpansionIteration
5151
}
5252

5353
/**
54-
* brief setup the expansion history handler
54+
* @brief setup the expansion history handler
5555
* @param expansionPolicy a unique ptr. Ownership will be taken
5656
*/
5757
void setExpansionPolicyHandler(ExpansionPolicy::uptr & expansionPolicy)
@@ -60,7 +60,7 @@ class ExpansionIteration
6060
}
6161

6262
/**
63-
* brief setup the expansion chunk handler
63+
* @brief setup the expansion chunk handler
6464
* @param expansionChunk a unique ptr. Ownership will be taken
6565
*/
6666
void setExpansionChunkHandler(ExpansionChunk::uptr & expansionChunk)

src/aliceVision/sfm/pipeline/expanding/ExpansionProcess.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ExpansionProcess{
4040
}
4141

4242
/**
43-
* brief setup the expansion history handler
43+
* @brief setup the expansion history handler
4444
* @param expansionHistory a shared ptr
4545
*/
4646
void setExpansionHistoryHandler(ExpansionHistory::sptr & expansionHistory)
@@ -49,7 +49,7 @@ class ExpansionProcess{
4949
}
5050

5151
/**
52-
* brief setup the expansion iteration handler
52+
* @brief setup the expansion iteration handler
5353
* @param expansionIteration a unique ptr. Ownership will be taken
5454
*/
5555
void setExpansionIterationHandler(ExpansionIteration::uptr & expansionIteration)
@@ -58,7 +58,7 @@ class ExpansionProcess{
5858
}
5959

6060
/**
61-
* brief setup the expansion iteration post process handler
61+
* @brief setup the expansion iteration post process handler
6262
* @param expansionPostProcess a unique ptr. Ownership will be taken
6363
*/
6464
void setExpansionIterationPostProcessHandler(ExpansionPostProcess::uptr & expansionPostProcess)

src/aliceVision/sfm/pipeline/expanding/LbaPolicy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LbaPolicy
3030
virtual bool build(sfmData::SfMData & sfmData, const track::TracksHandler & tracksHandler, const std::set<IndexT> & viewIds) = 0;
3131

3232
/**
33-
* brief setup the expansion history handler
33+
* @brief setup the expansion history handler
3434
* @param expansionHistory a shared ptr
3535
*/
3636
void setExpansionHistoryHandler(ExpansionHistory::sptr & expansionHistory)

src/aliceVision/sfm/pipeline/expanding/SfmBundle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SfmBundle
3232
bool process(sfmData::SfMData & sfmData, const track::TracksHandler & tracksHandler, const std::set<IndexT> & viewIds);
3333

3434
/**
35-
* brief setup the expansion chunk handler
35+
* @brief setup the expansion chunk handler
3636
* @param expansionChunk a unique ptr. Ownership will be taken
3737
*/
3838
void setLbaPolicyHandler(LbaPolicy::uptr & lbaPolicy)

src/aliceVision/sfm/pipeline/expanding/SfmTriangulation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SfmTriangulation
5555
);
5656

5757
/**
58-
* brief setup the point fetcher handler
58+
* @brief setup the point fetcher handler
5959
* @param pointFetcher a unique ptr. the Ownership will be taken
6060
*/
6161
void setPointFetcherHandler(PointFetcher::uptr & pointFetcherHandler)

0 commit comments

Comments
 (0)