You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Solidity was unable to compile. build/flattened/WrappedShift.sol: ParserError: Multiple SPDX license identifiers found in source file. Use "AND" or "OR" to combine multiple
licenses. Please see https://spdx.org for more information.`
The text was updated successfully, but these errors were encountered:
This is a Solidity error, unrelated to solidity-docgen. You may be able to work around the error using a Solidity version earlier than 0.6.8, following steps like those in the readme.
That said, why are you using a flattened contract as the input?
Steps to reproduce:
npx truffle-flattener ./contracts/WrappedShift.sol >> ./build/flattened/WrappedShift.sol
npx solidity-docgen -i ./build/flattened/
Error:
The text was updated successfully, but these errors were encountered: