Skip to content

Commit 4af3f47

Browse files
committed
README.md: Link to chapter below
1 parent e143bf0 commit 4af3f47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ make
7575
Using the generator
7676
===================
7777

78-
Step 1: Generate the compile_commands.json for your project
78+
Step 1: Generate the compile_commands.json (see chapter "Compilation Database" below) for your project
7979

8080
The code browser is built around the clang tooling infrastructure that uses compile_commands.json
8181
http://clang.llvm.org/docs/JSONCompilationDatabase.html
@@ -170,8 +170,10 @@ codebrowser_indexgenerator <output_dir> [-d data_url] [-p project_definition]
170170
default to ../data relative to the output dir
171171
example: -d https://code.woboq.org/data
172172

173-
Compilation Database
174-
====================
173+
174+
175+
Compilation Database (compile_commands.json)
176+
============================================
175177
The generator is a tool which uses clang's LibTooling. It needs either a
176178
compile_commands.json or the arguments to be passed after '--' if they are
177179
the same for every file.

0 commit comments

Comments
 (0)