Changed default config file name to .clang-uml

This commit is contained in:
Bartek Kryza
2021-07-25 23:01:08 +02:00
parent 7d43075677
commit 734b82eb09
33 changed files with 6 additions and 426 deletions

View File

@@ -59,7 +59,7 @@ Nowadays, this file can be generated rather easily using multiple methods:
* For Boost-based projects try [commands_to_compilation_database](https://github.com/tee3/commands_to_compilation_database)
### Invocation
By default, `config-uml` will assume that the configuration file `.clanguml`
By default, `config-uml` will assume that the configuration file `.clang-uml`
and compilation database `compile_commands.json` files are in the
current directory, so if they are in the top level directory of a project,
simply run:
@@ -68,7 +68,7 @@ clang-uml
```
The output path for diagrams, as well as alternative location of
compilation database can be specified in `.clanguml` configuration file.
compilation database can be specified in `.clang-uml` configuration file.
For other options checkout help:
```bash