Skip to content

Commit 7c7cc98

Browse files
committed
correct doxygen doc
1 parent e6a18ec commit 7c7cc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/server/pathhelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ using CritPathsResultPtr = std::shared_ptr<CritPathsResult>;
4444
* @param crit_path_num The max number of the critical path.
4545
* @param details_level The level of detail for the timing report.
4646
* @param is_flat_routing Indicates whether flat routing should be used.
47-
* @return A `CritPathsResultPtr` which is a pointer to the result of the critical path calculation ( @see CritPathsResult ).
47+
* @return A `CritPathsResultPtr` which is a pointer to the result of the critical path calculation ( see @ref CritPathsResult ).
4848
*/
4949
CritPathsResultPtr calc_critical_path(const std::string& type, int crit_path_num, e_timing_report_detail details_level, bool is_flat_routing);
5050

0 commit comments

Comments
 (0)