There are new parameters for reportSASUnit. For ease of use, they have default values. These values depend on the setting of SASUNIT_OVERWRITE. If you use overwrite the documentation is generated. If you don't use overwrite, assumably because you are updating macros or scenarios, the programdocumentation is not created to speed up processing.
To ensure the creation of the program docuemtation you can set these parameters explicitly:
View and moderate all "Support Requests" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Hello,
I am missing the doxy folder. Can anyone tell me why it was not installed?
best regards
Hi there,
since version 1.6 of SASUnit there is no more need for a DoxyGen folder because the program documentation is integrated into SASUnit.
Regards
Klaus Landwich
View and moderate all "Support Requests" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
I cannot see theintegrated program Documentation feature. Why is that?
Best regards
It depends on how you start SASUnit.
There are new parameters for reportSASUnit. For ease of use, they have default values. These values depend on the setting of SASUNIT_OVERWRITE. If you use overwrite the documentation is generated. If you don't use overwrite, assumably because you are updating macros or scenarios, the programdocumentation is not created to speed up processing.
To ensure the creation of the program docuemtation you can set these parameters explicitly:
%reportSASUnit(i_language=%upcase(%sysget(SASUNIT_LANGUAGE))
,o_html = 1
,o_junit = 1
,o_pgmdoc = 1
,o_pgmdoc_sasunit = 1
,i_style = SASUnit
);
o_pgmdoc_sasunit = 1 will create the program documentation for all SASUnit macros as well.
Regards
Klaus Landwich