Skip to content

Commit ff3d0ba

Browse files
committed
make comment into doxygen comment
1 parent 6863c10 commit ff3d0ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libexpr/include/nix/expr/nixexpr.hh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,10 @@ struct ExprString : Expr
183183
{
184184
Value v;
185185

186-
// This is only for strings already allocated in our polymorphic allocator,
187-
// or that live at least that long (e.g. c++ string literals)
186+
/**
187+
* This is only for strings already allocated in our polymorphic allocator,
188+
* or that live at least that long (e.g. c++ string literals)
189+
*/
188190
ExprString(const char * s)
189191
{
190192
v.mkStringNoCopy(s);

0 commit comments

Comments
 (0)