mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Asterisk-syntax for doxygen class documentation.
This commit is contained in:
parent
221975bce8
commit
3306835c9d
4
main.cpp
4
main.cpp
@ -36,7 +36,9 @@ void version()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Helper class that extracts the first expression in an AST.
|
/**
|
||||||
|
* Helper class that extracts the first expression in an AST.
|
||||||
|
*/
|
||||||
class FirstExpressionExtractor: private ASTVisitor
|
class FirstExpressionExtractor: private ASTVisitor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user