Skip to content

Commit af1db77

Browse files
edolstraEricson2314
authored andcommitted
Convert C++ function doc to Doxygen style
Otherwise Doxygen won't pick it up
1 parent 7503062 commit af1db77

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/nix/develop.cc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,13 @@ const static std::string getEnvSh =
227227
#include "get-env.sh.gen.hh"
228228
;
229229

230-
/* Given an existing derivation, return the shell environment as
231-
initialised by stdenv's setup script. We do this by building a
232-
modified derivation with the same dependencies and nearly the same
233-
initial environment variables, that just writes the resulting
234-
environment to a file and exits. */
230+
/**
231+
* Given an existing derivation, return the shell environment as
232+
* initialised by stdenv's setup script. We do this by building a
233+
* modified derivation with the same dependencies and nearly the same
234+
* initial environment variables, that just writes the resulting
235+
* environment to a file and exits.
236+
*/
235237
static StorePath getDerivationEnvironment(ref<Store> store, ref<Store> evalStore, const StorePath & drvPath)
236238
{
237239
auto drv = evalStore->derivationFromPath(drvPath);

0 commit comments

Comments
 (0)