Menu

Exclude a file from being generated

General
2012-01-11
2012-09-14
  • Samuel Cruz

    Samuel Cruz - 2012-01-11

    Hi,

    Is it possible to exclude a file from being generated.

    I have to generate two types of docs (public and private).

    The directory have files that are public and private.

    I have used the option -i c:\path and i want to exclude the file c:\path\a.sql

    Thanks

     
  • Greg Valure

    Greg Valure - 2012-01-11

    You can't exclude individual files. Typically how this is handled is to
    document private entries with "Private Function:" instead of just "Function:".
    You then have two output folders and two project folders. For the public
    documentation you leave Topics.txt alone and since "Private Function" isn't a
    defined keyword those topics will be ignored. For the private documentation
    you edit Topics.txt to add those keywords in so they are included, such as:

    Alter Topic Type: Function
       Keyword: Private Function
    

    More information on Topics.txt is
    here.

     

Log in to post a comment.