home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     faq     tools and utilities

CppDoc 2.4 FAQ (under construction)

How can I exclude a folder within an included folder?


Q: How can I exclude a folder within an included folder?
        Example:

          src
            subfolder A
            subfolder B
            subfolder C <-- I don't want this

        my command line is:
        cppdoc_cmd.exe -title="XXX Class Documentation"
        -classdir=classdoc  -overwrite ..\src
        .\cppdoc\docs.html
    
A: prefix the file or directory name with '#', like this:
        ..\src
        #"..\src\subfolder C"