All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.markdown.substitution.substitution-reporting.README.md Maven / Gradle / Ivy

Notice: work in progress.

# Module `substitution-reporting`
This module is a java library. This library helps to generate reports.
Reports are parts of some application documentation.

## Usage
This module is the source for the `&&beginPlaceholder {
                                          "className": "com.credibledoc.substitution.content.generator.pom.JarNameContentGenerator",
                                          "description": "Latest name and version of substitution-reporting artifact in Maven Central Repository",
                                          "parameters": {
                                              "url": "https://repo1.maven.org/maven2/com/credibledoc/substitution-reporting/maven-metadata.xml",
                                              "nameAndVersionSeparator": "-"
                                          }
                                   } &&endPlaceholder` library.

This library can be loaded from the [Maven Central Repository](https://mvnrepository.com/artifact/com.credibledoc/substitution-reporting).

Example of Maven configuration in a `pom.xml` file

    
    
    
        ... some mandatory tags omitted
    
        
            
                com.credibledoc
                substitution-reporting
                &&beginPlaceholder {
                        "className": "com.credibledoc.substitution.content.generator.pom.JarNameContentGenerator",
                        "description": "Latest version of substitution-reporting artifact in Maven Central Repository",
                        "parameters": {
                            "url": "https://repo1.maven.org/maven2/com/credibledoc/substitution-reporting/maven-metadata.xml",
                            "versionOnly": "true"
                        }
                 } &&endPlaceholder
            
        
    
    

## How the generated reports look like
Example: [diagrams.md](../../credible-doc-generator/doc/diagrams.md)

Parts of documentation for this repository [credible-doc](../README.md),
for example [diagrams.md](../../credible-doc-generator/doc/diagrams.md), are generated with help of this `substitution-reporting` module.

## Dependencies of this `substiturion-reporting` module on other modules of the `credible-doc` repository
&&beginPlaceholder {
    "className": "com.credibledoc.substitution.content.generator.dependency.PackageDependenciesContentGenerator",
    "description": "UML diagram of dependencies `substiturion-reporting` module on classes from other modules of the `credible-doc` repository.",
    "parameters": {
        "sourceRelativePathsPipeSeparated": "substitution/substitution-reporting/src/main/java",
        "dependantPackage": "com.credibledoc.substitution.reporting",
        "dependenciesPackagesPipeSeparated": "com.credibledoc",
        "ignoreInnerPackages": "true"}
} &&endPlaceholder




© 2015 - 2024 Weber Informatics LLC | Privacy Policy