# | Line 55 | Line 55 | |
---|---|---|
55 | /** | |
56 | * @class SimplePreprocessor | |
57 | * @brief A simple preprocessor. | |
58 | < | * @note only supports #include #ifdef, #ifndef, #endif, #define and #undef, c-like multiple line |
58 | > | * @note only supports \#include \#ifdef, \#ifndef, \#endif, \#define and \#undef, c-like multiple line |
59 | * comment is not supported, macro substitute is not supported. | |
60 | */ | |
61 | namespace OpenMD { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |