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