File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 75
75
Using the generator
76
76
===================
77
77
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
79
79
80
80
The code browser is built around the clang tooling infrastructure that uses compile_commands.json
81
81
http://clang.llvm.org/docs/JSONCompilationDatabase.html
@@ -170,8 +170,10 @@ codebrowser_indexgenerator <output_dir> [-d data_url] [-p project_definition]
170
170
default to ../data relative to the output dir
171
171
example: -d https://code.woboq.org/data
172
172
173
- Compilation Database
174
- ====================
173
+
174
+
175
+ Compilation Database (compile_commands.json)
176
+ ============================================
175
177
The generator is a tool which uses clang's LibTooling. It needs either a
176
178
compile_commands.json or the arguments to be passed after '--' if they are
177
179
the same for every file.
You can’t perform that action at this time.
0 commit comments