diff options
Diffstat (limited to 'autotests/kconfig_compiler/test10.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test10.h.ref | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/test10.h.ref b/autotests/kconfig_compiler/test10.h.ref index 93839a54..82bbab84 100644 --- a/autotests/kconfig_compiler/test10.h.ref +++ b/autotests/kconfig_compiler/test10.h.ref @@ -14,7 +14,6 @@ class Test10 : public KConfigSkeleton static Test10 *self(); ~Test10(); - /** Get foo bar */ @@ -24,7 +23,6 @@ class Test10 : public KConfigSkeleton return self()->mFooBar; } - /** Get bar foo */ |