Menu

doxy folder missing

Anonymous
2017-09-29
2018-01-11
  • Anonymous

    Anonymous - 2017-09-29

    Hello,

    I am missing the doxy folder. Can anyone tell me why it was not installed?
    best regards

     
  • Klaus Landwich

    Klaus Landwich - 2017-10-13

    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

     
  • Anonymous

    Anonymous - 2018-01-10

    I cannot see theintegrated program Documentation feature. Why is that?

    Best regards

     
  • Klaus Landwich

    Klaus Landwich - 2018-01-11

    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

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.