summaryrefslogtreecommitdiff
path: root/db/log_format.h
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2017-02-28 16:22:17 -0800
committerChris Mumford <cmumford@chromium.org>2017-03-01 09:42:25 -0800
commit7fa20948d5a92d0e4b62486ed49e82814fa7bd6d (patch)
treeb71bbd7bcdfcbef96aeaf29bf524c32e6c78c960 /db/log_format.h
parentea175e28f8ef7f6a8f5931ebad1835d95ec466ed (diff)
downloadleveldb-7fa20948d5a92d0e4b62486ed49e82814fa7bd6d.tar.gz
Convert documentation to markdown.
Markdown is more readable in a text editor and when hosted on GitHub is more readable than HTML. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148830423
Diffstat (limited to 'db/log_format.h')
-rw-r--r--db/log_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/log_format.h b/db/log_format.h
index a8c06ef..356e69f 100644
--- a/db/log_format.h
+++ b/db/log_format.h
@@ -3,7 +3,7 @@
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//
// Log format information shared by reader and writer.
-// See ../doc/log_format.txt for more detail.
+// See ../doc/log_format.md for more detail.
#ifndef STORAGE_LEVELDB_DB_LOG_FORMAT_H_
#define STORAGE_LEVELDB_DB_LOG_FORMAT_H_