Skip to content

Commit 21dccb6

Browse files
committed
docs: fix alt text of logo in README
1 parent 2ab76fb commit 21dccb6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
![Maven](https://github.com/VariantSync/DiffDetective/actions/workflows/maven.yml/badge.svg)
32
[![Documentation](https://img.shields.io/badge/Documentation-Read-purple)][documentation]
43
[![GitHubPages](https://img.shields.io/badge/GitHub%20Pages-online-blue.svg?style=flat)][website]
@@ -7,8 +6,7 @@
76

87
# DiffDetective - Variability-Aware Source Code Differencing
98

10-
11-
<img padding="30" align="right" src="docs/logo.png" alt="ACM Artifacts Evaluated Reusable" width="350"/>
9+
<img padding="30" align="right" src="docs/logo.png" alt="DiffDetective Logo" width="350"/>
1210

1311
DiffDetective is an open-source Java library for variability-aware source code differencing and the **analysis of version histories of software product lines**. This means that DiffDetective can **turn a generic differencer into a variability-aware differencer** by means of a pre- or post-processing. DiffDetective is centered around **formally verified** data structures for variability (variation trees) and variability-aware diffs (variation diffs). These data structures are **generic**, and DiffDetective currently implements **C preprocessor support** to parse respective annotations when used to implement variability. The picture below depicts the process of variability-aware differencing.
1412

0 commit comments

Comments
 (0)