X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fbase.lisp;fp=src%2Fmain%2Fbase.lisp;h=74b35a2c37945ff696d336140369ea090b9389ac;hb=3f51764d1e808faae658768fd01e4fff87a5ab01;hp=793841a00bd19ebc2e654bb3b3f5400e04967252;hpb=f2c8eef308265b5072dc7e9e41d70d72badad32b;p=candle diff --git a/src/main/base.lisp b/src/main/base.lisp index 793841a..74b35a2 100644 --- a/src/main/base.lisp +++ b/src/main/base.lisp @@ -89,6 +89,18 @@ DESCRIPTION: ; this will get set to nil but we keep them around for historical reference (lame-db:defdbstruct branch name in-git (project :join project) (job :join job)) +(setf (documentation 'project-name 'function) + "PROJECT-NAME PROJECT => NAME + +ARGUMENTS AND VALUES: + + PROJECT: the project + NAME: a string, the name of the job + +DESCRIPTION: + + Returns the name of the project in question.") + (defun project-dir (project) "PROJECT-DIR PROJECT => DIR