File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7575Using 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
8080The code browser is built around the clang tooling infrastructure that uses compile_commands.json
8181http://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+ ============================================
175177The generator is a tool which uses clang's LibTooling. It needs either a
176178compile_commands.json or the arguments to be passed after '--' if they are
177179the same for every file.
You can’t perform that action at this time.
0 commit comments