Documentation for de.enache.AutoDoc.Plugin.ZippedCode plugin, Version 1.0
(c) 2019 by Daniel Enache

Description:

This plugin implements processing source code contained in a ZIP archive.

The plugin first extracts all code found in the ZIP file into a
temporary directory with the same name as the file but without the
extension ".zip".

For example, if the file is located in "C:\Temp\Test.zip", the temporary
directory for the processing is "C:\Temp\Test". If this directory already 
exists and is not empty, AutoDoc is ended with an error message.

After all of the code in the ZIP file has been processed by AutoDoc, the
temporary directory is deleted again.



Installation:

If not already installed, copy the whole plugin directory to the folder
"plugins" in the AutoDoc installation directory. The resulting structure
should look like this:

{AutoDoc-Dir}/
    plugins/
        de.enache.AutoDoc.Plugin.ZippedCode/
            de.enache.AutoDoc.Plugin.ZippedCode.jar    (The plugin itself)
            Dokumentation.txt                          (The plugin's documentation)
            LICENCE_GPL_V_3_0.txt                      (The plugin's licence)


If you encounter problems, contact AutoDoc@Enache.de.




