diff options
author | unknown <trudy@linux.site> | 2006-12-18 16:52:56 -0800 |
---|---|---|
committer | unknown <trudy@linux.site> | 2006-12-18 16:52:56 -0800 |
commit | 7a4f41b1a77cb90dce5f0b93725d6d1b22d8f5f3 (patch) | |
tree | 5e113bc77ae0af1c1f04b4f5bd270ebebf3697d5 /storage/example | |
parent | 398b74f262d79ac672f8d5fbe06daaf889751552 (diff) | |
download | mariadb-git-7a4f41b1a77cb90dce5f0b93725d6d1b22d8f5f3.tar.gz |
Update file to use doxygen commenting style.
storage/example/ha_example.cc:
Updated file to use doxygen commenting style.
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/ha_example.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 1ef6da9f300..b435f5a44f7 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -61,6 +61,7 @@ Happy coding! -Brian + */ #ifdef USE_PRAGMA_IMPLEMENTATION |