Skip to content

Commit b9760a9

Browse files
author
Vaughn Betz
committed
Updated file scope Doxygen comments for vtr_optional.h to fix problem with VTRUTIL API web documentation having vtr_optional info embedded in many places.
1 parent 159c2c4 commit b9760a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/libvtrutil/src/vtr_optional.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#pragma once
22

3-
/** std::optional-like interface with optional references.
3+
/**
4+
* @file
5+
* @brief std::optional-like interface with optional references.
46
* currently: import TartanLlama's optional into the vtr namespace
57
* documentation at https://tl.tartanllama.xyz/en/latest/api/optional.html
68
* there are three main uses of this:

0 commit comments

Comments
 (0)